RTCC initialization structure.
Public Attributes#
bool
Enable/disable counting when initialization is completed.
bool
Enable/disable timer counting during debug halt.
bool
Enable/disable pre-counter wrap on ch.
bool
Enable/disable counter wrap on ch.
Counter prescaler.
Prescaler mode.
Public Attribute Documentation#
enable#
bool RTCC_Init_TypeDef::enable
Enable/disable counting when initialization is completed.
Definition at line
212
of file platform/emlib/inc/em_rtcc.h
debugRun#
bool RTCC_Init_TypeDef::debugRun
Enable/disable timer counting during debug halt.
Definition at line
215
of file platform/emlib/inc/em_rtcc.h
precntWrapOnCCV0#
bool RTCC_Init_TypeDef::precntWrapOnCCV0
Enable/disable pre-counter wrap on ch.
0 CCV value.
Definition at line
218
of file platform/emlib/inc/em_rtcc.h
cntWrapOnCCV1#
bool RTCC_Init_TypeDef::cntWrapOnCCV1
Enable/disable counter wrap on ch.
1 CCV value.
Definition at line
221
of file platform/emlib/inc/em_rtcc.h
presc#
RTCC_CntPresc_TypeDef RTCC_Init_TypeDef::presc
Counter prescaler.
Definition at line
224
of file platform/emlib/inc/em_rtcc.h
prescMode#
RTCC_PrescMode_TypeDef RTCC_Init_TypeDef::prescMode
Prescaler mode.
Definition at line
227
of file platform/emlib/inc/em_rtcc.h