112 #define Int16FromBuf(_buf,_idx) ((int16_t)((_buf[_idx+1]<<8) | _buf[_idx]))
void lsm6_i2c_event(struct Lsm6_I2c *lsm)
volatile uint8_t buf[I2C_BUF_LEN]
Transaction buffer With I2C_BUF_LEN number of bytes.
uint16_t len_r
Number of bytes to read/receive.
transaction successfully finished by I2C driver
enum Lsm6ConfStatus init_status
init status
transmit and receive transaction
void lsm6_i2c_start_configure(struct Lsm6_I2c *lsm)
void lsm6_i2c_init(struct Lsm6_I2c *lsm, struct i2c_periph *i2c_p, uint8_t addr)
union Lsm6_I2c::@328 data_g
uint8_t len_w
Number of bytes to write/transmit.
#define LSM6_REG_CTRL1_XL
transaction set to done by user level
union Lsm6_I2c::@327 data_xl
bool initialized
config done flag
volatile bool data_available
data ready flag
enum I2CTransactionStatus status
Transaction status.
Driver for the accelerometer and gyrometer LSM6DS33.
uint8_t slave_addr
Slave address.
static void lsm6_i2c_tx_reg(struct Lsm6_I2c *lsm, uint8_t reg, uint8_t val)
#define LSM6_REG_ORIENT_CFG_G
#define LSM6_REG_OUTX_L_G
static bool i2c_submit(struct i2c_periph *p, struct i2c_transaction *t)
Submit a I2C transaction.
transmit only transaction
struct i2c_transaction i2c_trans
static void lsm6_set_default_config(struct Lsm6Config *c)
void lsm6_i2c_read(struct Lsm6_I2c *lsm)
enum I2CTransactionType type
Transaction type.
struct i2c_periph * i2c_p
static void lsm6_i2c_send_config(struct Lsm6_I2c *lsm)
#define Int16FromBuf(_buf, _idx)