nrfx 4.5.0
Loading...
Searching...
No Matches
nrfx_spis_event_t Struct Reference

SPI slave driver event structure. More...

#include <nrfx_spis.h>

Data Fields

nrfx_spis_event_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.
 
void * p_tx_buf
 Pointer to the TX buffer used in the last transaction. This parameter is only valid for NRFX_SPIS_XFER_DONE events.
 
void * p_rx_buf
 Pointer to the RX buffer used in the last transaction. This parameter is only valid for NRFX_SPIS_XFER_DONE events.
 
size_t tx_buf_size
 Size of the TX buffer used int the last transaction. This parameter is only valid for NRFX_SPIS_XFER_DONE events.
 
size_t rx_buf_size
 Size of the RX buffer used int 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: