|
EFR32 Blue Gecko 1 Software Documentation
efr32bg1-doc-5.1.2
|
#include <em_emu.h>
Data Fields | |
| EMU_VmonChannel_TypeDef | channel |
| bool | enable |
| int | fallThreshold |
| bool | fallWakeup |
| int | riseThreshold |
| bool | riseWakeup |
| EMU_VmonChannel_TypeDef EMU_VmonHystInit_TypeDef::channel |
VMON channel to configure
Definition at line 639 of file em_emu.h.
Referenced by EMU_VmonHystInit().
| bool EMU_VmonHystInit_TypeDef::enable |
| int EMU_VmonHystInit_TypeDef::fallThreshold |
| bool EMU_VmonHystInit_TypeDef::fallWakeup |
Wake up from EM4H on falling edge
Definition at line 643 of file em_emu.h.
Referenced by EMU_VmonHystInit().
| int EMU_VmonHystInit_TypeDef::riseThreshold |
| bool EMU_VmonHystInit_TypeDef::riseWakeup |
Wake up from EM4H on rising edge
Definition at line 642 of file em_emu.h.
Referenced by EMU_VmonHystInit().