nRF5 SDK v17.1.0
Data Fields
nrfx_spis_evt_t Struct Reference

SPI slave driver event structure. More...

#include <nrfx_spis.h>

Data Fields

nrfx_spis_evt_type_t evt_type
 Type of the event.
 
size_t rx_amount
 Number of bytes received in the last transaction. This parameter is only valid for NRFX_SPIS_XFER_DONE events.
 
size_t tx_amount
 Number of bytes transmitted in the last transaction. This parameter is only valid for NRFX_SPIS_XFER_DONE events.
 

Detailed Description

SPI slave driver event structure.


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

Documentation feedback | Developer Zone | Subscribe | Updated