![]() |
S32 SDK
|
RTC interrupt configuration. It is used to configure interrupt other than Time Alarm and Time Seconds interrupt Implements : rtc_interrupt_config_t_Class. More...
#include <rtc_driver.h>
Data Fields | |
bool | overflowIntEnable |
bool | timeInvalidIntEnable |
void(* | rtcCallback )(void *callbackParam) |
void * | callbackParams |
RTC interrupt configuration. It is used to configure interrupt other than Time Alarm and Time Seconds interrupt Implements : rtc_interrupt_config_t_Class.
Definition at line 95 of file rtc_driver.h.
void* callbackParams |
Pointer to the callback parameters.
Definition at line 100 of file rtc_driver.h.
bool overflowIntEnable |
Enable Time Overflow Interrupt
Definition at line 97 of file rtc_driver.h.
void(* rtcCallback) (void *callbackParam) |
Pointer to the user callback method.
Definition at line 99 of file rtc_driver.h.
bool timeInvalidIntEnable |
Enable Time Invalid Interrupt
Definition at line 98 of file rtc_driver.h.