![]() |
PDL for FM0+
Version1.0
Peripheral Driverl Library for FM0+
|
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. |
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().