Hotwheels-Cluster 1.2
Creation of Cluster APP for SEA:ME project.
 
Loading...
Searching...
No Matches
i2c_smbus_data Union Reference

Represents data formats for I2C SMBus communication. More...

Data Fields

uint8_t byte
 
uint16_t word
 
uint8_t block [34]
 

Detailed Description

Represents data formats for I2C SMBus communication.

  • byte: Single byte of data.
  • word: 16-bit (2 byte) data.
  • block: Array for up to 34-byte block transfers.

Definition at line 25 of file PeripheralController.cpp.

Field Documentation

◆ block

uint8_t i2c_smbus_data::block[34]

Definition at line 28 of file PeripheralController.cpp.

◆ byte

uint8_t i2c_smbus_data::byte

Definition at line 26 of file PeripheralController.cpp.

◆ word

uint16_t i2c_smbus_data::word

Definition at line 27 of file PeripheralController.cpp.


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