QSPI event structure definition. More...
#include <app_qspi.h>
Data Fields | |
| app_qspi_evt_type_t | type |
| union { | |
| uint32_t error_code | |
| uint16_t size | |
| } | data |
QSPI event structure definition.
| union { ... } app_qspi_evt_t::data |
Event data.
| uint32_t app_qspi_evt_t::error_code |
QSPI Error code .
| uint16_t app_qspi_evt_t::size |
QSPI transmitted/received counter.
| app_qspi_evt_type_t app_qspi_evt_t::type |
Type of event.