RTC initialization structure.

Public Attributes#

bool

Start counting when initialization is completed.

bool

Counter shall keep running during debug halt.

bool

Use compare register 0 as max count value.

Public Attribute Documentation#

enable#

bool RTC_Init_TypeDef::enable

Start counting when initialization is completed.


Definition at line 66 of file platform/emlib/inc/em_rtc.h

debugRun#

bool RTC_Init_TypeDef::debugRun

Counter shall keep running during debug halt.


Definition at line 67 of file platform/emlib/inc/em_rtc.h

comp0Top#

bool RTC_Init_TypeDef::comp0Top

Use compare register 0 as max count value.


Definition at line 68 of file platform/emlib/inc/em_rtc.h