RTC_Init_TypeDef Struct Reference
RTC initialization structure.
#include <em_rtc.h>
Data Fields |
|
bool | enable |
Start counting when initialization is completed.
|
|
bool | debugRun |
Counter shall keep running during debug halt.
|
|
bool | comp0Top |
Use compare register 0 as max count value.
|
|
RTC initialization structure.
Field Documentation
◆ enable
bool RTC_Init_TypeDef::enable |
Start counting when initialization is completed.
◆ debugRun
bool RTC_Init_TypeDef::debugRun |
Counter shall keep running during debug halt.
◆ comp0Top
bool RTC_Init_TypeDef::comp0Top |
Use compare register 0 as max count value.