app_qspi_evt_t Struct Reference

QSPI event structure definition. More...

#include <app_qspi.h>

Public Attributes

app_qspi_evt_type_t type
 Type of event. More...
 
union {
   uint32_t   error_code
 QSPI Error code . More...
 
   uint16_t   size
 QSPI transmitted/received counter. More...
 
data
 Event data. More...
 

Detailed Description

QSPI event structure definition.

Definition at line 396 of file app_qspi.h.

Member Data Documentation

◆ data

union { ... } app_qspi_evt_t::data

Event data.

◆ error_code

uint32_t app_qspi_evt_t::error_code

QSPI Error code .

Definition at line 401 of file app_qspi.h.

◆ size

uint16_t app_qspi_evt_t::size

QSPI transmitted/received counter.

Definition at line 402 of file app_qspi.h.

◆ type

app_qspi_evt_type_t app_qspi_evt_t::type

Type of event.

Definition at line 398 of file app_qspi.h.


The documentation for this struct was generated from the following file: