PDL for FM0+  Version1.0
Peripheral Driverl Library for FM0+
stc_rtc_timer Struct Reference

Real Time Clock timer configuration structure. More...

#include <rtc.h>

Data Fields

en_rtc_time_mode_t enMode
 Timer mode.
uint32_t u32TimerCycle
 The cycle [uint: second] of timer, after these seconds elapse, timer interrpt will occur.

Detailed Description

Real Time Clock timer configuration structure.

Definition at line 264 of file rtc.h.


Field Documentation

Timer mode.

Definition at line 266 of file rtc.h.

Referenced by Rtc_Init().

uint32_t u32TimerCycle

The cycle [uint: second] of timer, after these seconds elapse, timer interrpt will occur.

Definition at line 267 of file rtc.h.

Referenced by Rtc_Init().


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