embedded-software
reusable software modules for embedded systems
|
Data Fields | |
i2c_status_t | state |
i2c_transaction_t * | currentTransaction_ptr |
list_t | transactionList |
struct { | |
uint8_t bytesToWrite: 4 | |
uint8_t bytesToRead: 4 | |
}; | |
struct { ... } |
uint8_t bytesToRead |
uint8_t bytesToWrite |
i2c_transaction_t* currentTransaction_ptr |
i2c_status_t state |
list_t transactionList |