RTEMS
5.0.0
|
Data Fields | |
uint16_t | addr |
The address of the slave without the read write bit. A 7-Bit address should be placed in the bits [6..0]. | |
bool | read |
Read (true) or write (false) data. | |
size_t | len |
Size of data to read or write. | |
uint8_t * | buf |
Buffer for data. | |