LETIMER initialization structure.
Public Attributes#
bool
Start counting when initialization completes.
bool
Counter shall keep running during debug halt.
bool
Load COMP0 register into CNT when counter underflows.
bool
Load COMP1 into COMP0 when REP0 reaches 0.
uint8_t
Idle value for output 0.
uint8_t
Idle value for output 1.
Underflow output 0 action.
Underflow output 1 action.
Repeat mode.
uint32_t
Top value.
Public Attribute Documentation#
enable#
bool LETIMER_Init_TypeDef::enable
Start counting when initialization completes.
Definition at line
87
of file platform/emlib/inc/em_letimer.h
debugRun#
bool LETIMER_Init_TypeDef::debugRun
Counter shall keep running during debug halt.
Definition at line
88
of file platform/emlib/inc/em_letimer.h
comp0Top#
bool LETIMER_Init_TypeDef::comp0Top
Load COMP0 register into CNT when counter underflows.
Definition at line
93
of file platform/emlib/inc/em_letimer.h
bufTop#
bool LETIMER_Init_TypeDef::bufTop
Load COMP1 into COMP0 when REP0 reaches 0.
Definition at line
94
of file platform/emlib/inc/em_letimer.h
out0Pol#
uint8_t LETIMER_Init_TypeDef::out0Pol
Idle value for output 0.
Definition at line
95
of file platform/emlib/inc/em_letimer.h
out1Pol#
uint8_t LETIMER_Init_TypeDef::out1Pol
Idle value for output 1.
Definition at line
96
of file platform/emlib/inc/em_letimer.h
ufoa0#
LETIMER_UFOA_TypeDef LETIMER_Init_TypeDef::ufoa0
Underflow output 0 action.
Definition at line
97
of file platform/emlib/inc/em_letimer.h
ufoa1#
LETIMER_UFOA_TypeDef LETIMER_Init_TypeDef::ufoa1
Underflow output 1 action.
Definition at line
98
of file platform/emlib/inc/em_letimer.h
repMode#
LETIMER_RepeatMode_TypeDef LETIMER_Init_TypeDef::repMode
Repeat mode.
Definition at line
99
of file platform/emlib/inc/em_letimer.h
topValue#
uint32_t LETIMER_Init_TypeDef::topValue
Top value.
Counter wraps when top value matches counter value is reached.
Definition at line
100
of file platform/emlib/inc/em_letimer.h