![]() |
PDL for FM0+
Version1.0
Peripheral Driverl Library for FM0+
|
Real Time Clock configuration. More...
#include <rtc.h>
Data Fields | |
en_rtc_clk_sel_t | enClkSel |
TRUE: RTC clock selection. | |
boolean_t | bEnSuboutDivider |
en_rtc_div_ratio_t | enDividerRatio |
Divider ratio. | |
en_rtc_rtcco_sel_t | enRtccoSel |
Divider of CO signal, see en_rtc_rtcco_sel_t for details. | |
boolean_t | bInitFreqCorr |
stc_rtc_freq_corr_t | stcFreqCorrConfig |
Frequency correction configuration, only when bInitFreqCorr is TRUE, this configuration is valid. | |
boolean_t | bInitTimeDate |
stc_rtc_time_t | stcTimeDate |
Time configuration structure, only when bInitTime is TRUE, this configuration is valid. | |
boolean_t | bInitAlarm |
stc_rtc_alarm_t | stcAlarm |
Alarm configuration structure, only when bInitAlarm is TRUE, this configuration is valid. | |
boolean_t | bInitTimer |
stc_rtc_timer_t | stcTimer |
Timer configuration structure, only when bInitTimer is TRUE, this configuration is valid. |
TRUE: Enable Divider for Divider Ratio FALSE: Disable Divider for Divider Ratio
Definition at line 391 of file rtc.h.
Referenced by Rtc_Init().
TRUE: Init RTC alarm FALSE: Do not Init RTC alarm
Definition at line 404 of file rtc.h.
Referenced by Rtc_Init().
TRUE: Init Frequency correction module FALSE: Do not Init Frequency correction module
Definition at line 396 of file rtc.h.
Referenced by Rtc_Init().
TRUE: Init RTC time and date FALSE: Do not Init RTC time and date
Definition at line 400 of file rtc.h.
Referenced by Rtc_Init().
TRUE: Init RTC timer FALSE: Do not Init RTC timer
Definition at line 408 of file rtc.h.
Referenced by Rtc_Init().
Divider of CO signal, see en_rtc_rtcco_sel_t for details.
Definition at line 394 of file rtc.h.
Referenced by Rtc_Init().
Alarm configuration structure, only when bInitAlarm is TRUE, this configuration is valid.
Definition at line 406 of file rtc.h.
Referenced by Rtc_Init().
Frequency correction configuration, only when bInitFreqCorr is TRUE, this configuration is valid.
Definition at line 398 of file rtc.h.
Referenced by Rtc_Init().
Time configuration structure, only when bInitTime is TRUE, this configuration is valid.
Definition at line 402 of file rtc.h.
Referenced by Rtc_Init().
Timer configuration structure, only when bInitTimer is TRUE, this configuration is valid.
Definition at line 410 of file rtc.h.
Referenced by Rtc_Init().