EFM32 Gecko Software Documentation
efm32g-doc-5.1.2
|
LETIMER initialization structure.
Definition at line 96 of file em_letimer.h.
#include <em_letimer.h>
Data Fields | |
bool | bufTop |
bool | comp0Top |
bool | debugRun |
bool | enable |
uint8_t | out0Pol |
uint8_t | out1Pol |
LETIMER_RepeatMode_TypeDef | repMode |
bool | rtcComp0Enable |
bool | rtcComp1Enable |
LETIMER_UFOA_TypeDef | ufoa0 |
LETIMER_UFOA_TypeDef | ufoa1 |
bool LETIMER_Init_TypeDef::bufTop |
Load COMP1 into COMP0 when REP0 reaches 0.
Definition at line 105 of file em_letimer.h.
Referenced by LETIMER_Init().
bool LETIMER_Init_TypeDef::comp0Top |
Load COMP0 register into CNT when counter underflows.
Definition at line 104 of file em_letimer.h.
Referenced by LETIMER_Init(), and MIC_init().
bool LETIMER_Init_TypeDef::debugRun |
Counter shall keep running during debug halt.
Definition at line 99 of file em_letimer.h.
Referenced by LETIMER_Init().
bool LETIMER_Init_TypeDef::enable |
Start counting when init completed.
Definition at line 98 of file em_letimer.h.
Referenced by LETIMER_Init(), and MIC_init().
uint8_t LETIMER_Init_TypeDef::out0Pol |
uint8_t LETIMER_Init_TypeDef::out1Pol |
LETIMER_RepeatMode_TypeDef LETIMER_Init_TypeDef::repMode |
bool LETIMER_Init_TypeDef::rtcComp0Enable |
Start counting on RTC COMP0 match.
Definition at line 101 of file em_letimer.h.
Referenced by LETIMER_Init().
bool LETIMER_Init_TypeDef::rtcComp1Enable |
Start counting on RTC COMP1 match.
Definition at line 102 of file em_letimer.h.
Referenced by LETIMER_Init().
LETIMER_UFOA_TypeDef LETIMER_Init_TypeDef::ufoa0 |
Underflow output 0 action.
Definition at line 108 of file em_letimer.h.
Referenced by LETIMER_Init(), and MIC_init().
LETIMER_UFOA_TypeDef LETIMER_Init_TypeDef::ufoa1 |
Underflow output 1 action.
Definition at line 109 of file em_letimer.h.
Referenced by LETIMER_Init().