nRF5 SDK v13.0.0
Data Fields
app_twi_transaction_t Struct Reference

TWI transaction descriptor. More...

#include <app_twi.h>

Data Fields

app_twi_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.
 
app_twi_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