Searched refs:LSM6DSV_SLV0_CONFIG (Results 1 – 2 of 2) sorted by relevance
| /hal_st-latest/sensor/stmemsc/lsm6dsv_STdC/driver/ |
| D | lsm6dsv_reg.c | 4634 ret = lsm6dsv_read_reg(ctx, LSM6DSV_SLV0_CONFIG + idx * 3U, (uint8_t *)&slv_config, 1); in lsm6dsv_fifo_sh_batch_slave_set() 4636 ret += lsm6dsv_write_reg(ctx, LSM6DSV_SLV0_CONFIG + idx * 3U, (uint8_t *)&slv_config, 1); in lsm6dsv_fifo_sh_batch_slave_set() 4662 ret = lsm6dsv_read_reg(ctx, LSM6DSV_SLV0_CONFIG + idx * 3U, (uint8_t *)&slv_config, 1); in lsm6dsv_fifo_sh_batch_slave_get() 8440 ret += lsm6dsv_read_reg(ctx, LSM6DSV_SLV0_CONFIG, (uint8_t *)&slv0_config, 1); in lsm6dsv_sh_data_rate_set() 8447 ret = lsm6dsv_write_reg(ctx, LSM6DSV_SLV0_CONFIG, (uint8_t *)&slv0_config, 1); in lsm6dsv_sh_data_rate_set() 8470 ret += lsm6dsv_read_reg(ctx, LSM6DSV_SLV0_CONFIG, (uint8_t *)&slv0_config, 1); in lsm6dsv_sh_data_rate_get() 8551 ret = lsm6dsv_read_reg(ctx, LSM6DSV_SLV0_CONFIG + idx * 3U, in lsm6dsv_sh_slv_cfg_read() 8559 ret = lsm6dsv_write_reg(ctx, LSM6DSV_SLV0_CONFIG + idx * 3U, in lsm6dsv_sh_slv_cfg_read()
|
| D | lsm6dsv_reg.h | 3248 #define LSM6DSV_SLV0_CONFIG 0x17U macro
|