Type Definitions
+ Collaboration diagram for Type Definitions:

Typedefs

typedef qspi_command_t app_qspi_command_t
 QSPI command structure definition. More...
 
typedef void(* app_qspi_evt_handler_t) (app_qspi_evt_t *p_evt)
 QSPI event callback definition. More...
 

Detailed Description

Typedef Documentation

◆ app_qspi_command_t

QSPI command structure definition.

Definition at line 301 of file app_qspi.h.

◆ app_qspi_evt_handler_t

typedef void(* app_qspi_evt_handler_t) (app_qspi_evt_t *p_evt)

QSPI event callback definition.

Definition at line 466 of file app_qspi.h.