TIMER_InitCC_TypeDef Struct Reference
TIMER compare/capture initialization structure.
#include <em_timer.h>
Data Fields |
|
TIMER_Event_TypeDef | eventCtrl |
Input capture event control.
|
|
TIMER_Edge_TypeDef | edge |
Input capture edge select.
|
|
TIMER_PRSSEL_TypeDef | prsSel |
Peripheral reflex system trigger selection.
|
|
TIMER_OutputAction_TypeDef | cufoa |
Counter underflow output action.
|
|
TIMER_OutputAction_TypeDef | cofoa |
Counter overflow output action.
|
|
TIMER_OutputAction_TypeDef | cmoa |
Counter match output action.
|
|
TIMER_CCMode_TypeDef | mode |
Compare/capture channel mode.
|
|
bool | filter |
Enable digital filter.
|
|
bool | prsInput |
Select TIMERnCCx (false) or PRS input (true).
|
|
bool | coist |
Compare output initial state.
|
|
bool |