You are viewing documentation for version:
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.
Underflow output 0 action.
Underflow output 1 action.
Public Attribute Documentation#
enable#
bool LETIMER_Init_TypeDef::enable
Start counting when initialization completes.
debugRun#
bool LETIMER_Init_TypeDef::debugRun
Counter shall keep running during debug halt.
comp0Top#
bool LETIMER_Init_TypeDef::comp0Top
Load COMP0 register into CNT when counter underflows.
bufTop#
bool LETIMER_Init_TypeDef::bufTop
Load COMP1 into COMP0 when REP0 reaches 0.
out0Pol#
uint8_t LETIMER_Init_TypeDef::out0Pol
Idle value for output 0.
out1Pol#
uint8_t LETIMER_Init_TypeDef::out1Pol
Idle value for output 1.
ufoa0#
LETIMER_UFOA_TypeDef LETIMER_Init_TypeDef::ufoa0
Underflow output 0 action.
ufoa1#
LETIMER_UFOA_TypeDef LETIMER_Init_TypeDef::ufoa1
Underflow output 1 action.
repMode#
LETIMER_RepeatMode_TypeDef LETIMER_Init_TypeDef::repMode
Repeat mode.
topValue#
uint32_t LETIMER_Init_TypeDef::topValue
Top value.
Counter wraps when top value matches counter value is reached.