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... | |
int | addr_length |
Length of the TWI data address segment (1-3 bytes). More... | |
void * | buffer |
Where to find the data to be written. More... | |
char | chip |
TWI chip address to communicate with. More... | |
unsigned int | length |
How many bytes do we want to write. More... | |
uint8_t twi_package_t::addr[3] |
TWI address/commands to issue to the other chip (node).
Referenced by main(), mxt_get_crc_value(), mxt_get_message_count(), mxt_probe_device(), mxt_read_config_object(), mxt_read_config_reg(), mxt_read_id_block(), mxt_read_message(), mxt_read_object_table(), mxt_write_config_object(), mxt_write_config_reg(), qt_write_regs(), twi_master_read(), twi_master_write(), twi_master_write_ex(), and twi_probe().
int twi_package_t::addr_length |
Length of the TWI data address segment (1-3 bytes).
Referenced by at42qt1060_get_status(), at42qt1060_read_reg(), at42qt1060_write_reg(), main(), qt_read_regs(), twi_master_read(), twi_master_write(), twi_master_write_ex(), and twi_probe().
void* twi_package_t::buffer |
Where to find the data to be written.
Referenced by at42qt1060_get_status(), at42qt1060_read_reg(), at42qt1060_write_reg(), main(), mxt_validate_message(), twi_master_read(), twi_master_write(), twi_master_write_ex(), and twi_probe().
char twi_package_t::chip |
TWI chip address to communicate with.
Referenced by aic23b_write_control_word(), at42qt1060_get_status(), at42qt1060_read_reg(), at42qt1060_write_reg(), main(), twi_master_read(), twi_master_write(), twi_master_write_ex(), and twi_probe().
unsigned int twi_package_t::length |
How many bytes do we want to write.
Referenced by at42qt1060_get_status(), at42qt1060_read_reg(), at42qt1060_write_reg(), main(), twi_master_read(), twi_master_write(), twi_master_write_ex(), and twi_probe().