VMON Hysteresis initialization structure.

Public Attributes#

VMON channel to configure.

int

Rising threshold (mV).

int

Falling threshold (mV).

bool

Wake up from EM4H on rising edge.

bool

Wake up from EM4H on falling edge.

bool

Enable VMON channel.

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.