nrf_drv_spis_event_t

nRF5 SDK v10.0.0

nRF51 SDK v10.0.0

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.


Please send us your feedback about the documentation! For technical questions, visit the Nordic Developer Zone .