RTEMS  5.1
Data Fields

I2C transfer message. More...

#include <i2c.h>

Data Fields

uint16_t addr
 The slave address. More...
 
uint16_t flags
 The message flags. More...
 
uint16_t len
 The message data length in bytes.
 
uint8_t * buf
 Pointer to the message data.
 

Detailed Description

I2C transfer message.

Field Documentation

◆ addr

uint16_t i2c_msg::addr

The slave address.

In case the I2C_M_TEN flag is set, then this is a 10-bit address, otherwise it is a 7-bit address.

◆ flags

uint16_t i2c_msg::flags

The documentation for this struct was generated from the following file: