RTCC initialization structure.
Public Attributes#
Enable/disable counting when initialization is completed.
Enable/disable timer counting during debug halt.
Enable/disable pre-counter wrap on ch.
Enable/disable counter wrap on ch.
Counter prescaler.
Prescaler mode.
Enable/disable the check that sets OSCFFAIL interrupt flag if no LFCLK-RTCC ticks are detected within one ULFRCO cycles.
Select operational mode of the counter.
Disable leap year correction for calendar mode.
Public Attribute Documentation#
enable#
bool RTCC_Init_TypeDef::enable
Enable/disable counting when initialization is completed.
212
of file platform/emlib/inc/em_rtcc.h
debugRun#
bool RTCC_Init_TypeDef::debugRun
Enable/disable timer counting during debug halt.
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.
218
of file platform/emlib/inc/em_rtcc.h
cntWrapOnCCV1#
bool RTCC_Init_TypeDef::cntWrapOnCCV1
Enable/disable counter wrap on ch.
1 CCV value.
221
of file platform/emlib/inc/em_rtcc.h
presc#
RTCC_CntPresc_TypeDef RTCC_Init_TypeDef::presc
Counter prescaler.
224
of file platform/emlib/inc/em_rtcc.h
prescMode#
RTCC_PrescMode_TypeDef RTCC_Init_TypeDef::prescMode
Prescaler mode.
227
of file platform/emlib/inc/em_rtcc.h
enaOSCFailDetect#
bool RTCC_Init_TypeDef::enaOSCFailDetect
Enable/disable the check that sets OSCFFAIL interrupt flag if no LFCLK-RTCC ticks are detected within one ULFRCO cycles.
238
of file platform/emlib/inc/em_rtcc.h
cntMode#
RTCC_CntMode_TypeDef RTCC_Init_TypeDef::cntMode
Select operational mode of the counter.
243
of file platform/emlib/inc/em_rtcc.h
disLeapYearCorr#
bool RTCC_Init_TypeDef::disLeapYearCorr
Disable leap year correction for calendar mode.
When this parameter is set to false, February has 29 days if (year % 4 == 0). If set to true, February always has 28 days.
250
of file platform/emlib/inc/em_rtcc.h