![]() |
nrfx 4.5.0
|
Structure for a TWI transfer descriptor. More...
#include <nrfx_twi.h>
Data Fields | |
| nrfx_twi_xfer_type_t | type |
| Type of transfer. | |
| uint8_t | address |
| Slave address. | |
| size_t | primary_length |
| Number of bytes transferred. | |
| size_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.