Searched refs:LSM6DSV_TAP_CFG1 (Results 1 – 2 of 2) sorted by relevance
| /hal_st-latest/sensor/stmemsc/lsm6dsv_STdC/driver/ |
| D | lsm6dsv_reg.c | 9432 ret = lsm6dsv_read_reg(ctx, LSM6DSV_TAP_CFG1, (uint8_t *)&tap_cfg1, 1); in lsm6dsv_tap_thresholds_set() 9446 ret += lsm6dsv_write_reg(ctx, LSM6DSV_TAP_CFG1, (uint8_t *)&tap_cfg1, 1); in lsm6dsv_tap_thresholds_set() 9467 ret = lsm6dsv_read_reg(ctx, LSM6DSV_TAP_CFG1, (uint8_t *)&tap_cfg1, 1); in lsm6dsv_tap_thresholds_get() 9496 ret = lsm6dsv_read_reg(ctx, LSM6DSV_TAP_CFG1, (uint8_t *)&tap_cfg1, 1); in lsm6dsv_tap_axis_priority_set() 9500 ret = lsm6dsv_write_reg(ctx, LSM6DSV_TAP_CFG1, (uint8_t *)&tap_cfg1, 1); in lsm6dsv_tap_axis_priority_set() 9520 ret = lsm6dsv_read_reg(ctx, LSM6DSV_TAP_CFG1, (uint8_t *)&tap_cfg1, 1); in lsm6dsv_tap_axis_priority_get()
|
| D | lsm6dsv_reg.h | 1226 #define LSM6DSV_TAP_CFG1 0x57U macro
|