![]() |
nRF5 SDK
v12.3.0
|
| Choose documentation: | nRF5 SDK | S130 SoftDevice API | S132 SoftDevice API | S212 SoftDevice API | S332 SoftDevice API |
Structure for a TWI transfer descriptor. More...
#include <nrf_drv_twi.h>
Data Fields | |
| nrf_drv_twi_xfer_type_t | type |
| Type of transfer. | |
| uint8_t | address |
| Slave address. | |
| uint8_t | primary_length |
| Number of bytes transferred. | |
| uint8_t | secondary_length |
| Number of bytes transferred. | |
| uint8_t * | p_primary_buf |
| Pointer to transferred data. | |
| uint8_t * | p_secondary_buf |
| Pointer to transferred data. | |
Structure for a TWI transfer descriptor.