EFM32 Pearl Gecko Software Documentation
efm32pg1-doc-4.2.1
|
#include <em_emu.h>
Data Fields | |
EMU_VmonChannel_TypeDef | channel |
int | riseThreshold |
int | fallThreshold |
bool | riseWakeup |
bool | fallWakeup |
bool | enable |
EMU_VmonChannel_TypeDef EMU_VmonHystInit_TypeDef::channel |
VMON channel to configure
Definition at line 420 of file em_emu.h.
Referenced by EMU_VmonHystInit().
int EMU_VmonHystInit_TypeDef::riseThreshold |
int EMU_VmonHystInit_TypeDef::fallThreshold |
bool EMU_VmonHystInit_TypeDef::riseWakeup |
Wake up from EM4H on rising edge
Definition at line 423 of file em_emu.h.
Referenced by EMU_VmonHystInit().
bool EMU_VmonHystInit_TypeDef::fallWakeup |
Wake up from EM4H on falling edge
Definition at line 424 of file em_emu.h.
Referenced by EMU_VmonHystInit().
bool EMU_VmonHystInit_TypeDef::enable |