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

#include <em_emu.h>

Data Fields

EMU_VmonChannel_TypeDef channel
 
int threshold
 
bool riseWakeup
 
bool fallWakeup
 
bool enable
 
bool retDisable
 

Detailed Description

VMON initialization structure

Definition at line 396 of file em_emu.h.

Field Documentation

EMU_VmonChannel_TypeDef EMU_VmonInit_TypeDef::channel

VMON channel to configure

Definition at line 398 of file em_emu.h.

Referenced by EMU_VmonInit().

int EMU_VmonInit_TypeDef::threshold

Trigger threshold (mV)

Definition at line 399 of file em_emu.h.

Referenced by EMU_VmonInit().

bool EMU_VmonInit_TypeDef::riseWakeup

Wake up from EM4H on rising edge

Definition at line 400 of file em_emu.h.

Referenced by EMU_VmonInit().

bool EMU_VmonInit_TypeDef::fallWakeup

Wake up from EM4H on falling edge

Definition at line 401 of file em_emu.h.

Referenced by EMU_VmonInit().

bool EMU_VmonInit_TypeDef::enable

Enable VMON channel

Definition at line 402 of file em_emu.h.

Referenced by EMU_VmonInit().

bool EMU_VmonInit_TypeDef::retDisable

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

Definition at line 403 of file em_emu.h.

Referenced by EMU_VmonInit().


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