TPS23861 Power over Ethernet
0.0.2
Software Application Programming Interface for Command and Control of the TI TPS23861 PSE Controller
|
#include <TPS23861.h>
Data Fields | |
unsigned char | Reserved_1: 4 |
unsigned char | VPUV_VPower_Undervoltage_Event: 1 |
VPWR Undervoltage. More... | |
unsigned char | VDUV_Vdd_UVLO_Event: 1 |
VDD UVLO Occurred. Power on reset happened. More... | |
unsigned char | Reserved_2: 1 |
unsigned char | TSD_Thermal_Shutdown_Event: 1 |
Thermal shutdown occurred. More... | |
Supply Event Register - Software retrieves these events as part of tps_GetAllInterruptEvents()
Hardware - Command 0Ah; 1 data byte; read only
unsigned char TPS238X_Supply_Event_Register_t::Reserved_1 |
unsigned char TPS238X_Supply_Event_Register_t::Reserved_2 |
unsigned char TPS238X_Supply_Event_Register_t::TSD_Thermal_Shutdown_Event |
Thermal shutdown occurred.
unsigned char TPS238X_Supply_Event_Register_t::VDUV_Vdd_UVLO_Event |
VDD UVLO Occurred. Power on reset happened.
unsigned char TPS238X_Supply_Event_Register_t::VPUV_VPower_Undervoltage_Event |
VPWR Undervoltage.