_CFBD_I2C_Message¶
#include <iic.h>
Public Attributes¶
| Name | |
|---|---|
| uint16_t | addr |
| uint16_t | flags |
| uint16_t | len |
| uint8_t * | buf |
Public Attributes Documentation¶
variable addr¶
7-bit address (0..0x7F)
variable flags¶
I2C Message Flags (see I2C_M_* macros)
variable len¶
length of buffer
variable buf¶
pointer to data
Updated on 2026-02-03 at 13:21:55 +0000