跳转至

_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

uint16_t addr;

7-bit address (0..0x7F)

variable flags

uint16_t flags;

I2C Message Flags (see I2C_M_* macros)

variable len

uint16_t len;

length of buffer

variable buf

uint8_t * buf;

pointer to data


Updated on 2026-02-03 at 13:21:55 +0000