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.


Definition at line 1080 of file platform/emlib/inc/em_emu.h

riseThreshold#

int EMU_VmonHystInit_TypeDef::riseThreshold

Rising threshold (mV).


Definition at line 1081 of file platform/emlib/inc/em_emu.h

fallThreshold#

int EMU_VmonHystInit_TypeDef::fallThreshold

Falling threshold (mV).


Definition at line 1082 of file platform/emlib/inc/em_emu.h

riseWakeup#

bool EMU_VmonHystInit_TypeDef::riseWakeup

Wake up from EM4H on rising edge.


Definition at line 1083 of file platform/emlib/inc/em_emu.h

fallWakeup#

bool EMU_VmonHystInit_TypeDef::fallWakeup

Wake up from EM4H on falling edge.


Definition at line 1084 of file platform/emlib/inc/em_emu.h

enable#

bool EMU_VmonHystInit_TypeDef::enable

Enable VMON channel.


Definition at line 1085 of file platform/emlib/inc/em_emu.h