I2cMsg
Overview
Related Modules:
Description:
Defines the I2C transfer message used during custom transfers.
Since:
1.0
Summary
Data Fields
| Variable Name | Description |
|---|---|
| addr | uint16_t |
| buf | uint8_t * |
| len | uint16_t |
| flags | uint16_t |
Details
Field Documentation
addr
1. uint16_t I2cMsg::addr
Description:
Address of the I2C device
buf
1. uint8_t* I2cMsg::buf
Description:
Address of the buffer for storing transferred data
flags
1. uint16_t I2cMsg::flags
len
1. uint16_t I2cMsg::len
Description:
Length of the transferred data
