Typedefs
Type definitions
Peripheral Driver
»
APP DRIVER
»
ADC
Typedefs
typedef void(*
app_adc_evt_handler_t
) (
app_adc_evt_t
*p_evt)
ADC event callback definition.
More...
Detailed Description
Typedef Documentation
◆
app_adc_evt_handler_t
typedef void(* app_adc_evt_handler_t) (
app_adc_evt_t
*p_evt)
ADC event callback definition.
Definition at line
149
of file
app_adc.h
.