![]() |
nRF5 SDK
v13.0.0-1.alpha
|
Choose documentation: | nRF5 SDK | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API | S332 SoftDevice API |
Structure containing the event context from the SPI slave driver. More...
#include <nrf_drv_spis.h>
Data Fields | |
nrf_drv_spis_event_type_t | evt_type |
Type of event. | |
uint32_t | rx_amount |
Number of bytes received in last transaction. This parameter is only valid for NRF_DRV_SPIS_XFER_DONE events. | |
uint32_t | tx_amount |
Number of bytes transmitted in last transaction. This parameter is only valid for NRF_DRV_SPIS_XFER_DONE events. | |
Structure containing the event context from the SPI slave driver.