EFM32 Leopard Gecko Software Documentation  efm32lg-doc-4.2.1
RTC_Init_TypeDef Struct Reference

#include <em_rtc.h>

Data Fields

bool enable
 
bool debugRun
 
bool comp0Top
 

Detailed Description

RTC initialization structure.

Definition at line 60 of file em_rtc.h.

Field Documentation

bool RTC_Init_TypeDef::enable

Start counting when init completed.

Definition at line 62 of file em_rtc.h.

Referenced by RTC_Init().

bool RTC_Init_TypeDef::debugRun

Counter shall keep running during debug halt.

Definition at line 63 of file em_rtc.h.

Referenced by RTC_Init().

bool RTC_Init_TypeDef::comp0Top

Use compare register 0 as max count value.

Definition at line 64 of file em_rtc.h.

Referenced by RTC_Init(), and UDELAY_Calibrate().


The documentation for this struct was generated from the following file: