EFM32 Pearl Gecko Software Documentation
efm32pg1-doc-4.2.1
|
#include <em_emu.h>
Data Fields | |
EMU_VmonChannel_TypeDef | channel |
int | threshold |
bool | riseWakeup |
bool | fallWakeup |
bool | enable |
bool | retDisable |
EMU_VmonChannel_TypeDef EMU_VmonInit_TypeDef::channel |
int EMU_VmonInit_TypeDef::threshold |
bool EMU_VmonInit_TypeDef::riseWakeup |
Wake up from EM4H on rising edge
Definition at line 400 of file em_emu.h.
Referenced by EMU_VmonInit().
bool EMU_VmonInit_TypeDef::fallWakeup |
Wake up from EM4H on falling edge
Definition at line 401 of file em_emu.h.
Referenced by EMU_VmonInit().
bool EMU_VmonInit_TypeDef::enable |
bool EMU_VmonInit_TypeDef::retDisable |
Disable IO0 retention when voltage drops below threshold (IOVDD only)
Definition at line 403 of file em_emu.h.
Referenced by EMU_VmonInit().