Typedefs
Type definitions
Peripheral Driver
»
APP DRIVER
»
RTC
Typedefs
typedef void(*
app_rtc_evt_handler_t
) (
app_rtc_evt_t
*p_evt)
RTC event callback definition.
More...
Detailed Description
Typedef Documentation
◆
app_rtc_evt_handler_t
typedef void(* app_rtc_evt_handler_t) (
app_rtc_evt_t
*p_evt)
RTC event callback definition.
Definition at line
123
of file
app_rtc.h
.