Microchip® Advanced Software Framework

twim_transfer_t Struct Reference

Information concerning the data transmission.

#include <twim.h>

Data Fields

void * buffer
 Where to find the data . More...
 
uint32_t chip
 TWI chip address to communicate with. More...
 
uint32_t length
 How many bytes do we want to transfer. More...
 
bool read
 Transfer direction. More...
 

void* twim_transfer_t::buffer

Where to find the data .

Referenced by twim_chained_transfer().

uint32_t twim_transfer_t::chip

TWI chip address to communicate with.

Referenced by twim_chained_transfer().

uint32_t twim_transfer_t::length

How many bytes do we want to transfer.

Referenced by twim_chained_transfer().

bool twim_transfer_t::read

Transfer direction.

Referenced by twim_chained_transfer().