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

Real Time Clock Alarm structure. More...

#include <rtc.h>

Data Fields

uint8_t u8Minute
 Alarm minutes (Format 1...59)
uint8_t u8Hour
 Alarm hour (Format 0...23)
uint8_t u8Day
 Alarm day (Format 1...31)
uint8_t u8Month
 Alarm month (Foramt 1...12)
uint16_t u16Year
 Alarm year (Format 1...99) + 2000.

Detailed Description

Real Time Clock Alarm structure.

Definition at line 373 of file rtc.h.


Field Documentation

uint16_t u16Year

Alarm year (Format 1...99) + 2000.

Definition at line 379 of file rtc.h.

Referenced by Rtc_GetAlarmDateTime(), Rtc_Init(), and Rtc_SetAlarmDateTime().

uint8_t u8Day

Alarm day (Format 1...31)

Definition at line 377 of file rtc.h.

Referenced by Rtc_GetAlarmDateTime(), Rtc_Init(), and Rtc_SetAlarmDateTime().

uint8_t u8Hour

Alarm hour (Format 0...23)

Definition at line 376 of file rtc.h.

Referenced by Rtc_GetAlarmDateTime(), Rtc_Init(), and Rtc_SetAlarmDateTime().

uint8_t u8Minute

Alarm minutes (Format 1...59)

Definition at line 375 of file rtc.h.

Referenced by Rtc_GetAlarmDateTime(), Rtc_Init(), and Rtc_SetAlarmDateTime().

uint8_t u8Month

Alarm month (Foramt 1...12)

Definition at line 378 of file rtc.h.

Referenced by Rtc_GetAlarmDateTime(), Rtc_Init(), and Rtc_SetAlarmDateTime().


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