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.
- modules/nrfx/drivers/include/nrfx_spis.h