#include <twi_master.h>
Data Fields | |
struct { | |
unsigned char lastTransOK:1 | |
unsigned char unusedBits:7 | |
}; | |
struct { | |
unsigned char lastTransOK:1 | |
unsigned char unusedBits:7 | |
}; | |
unsigned char | all |
struct { ... } |
struct { ... } |
unsigned char TWI_statusReg::all |
Referenced by twi_retrieve_message(), twi_send_message(), twi_start_transceiver(), and twi_start_transceiver_with_data().
unsigned char TWI_statusReg::lastTransOK |
Referenced by accelero_read(), switch(), twi_get_data_from_transceiver(), and twi_retrieve_message().
unsigned char TWI_statusReg::unusedBits |