nRF5 SDK v15.2.0
Data Fields
nrf_spi_mngr_transaction_t Struct Reference

SPI transaction descriptor. More...

#include <nrf_spi_mngr.h>

Data Fields

nrf_spi_mngr_callback_begin_t begin_callback
 User-specified function to be called before the transaction is started.
 
nrf_spi_mngr_callback_end_t end_callback
 User-specified function to be called after the transaction is finished.
 
void * p_user_data
 Pointer to user data to be passed to the end_callback.
 
nrf_spi_mngr_transfer_t const * p_transfers
 Pointer to the array of transfers that make up the transaction.
 
uint8_t number_of_transfers
 Number of transfers that make up the transaction.
 
nrf_drv_spi_config_t const * p_required_spi_cfg
 Pointer to instance hardware configuration.
 

Detailed Description

SPI transaction descriptor.


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

Documentation feedback | Developer Zone | Subscribe | Updated