Event capture registers structure. This structure contains Global event status, System event status, Supply event status, Transceiver event status, WAKE pin event status. More...
#include <middleware/sbc/sbc_uja1169/include/sbc_uja1169_driver.h>
Data Fields | |
sbc_gl_evnt_stat_t | glEvnt |
sbc_sys_evnt_stat_t | sysEvnt |
sbc_sup_evnt_stat_t | supEvnt |
sbc_trans_evnt_stat_t | transEvnt |
sbc_wake_evnt_stat_t | wakePinEvnt |
Event capture registers structure. This structure contains Global event status, System event status, Supply event status, Transceiver event status, WAKE pin event status.
Implements : sbc_evn_capt_t_Class
Definition at line 1438 of file sbc_uja1169_driver.h.
sbc_gl_evnt_stat_t glEvnt |
Global event status.
Definition at line 1439 of file sbc_uja1169_driver.h.
sbc_sup_evnt_stat_t supEvnt |
Supply event status.
Definition at line 1441 of file sbc_uja1169_driver.h.
sbc_sys_evnt_stat_t sysEvnt |
System event status.
Definition at line 1440 of file sbc_uja1169_driver.h.
sbc_trans_evnt_stat_t transEvnt |
Transceiver event status.
Definition at line 1442 of file sbc_uja1169_driver.h.
sbc_wake_evnt_stat_t wakePinEvnt |
WAKE pin event status.
Definition at line 1443 of file sbc_uja1169_driver.h.