OpenBIC
OpenSource Bridge-IC
_I2C_MSG_ Struct Reference

#include <hal_i2c.h>

Public Attributes

uint8_t bus
 
uint8_t target_addr
 
uint8_t rx_len
 
uint8_t tx_len
 
uint8_t data [I2C_BUFF_SIZE]
 
struct k_mutex lock
 

Member Data Documentation

◆ bus

uint8_t _I2C_MSG_::bus

◆ data

uint8_t _I2C_MSG_::data[I2C_BUFF_SIZE]

◆ lock

struct k_mutex _I2C_MSG_::lock

◆ rx_len

uint8_t _I2C_MSG_::rx_len

◆ target_addr

uint8_t _I2C_MSG_::target_addr

◆ tx_len

uint8_t _I2C_MSG_::tx_len

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