DSPI event structure definition. More...
#include <app_dspi.h>
Public Attributes | |
app_dspi_evt_type_t | type |
union { | |
uint32_t error_code | |
uint16_t size | |
} | data |
DSPI event structure definition.
Definition at line 130 of file app_dspi.h.
union { ... } app_dspi_evt_t::data |
DSPI Transmission status data.
uint32_t app_dspi_evt_t::error_code |
DSPI Error code.
Definition at line 135 of file app_dspi.h.
uint16_t app_dspi_evt_t::size |
DSPI transmitted counter.
Definition at line 136 of file app_dspi.h.
app_dspi_evt_type_t app_dspi_evt_t::type |
DSPI type of event.
Definition at line 132 of file app_dspi.h.