RTC Seconds Interrupt Configuration Implements : rtc_seconds_int_config_t_Class. More...
#include <platform/drivers/inc/rtc_driver.h>
Data Fields | |
rtc_second_int_cfg_t | secondIntConfig |
bool | secondIntEnable |
void(* | rtcSecondsCallback )(void *callbackParam) |
void * | secondsCallbackParams |
RTC Seconds Interrupt Configuration Implements : rtc_seconds_int_config_t_Class.
Definition at line 155 of file rtc_driver.h.
void(* rtcSecondsCallback) (void *callbackParam) |
Pointer to the user callback method.
Definition at line 159 of file rtc_driver.h.
rtc_second_int_cfg_t secondIntConfig |
Seconds Interrupt frequency
Definition at line 157 of file rtc_driver.h.
bool secondIntEnable |
Seconds Interrupt enable
Definition at line 158 of file rtc_driver.h.
void* secondsCallbackParams |
Pointer to the callback parameters.
Definition at line 160 of file rtc_driver.h.