#include <twi_lib.h>
Definition at line 32 of file twi_lib.h.
Data Fields | |
unsigned char | address |
unsigned char * | buf |
Length_TWI_frame | nbbytes |
unsigned char | rw |
unsigned char TWI_message::address |
Definition at line 32 of file twi_lib.h.
Referenced by twi_decode_status(), twi_send_message_interrupt(), and twi_send_message_polling().
unsigned char* TWI_message::buf |
Definition at line 35 of file twi_lib.h.
Referenced by twi_decode_status(), twi_send_message_interrupt(), and twi_send_message_polling().
Definition at line 34 of file twi_lib.h.
Referenced by twi_decode_status(), twi_send_message_interrupt(), and twi_send_message_polling().
unsigned char TWI_message::rw |
Definition at line 33 of file twi_lib.h.
Referenced by twi_decode_status(), twi_send_message_interrupt(), and twi_send_message_polling().