EFR32 Blue Gecko 1 Software Documentation  efr32bg1-doc-5.1.2
EMU_VmonInit_TypeDef Struct Reference

Detailed Description

VMON initialization structure

Definition at line 615 of file em_emu.h.

#include <em_emu.h>

Data Fields

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

Field Documentation

EMU_VmonChannel_TypeDef EMU_VmonInit_TypeDef::channel

VMON channel to configure

Definition at line 617 of file em_emu.h.

Referenced by EMU_VmonInit().

bool EMU_VmonInit_TypeDef::enable

Enable VMON channel

Definition at line 621 of file em_emu.h.

Referenced by EMU_VmonInit().

bool EMU_VmonInit_TypeDef::fallWakeup

Wake up from EM4H on falling edge

Definition at line 620 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 622 of file em_emu.h.

Referenced by EMU_VmonInit().

bool EMU_VmonInit_TypeDef::riseWakeup

Wake up from EM4H on rising edge

Definition at line 619 of file em_emu.h.

Referenced by EMU_VmonInit().

int EMU_VmonInit_TypeDef::threshold

Trigger threshold (mV)

Definition at line 618 of file em_emu.h.

Referenced by EMU_VmonInit().


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