Struct EMC2305_I2C_Message
ClassList > EMC2305_I2C_Message
#include <EMC2305.h>
Public Attributes
| Type | Name |
|---|---|
| EMC2305_HandleTypeDef * | chip |
| EMC2305_I2C_OP | operation |
| uint8_t * | read_data |
| uint8_t | reg_addr |
| uint8_t | semaphore_index |
| uint8_t | write_data |
Public Attributes Documentation
variable chip
EMC2305_HandleTypeDef* EMC2305_I2C_Message::chip;
variable operation
EMC2305_I2C_OP EMC2305_I2C_Message::operation;
variable read_data
uint8_t* EMC2305_I2C_Message::read_data;
variable reg_addr
uint8_t EMC2305_I2C_Message::reg_addr;
variable semaphore_index
uint8_t EMC2305_I2C_Message::semaphore_index;
variable write_data
uint8_t EMC2305_I2C_Message::write_data;
The documentation for this class was generated from the following file driver/Inc/EMC2305.h