Typedefs
Type definitions
Peripheral Driver
»
APP DRIVER
»
SPI
Typedefs
typedef void(*
app_spi_evt_handler_t
) (
app_spi_evt_t
*p_evt)
SPI event callback definition.
More...
Detailed Description
Typedef Documentation
◆
app_spi_evt_handler_t
typedef void(* app_spi_evt_handler_t) (
app_spi_evt_t
*p_evt)
SPI event callback definition.
Definition at line
167
of file
app_spi.h
.