![]() |
PDL for FM0+
Version1.0
Peripheral Driverl Library for FM0+
|
RTC callback functions structure. More...
#include <rtc.h>
Data Fields | |
func_ptr_t | pfnTimeWrtErrCallback |
Callback function pointer for Timer writing error Interrupt. | |
func_ptr_t | pfnAlarmCallback |
Callback function pointer for Alarm Interrupt. | |
func_ptr_t | pfnTimerCallback |
Callback function pointer for Timer Interrupt. | |
func_ptr_t | pfnHalfSecondCallback |
Callback function pointer for 0.5-Second Interrupt. | |
func_ptr_t | pfnOneSecondCallback |
Callback function pointer for One Second Interrupt. | |
func_ptr_t | pfnOneMinuteCallback |
Callback function pointer for One Minute Interrupt. | |
func_ptr_t | pfnOneHourCallback |
Callback function pointer for One Hour Interrupt. |
Callback function pointer for Alarm Interrupt.
Definition at line 327 of file rtc.h.
Referenced by Rtc_EnableInt().
Callback function pointer for 0.5-Second Interrupt.
Definition at line 329 of file rtc.h.
Referenced by Rtc_EnableInt().
Callback function pointer for One Hour Interrupt.
Definition at line 332 of file rtc.h.
Referenced by Rtc_EnableInt().
Callback function pointer for One Minute Interrupt.
Definition at line 331 of file rtc.h.
Referenced by Rtc_EnableInt().
Callback function pointer for One Second Interrupt.
Definition at line 330 of file rtc.h.
Referenced by Rtc_EnableInt().
Callback function pointer for Timer Interrupt.
Definition at line 328 of file rtc.h.
Referenced by Rtc_EnableInt().
Callback function pointer for Timer writing error Interrupt.
Definition at line 326 of file rtc.h.
Referenced by Rtc_EnableInt().