SPI event structure definition. More...
#include <app_spi.h>
Public Attributes | |
app_spi_evt_type_t | type |
Type of event. More... | |
union { | |
uint32_t error_code | |
SPI Error code . More... | |
uint16_t size | |
SPI transmitted/received counter. More... | |
} | data |
SPI data. More... | |
union { ... } app_spi_evt_t::data |
SPI data.
uint16_t app_spi_evt_t::size |
app_spi_evt_type_t app_spi_evt_t::type |