EFM32 Pearl Gecko Software Documentation  efm32pg1-doc-4.2.1
EMU_VmonHystInit_TypeDef Struct Reference

#include <em_emu.h>

Data Fields

EMU_VmonChannel_TypeDef channel
 
int riseThreshold
 
int fallThreshold
 
bool riseWakeup
 
bool fallWakeup
 
bool enable
 

Detailed Description

VMON Hysteresis initialization structure

Definition at line 418 of file em_emu.h.

Field Documentation

EMU_VmonChannel_TypeDef EMU_VmonHystInit_TypeDef::channel

VMON channel to configure

Definition at line 420 of file em_emu.h.

Referenced by EMU_VmonHystInit().

int EMU_VmonHystInit_TypeDef::riseThreshold

Rising threshold (mV)

Definition at line 421 of file em_emu.h.

Referenced by EMU_VmonHystInit().

int EMU_VmonHystInit_TypeDef::fallThreshold

Falling threshold (mV)

Definition at line 422 of file em_emu.h.

Referenced by EMU_VmonHystInit().

bool EMU_VmonHystInit_TypeDef::riseWakeup

Wake up from EM4H on rising edge

Definition at line 423 of file em_emu.h.

Referenced by EMU_VmonHystInit().

bool EMU_VmonHystInit_TypeDef::fallWakeup

Wake up from EM4H on falling edge

Definition at line 424 of file em_emu.h.

Referenced by EMU_VmonHystInit().

bool EMU_VmonHystInit_TypeDef::enable

Enable VMON channel

Definition at line 425 of file em_emu.h.

Referenced by EMU_VmonHystInit().


The documentation for this struct was generated from the following file: