![]() |
nRF5 SDK
v12.3.0
|
| Choose documentation: | nRF5 SDK | S130 SoftDevice API | S132 SoftDevice API | S212 SoftDevice API | S332 SoftDevice API |
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. | |
TWI transaction descriptor.