|
EFR32 Flex Gecko 12 Software Documentation
efr32fg12-doc-5.1.2
|
#include <em_emu.h>
Data Fields | |
| EMU_VmonChannel_TypeDef | channel |
| bool | enable |
| bool | fallWakeup |
| bool | retDisable |
| bool | riseWakeup |
| int | threshold |
| EMU_VmonChannel_TypeDef EMU_VmonInit_TypeDef::channel |
| bool EMU_VmonInit_TypeDef::enable |
| bool EMU_VmonInit_TypeDef::fallWakeup |
Wake up from EM4H on falling edge
Definition at line 620 of file em_emu.h.
Referenced by EMU_VmonInit().
| bool EMU_VmonInit_TypeDef::retDisable |
Disable IO0 retention when voltage drops below threshold (IOVDD only)
Definition at line 622 of file em_emu.h.
Referenced by EMU_VmonInit().
| bool EMU_VmonInit_TypeDef::riseWakeup |
Wake up from EM4H on rising edge
Definition at line 619 of file em_emu.h.
Referenced by EMU_VmonInit().
| int EMU_VmonInit_TypeDef::threshold |