nRF5 SDK v12.1.0
Data Fields
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.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated