Typedefs
Type definitions
Peripheral Driver
»
APP DRIVER
»
GPIO
Typedefs
typedef void(*
app_io_callback_t
) (
app_io_evt_t
*p_evt)
GPIO callback type.
More...
Detailed Description
Typedef Documentation
◆
app_io_callback_t
typedef void(* app_io_callback_t) (
app_io_evt_t
*p_evt)
GPIO callback type.
Definition at line
354
of file
app_io.h
.