LETIMER_Init_TypeDef Struct Reference

LETIMER initialization structure.

#include <em_letimer.h>

Data Fields

bool enable
Start counting when initialization completes.
bool debugRun
Counter shall keep running during debug halt.
bool comp0Top
Load COMP0 register into CNT when counter underflows.
bool bufTop
Load COMP1 into COMP0 when REP0 reaches 0.
uint8_t out0Pol
Idle value for output 0.
uint8_t out1Pol
Idle value for output 1.
LETIMER_UFOA_TypeDef ufoa0
Underflow output 0 action.
LETIMER_UFOA_TypeDef ufoa1
Underflow output 1 action.
LETIMER_RepeatMode_TypeDef repMode
Repeat mode.
uint32_t topValue
Top value.

LETIMER initialization structure.

Field Documentation

enable

bool LETIMER_Init_TypeDef::enable