Searched refs:LSM6DSV16B_IF_CFG (Results 1 – 2 of 2) sorted by relevance
| /hal_st-latest/sensor/stmemsc/lsm6dsv16b_STdC/driver/ |
| D | lsm6dsv16b_reg.c | 1710 ret = lsm6dsv16b_read_reg(ctx, LSM6DSV16B_IF_CFG, (uint8_t *)&if_cfg, 1); in lsm6dsv16b_filt_anti_spike_set() 1715 ret = lsm6dsv16b_write_reg(ctx, LSM6DSV16B_IF_CFG, (uint8_t *)&if_cfg, 1); in lsm6dsv16b_filt_anti_spike_set() 1735 ret = lsm6dsv16b_read_reg(ctx, LSM6DSV16B_IF_CFG, (uint8_t *)&if_cfg, 1); in lsm6dsv16b_filt_anti_spike_get() 2473 ret = lsm6dsv16b_read_reg(ctx, LSM6DSV16B_IF_CFG, (uint8_t *)&if_cfg, 1); in lsm6dsv16b_ui_i2c_i3c_mode_set() 2477 ret = lsm6dsv16b_write_reg(ctx, LSM6DSV16B_IF_CFG, (uint8_t *)&if_cfg, 1); in lsm6dsv16b_ui_i2c_i3c_mode_set() 2497 ret = lsm6dsv16b_read_reg(ctx, LSM6DSV16B_IF_CFG, (uint8_t *)&if_cfg, 1); in lsm6dsv16b_ui_i2c_i3c_mode_get() 2528 ret = lsm6dsv16b_read_reg(ctx, LSM6DSV16B_IF_CFG, (uint8_t *)&if_cfg, 1); in lsm6dsv16b_spi_mode_set() 2532 ret = lsm6dsv16b_write_reg(ctx, LSM6DSV16B_IF_CFG, (uint8_t *)&if_cfg, 1); in lsm6dsv16b_spi_mode_set() 2551 ret = lsm6dsv16b_read_reg(ctx, LSM6DSV16B_IF_CFG, (uint8_t *)&if_cfg, 1); in lsm6dsv16b_spi_mode_get() 2582 ret = lsm6dsv16b_read_reg(ctx, LSM6DSV16B_IF_CFG, (uint8_t *)&if_cfg, 1); in lsm6dsv16b_ui_sda_pull_up_set() [all …]
|
| D | lsm6dsv16b_reg.h | 222 #define LSM6DSV16B_IF_CFG 0x3U macro
|