EMU_VmonHystInit_TypeDef Struct Reference

VMON Hysteresis initialization structure.

#include <em_emu.h>

Data Fields

EMU_VmonChannel_TypeDef channel
VMON channel to configure.
int riseThreshold
Rising threshold (mV).
int fallThreshold
Falling threshold (mV).
bool riseWakeup
Wake up from EM4H on rising edge.
bool fallWakeup
Wake up from EM4H on falling edge.
bool enable
Enable VMON channel.

VMON Hysteresis initialization structure.

Field 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.