#include <em_letimer.h>
Data Fields | |
bool | enable |
bool | debugRun |
bool | rtcComp0Enable |
bool | rtcComp1Enable |
bool | comp0Top |
bool | bufTop |
uint8_t | out0Pol |
uint8_t | out1Pol |
LETIMER_UFOA_TypeDef | ufoa0 |
LETIMER_UFOA_TypeDef | ufoa1 |
LETIMER_RepeatMode_TypeDef | repMode |
LETIMER initialization structure.
Definition at line 97 of file em_letimer.h.
Load COMP1 into COMP0 when REP0 reaches 0.
Definition at line 104 of file em_letimer.h.
Referenced by LETIMER_Init().
Load COMP0 register into CNT when counter underflows.
Definition at line 103 of file em_letimer.h.
Referenced by LETIMER_Init().
Counter shall keep running during debug halt.
Definition at line 100 of file em_letimer.h.
Referenced by LETIMER_Init().
Start counting when init completed.
Definition at line 99 of file em_letimer.h.
Referenced by LETIMER_Init().
uint8_t LETIMER_Init_TypeDef::out0Pol |
uint8_t LETIMER_Init_TypeDef::out1Pol |
Start counting on RTC COMP0 match.
Definition at line 101 of file em_letimer.h.
Referenced by LETIMER_Init().
Start counting on RTC COMP1 match.
Definition at line 102 of file em_letimer.h.
Referenced by LETIMER_Init().
Underflow output 0 action.
Definition at line 107 of file em_letimer.h.
Referenced by LETIMER_Init().
Underflow output 1 action.
Definition at line 108 of file em_letimer.h.
Referenced by LETIMER_Init().