nRF5 SDK  v12.0.0
Choose documentation:
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
nrf_drv_spis_event_t Struct Reference

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.
 

Detailed Description

Structure containing the event context from the SPI slave driver.