VMON initialization structure.

Public Attributes#

VMON channel to configure.

int

Trigger threshold (mV).

bool

Wake up from EM4H on rising edge.

bool

Wake up from EM4H on falling edge.

bool

Enable VMON channel.

bool

Disable IO0 retention when voltage drops below threshold (IOVDD only).

Public Attribute Documentation#

channel#

EMU_VmonChannel_TypeDef EMU_VmonInit_TypeDef::channel

VMON channel to configure.


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

threshold#

int EMU_VmonInit_TypeDef::threshold

Trigger threshold (mV).

Supported range is 1620 mV to 3400 mV.


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

riseWakeup#

bool EMU_VmonInit_TypeDef::riseWakeup

Wake up from EM4H on rising edge.


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

fallWakeup#

bool EMU_VmonInit_TypeDef::fallWakeup

Wake up from EM4H on falling edge.


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

enable#

bool EMU_VmonInit_TypeDef::enable

Enable VMON channel.


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

retDisable#

bool EMU_VmonInit_TypeDef::retDisable

Disable IO0 retention when voltage drops below threshold (IOVDD only).


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