You are viewing documentation for version:
VMON Hysteresis initialization structure.
Public Attributes#
VMON channel to configure.
bool
Wake up from EM4H on rising edge.
bool
Wake up from EM4H on falling edge.
Public Attribute Documentation#
channel#
EMU_VmonChannel_TypeDef EMU_VmonHystInit_TypeDef::channel
VMON channel to configure.
riseThreshold#
int EMU_VmonHystInit_TypeDef::riseThreshold
Rising threshold (mV).
fallThreshold#
int EMU_VmonHystInit_TypeDef::fallThreshold
Falling threshold (mV).
riseWakeup#
bool EMU_VmonHystInit_TypeDef::riseWakeup
Wake up from EM4H on rising edge.
fallWakeup#
bool EMU_VmonHystInit_TypeDef::fallWakeup
Wake up from EM4H on falling edge.
enable#
bool EMU_VmonHystInit_TypeDef::enable
Enable VMON channel.