Global event status register. The microcontroller can monitor events via the event status registers. An extra status register, the Global event status register, is provided to help speed up software polling routines. By polling the Global event status register, the microcontroller can quickly determine the type of event captured (system, supply, transceiver or WAKE pin) and then query the relevant event status register. More...

#include <middleware/sbc/sbc_uja1169/include/sbc_uja1169_driver.h>

Data Fields

sbc_gl_evnt_stat_wpe_t wpe
 
sbc_gl_evnt_stat_trxe_t trxe
 
sbc_gl_evnt_stat_supe_t supe
 
sbc_gl_evnt_stat_syse_t syse
 

Detailed Description

Global event status register. The microcontroller can monitor events via the event status registers. An extra status register, the Global event status register, is provided to help speed up software polling routines. By polling the Global event status register, the microcontroller can quickly determine the type of event captured (system, supply, transceiver or WAKE pin) and then query the relevant event status register.

Implements : sbc_gl_evnt_stat_t_Class

Definition at line 1373 of file sbc_uja1169_driver.h.

Field Documentation

Supply event.

Definition at line 1376 of file sbc_uja1169_driver.h.

System event.

Definition at line 1377 of file sbc_uja1169_driver.h.

Transceiver event.

Definition at line 1375 of file sbc_uja1169_driver.h.

WAKE pin event.

Definition at line 1374 of file sbc_uja1169_driver.h.


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