S32 SDK
rtc_interrupt_config_t Struct Reference

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
 

Detailed Description

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 143 of file rtc_driver.h.

Field Documentation

void* callbackParams

Pointer to the callback parameters.

Definition at line 148 of file rtc_driver.h.

bool overflowIntEnable

Enable Time Overflow Interrupt

Definition at line 145 of file rtc_driver.h.

void(* rtcCallback) (void *callbackParam)

Pointer to the user callback method.

Definition at line 147 of file rtc_driver.h.

bool timeInvalidIntEnable

Enable Time Invalid Interrupt

Definition at line 146 of file rtc_driver.h.


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