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.
- components/libraries/spi_mngr/nrf_spi_mngr.h