RTCC_Init_TypeDef Struct Reference

RTCC initialization structure.

Definition at line 213 of file em_rtcc.h.

#include <em_rtcc.h>

Data Fields

RTCC_CntMode_TypeDef cntMode
 
bool cntWrapOnCCV1
 
bool debugRun
 
bool disLeapYearCorr
 
bool enaBackupModeSet
 
bool enable
 
bool enaOSCFailDetect
 
bool precntWrapOnCCV0
 
RTCC_CntPresc_TypeDef presc
 
RTCC_PrescMode_TypeDef prescMode
 

Field Documentation

RTCC_CntMode_TypeDef RTCC_Init_TypeDef::cntMode

Select operational mode of the counter.

Definition at line 246 of file em_rtcc.h.

Referenced by RTCC_Init().

bool RTCC_Init_TypeDef::cntWrapOnCCV1

Enable/disable counter wrap on ch. 1 CCV value.

Definition at line 224 of file em_rtcc.h.

Referenced by RTCC_Init().

bool RTCC_Init_TypeDef::debugRun

Enable/disable timer counting during debug halt.

Definition at line 218 of file em_rtcc.h.

Referenced by RTCC_Init().

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.

Definition at line 253 of file em_rtcc.h.

Referenced by RTCC_Init().

bool RTCC_Init_TypeDef::enaBackupModeSet

Enable/disable storing RTCC counter value in RTCC_CCV2 upon backup mode entry.

Definition at line 235 of file em_rtcc.h.

Referenced by RTCC_Init().

bool RTCC_Init_TypeDef::enable

Enable/disable counting when initialization is completed.

Definition at line 215 of file em_rtcc.h.

Referenced by RTCC_Init().

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.

Definition at line 241 of file em_rtcc.h.

Referenced by RTCC_Init().

bool RTCC_Init_TypeDef::precntWrapOnCCV0

Enable/disable pre-counter wrap on ch. 0 CCV value.

Definition at line 221 of file em_rtcc.h.

Referenced by RTCC_Init().

RTCC_CntPresc_TypeDef RTCC_Init_TypeDef::presc

Counter prescaler.

Definition at line 227 of file em_rtcc.h.

Referenced by RTCC_Init(), and RTCDRV_Init().

RTCC_PrescMode_TypeDef RTCC_Init_TypeDef::prescMode

Prescaler mode.

Definition at line 230 of file em_rtcc.h.

Referenced by RTCC_Init().


The documentation for this struct was generated from the following file:
  • C:/HandsOn/super/platform/emlib/inc/em_rtcc.h