#include <em_timer.h>
Data Fields | |
bool | enable |
bool | debugRun |
TIMER_Prescale_TypeDef | prescale |
TIMER_ClkSel_TypeDef | clkSel |
TIMER_InputAction_TypeDef | fallAction |
TIMER_InputAction_TypeDef | riseAction |
TIMER_Mode_TypeDef | mode |
bool | dmaClrAct |
bool | quadModeX4 |
bool | oneShot |
bool | sync |
TIMER initialization structure.
Definition at line 253 of file em_timer.h.
Counter shall keep running during debug halt.
Definition at line 259 of file em_timer.h.
Referenced by TIMER_Init().
Start counting when init completed.
Definition at line 256 of file em_timer.h.
Referenced by TIMER_Init().
Action on falling input edge.
Definition at line 277 of file em_timer.h.
Referenced by TIMER_Init().
Determines if only counting up or down once.
Definition at line 292 of file em_timer.h.
Referenced by TIMER_Init().
Prescaling factor, if HFPER clock used.
Definition at line 262 of file em_timer.h.
Referenced by TIMER_Init().
Select X2 or X4 quadrature decode mode (if used).
Definition at line 289 of file em_timer.h.
Referenced by TIMER_Init().
Timer start/stop/reload by other timers.
Definition at line 295 of file em_timer.h.
Referenced by TIMER_Init().