Classes

struct  app_spi_pin_t
 SPI IO Structures. More...
 
struct  app_spi_pin_cfg_t
 SPI IO configuration Structures. More...
 
struct  app_spi_mode_t
 SPI operate mode Enumerations definition. More...
 
struct  app_spi_params_t
 SPI parameters structure definition. More...
 
struct  app_spi_evt_t
 SPI event structure definition. More...
 

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 180 of file app_spi.h.