TMPM4G9
V1.0.0.0
|
I2C buffer structure definenition. More...
#include <bsp_i2c.h>
Data Fields | |
uint8_t * | p_buffer |
uint32_t | length |
uint32_t | pos |
I2C buffer structure definenition.
uint32_t length |
Buffer length.
uint8_t* p_buffer |
Buffer address.
uint32_t pos |
Buffer pointer.