Information concerning the data transmission.
#include <twi.h>
Data Fields | |
uint8_t | addr [3] |
TWI address/commands to issue to the other chip (node). More... | |
uint32_t | addr_length |
Length of the TWI data address segment (1-3 bytes). More... | |
void * | buffer |
Where to find the data to be transferred. More... | |
uint8_t | chip |
TWI chip address to communicate with. More... | |
uint32_t | length |
How many bytes do we want to transfer. More... | |
uint8_t twi_packet::addr[3] |
TWI address/commands to issue to the other chip (node).
Referenced by at24cxx_acknowledge_polling(), at24cxx_read_byte(), at24cxx_read_continuous(), at24cxx_read_page(), at24cxx_write_byte(), at24cxx_write_continuous(), at24cxx_write_page(), twi_master_read(), twi_master_write(), and twi_probe().
uint32_t twi_packet::addr_length |
Length of the TWI data address segment (1-3 bytes).
Referenced by at24cxx_acknowledge_polling(), at24cxx_read_byte(), at24cxx_read_continuous(), at24cxx_read_page(), at24cxx_write_byte(), at24cxx_write_continuous(), at24cxx_write_page(), twi_master_read(), twi_master_write(), twi_probe(), and wm8731_write_register().
void* twi_packet::buffer |
Where to find the data to be transferred.
Referenced by at24cxx_acknowledge_polling(), at24cxx_read_byte(), at24cxx_read_continuous(), at24cxx_read_page(), at24cxx_write_byte(), at24cxx_write_continuous(), at24cxx_write_page(), twi_master_read(), twi_master_write(), twi_probe(), and wm8731_write_register().
uint8_t twi_packet::chip |
TWI chip address to communicate with.
Referenced by at24cxx_read_byte(), at24cxx_read_continuous(), at24cxx_read_page(), at24cxx_write_byte(), at24cxx_write_continuous(), at24cxx_write_page(), twi_master_read(), twi_master_write(), twi_probe(), and wm8731_write_register().
uint32_t twi_packet::length |
How many bytes do we want to transfer.
Referenced by at24cxx_acknowledge_polling(), at24cxx_read_byte(), at24cxx_read_continuous(), at24cxx_read_page(), at24cxx_write_byte(), at24cxx_write_continuous(), at24cxx_write_page(), twi_master_read(), twi_master_write(), twi_probe(), and wm8731_write_register().