nRF5 SDK v17.1.0
Data Fields
nrf_twi_mngr_transaction_t Struct Reference

TWI transaction descriptor. More...

#include <nrf_twi_mngr.h>

Data Fields

nrf_twi_mngr_callback_t 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 callback.
 
nrf_twi_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_twi_config_t const * p_required_twi_cfg
 Pointer to instance hardware configuration.
 

Detailed Description

TWI transaction descriptor.


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

Documentation feedback | Developer Zone | Subscribe | Updated