MBot Software Library  v1.0
An API documentation to mbot_firmware repository
Public Attributes | List of all members
soft_pass_through_write_t Struct Reference

Sensor configuration This structure holds write soft pass through informations. More...

#include <bhy.h>

Public Attributes

u8 i2c_slave_address
 
u8 start_register
 
u8 write_length
 
u8 completion_status
 
u8 reg_value_byte1
 
u8 reg_value_byte2
 
u8 reg_value_byte3
 
u8 reg_value_byte4
 

Detailed Description

Sensor configuration This structure holds write soft pass through informations.

Member Data Documentation

◆ completion_status

u8 soft_pass_through_write_t::completion_status

contain the value of completion status

◆ i2c_slave_address

u8 soft_pass_through_write_t::i2c_slave_address

contain the value of I2C slave address

◆ reg_value_byte1

u8 soft_pass_through_write_t::reg_value_byte1

contain the value of returned register value1

◆ reg_value_byte2

u8 soft_pass_through_write_t::reg_value_byte2

contain the value of returned register value2

◆ reg_value_byte3

u8 soft_pass_through_write_t::reg_value_byte3

contain the value of returned register value3

◆ reg_value_byte4

u8 soft_pass_through_write_t::reg_value_byte4

contain the value of returned register value4

◆ start_register

u8 soft_pass_through_write_t::start_register

contain the value of start register

◆ write_length

u8 soft_pass_through_write_t::write_length

contain the value of read length


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