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#
precntWrapOnCCV0#
bool RTCC_Init_TypeDef::precntWrapOnCCV0
Enable/disable pre-counter wrap on ch.
0 CCV value.
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.
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.