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... | |
QSPI event structure definition.
Definition at line 396 of file app_qspi.h.
union { ... } app_qspi_evt_t::data |
Event data.
uint32_t app_qspi_evt_t::error_code |
QSPI Error code .
Definition at line 401 of file app_qspi.h.
uint16_t app_qspi_evt_t::size |
QSPI transmitted/received counter.
Definition at line 402 of file app_qspi.h.
app_qspi_evt_type_t app_qspi_evt_t::type |
Type of event.
Definition at line 398 of file app_qspi.h.