LETIMER_Init_TypeDef Struct Reference
[LETIMER]

#include <em_letimer.h>

Collaboration diagram for LETIMER_Init_TypeDef:
Collaboration graph
[legend]

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

Detailed Description

LETIMER initialization structure.

Definition at line 97 of file em_letimer.h.


Field Documentation

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().

Idle value for output 0.

Definition at line 105 of file em_letimer.h.

Referenced by LETIMER_Init().

Idle value for output 1.

Definition at line 106 of file em_letimer.h.

Referenced by LETIMER_Init().

Repeat mode.

Definition at line 109 of file em_letimer.h.

Referenced by LETIMER_Init().

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().


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