TPS23861 Power over Ethernet  0.0.2
Software Application Programming Interface for Command and Control of the TI TPS23861 PSE Controller
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
TPS238x_Power_Enable_Register_t Struct Reference

#include <TPS23861.h>

Data Fields

unsigned char PWON1_Power_On_Port_1: 1
 Power on Port 1. More...
 
unsigned char PWON2_Power_On_Port_2: 1
 Power on Port 2. More...
 
unsigned char PWON3_Power_On_Port_3: 1
 Power on Port 3. More...
 
unsigned char PWON4_Power_On_Port_4: 1
 Power on Port 4. More...
 
unsigned char PWOFF1_Power_On_Port_1: 1
 Power off Port 1. More...
 
unsigned char PWOFF2_Power_On_Port_2: 1
 Power off Port 2. More...
 
unsigned char PWOFF3_Power_On_Port_3: 1
 Power off Port 3. More...
 
unsigned char PWOFF4_Power_On_Port_4: 1
 Power off Port 4. More...
 

Detailed Description

Power Enable Register - Software API uses TPS238x_Ports_t; Configured in tps_SetPortPower, tps_SetPowerOn(), and tps_SetPowerOff()
Hardware - Command 19h; 1 data byte; write only

Directs the TPS23861 to power a port on or off.

Note
Setting PWON and PWOFF for the same register turns the port OFF

Field Documentation

unsigned char TPS238x_Power_Enable_Register_t::PWOFF1_Power_On_Port_1

Power off Port 1.

unsigned char TPS238x_Power_Enable_Register_t::PWOFF2_Power_On_Port_2

Power off Port 2.

unsigned char TPS238x_Power_Enable_Register_t::PWOFF3_Power_On_Port_3

Power off Port 3.

unsigned char TPS238x_Power_Enable_Register_t::PWOFF4_Power_On_Port_4

Power off Port 4.

unsigned char TPS238x_Power_Enable_Register_t::PWON1_Power_On_Port_1

Power on Port 1.

unsigned char TPS238x_Power_Enable_Register_t::PWON2_Power_On_Port_2

Power on Port 2.

unsigned char TPS238x_Power_Enable_Register_t::PWON3_Power_On_Port_3

Power on Port 3.

unsigned char TPS238x_Power_Enable_Register_t::PWON4_Power_On_Port_4

Power on Port 4.


The documentation for this struct was generated from the following file: