Searched refs:LSM6DSO_TAP_CFG0 (Results 1 – 2 of 2) sorted by relevance
| /hal_st-latest/sensor/stmemsc/lsm6dso_STdC/driver/ |
| D | lsm6dso_reg.c | 2645 ret = lsm6dso_read_reg(ctx, LSM6DSO_TAP_CFG0, (uint8_t *)®, 1); in lsm6dso_xl_hp_path_internal_set() 2650 ret = lsm6dso_write_reg(ctx, LSM6DSO_TAP_CFG0, (uint8_t *)®, 1); in lsm6dso_xl_hp_path_internal_set() 2671 ret = lsm6dso_read_reg(ctx, LSM6DSO_TAP_CFG0, (uint8_t *)®, 1); in lsm6dso_xl_hp_path_internal_get() 4436 ret = lsm6dso_read_reg(ctx, LSM6DSO_TAP_CFG0, (uint8_t *) &tap_cfg0, 1); in lsm6dso_int_notification_set() 4439 ret += lsm6dso_write_reg(ctx, LSM6DSO_TAP_CFG0, (uint8_t *) &tap_cfg0, 1); in lsm6dso_int_notification_set() 4469 ret = lsm6dso_read_reg(ctx, LSM6DSO_TAP_CFG0, (uint8_t *) &tap_cfg0, 1); in lsm6dso_int_notification_get() 4795 ret = lsm6dso_read_reg(ctx, LSM6DSO_TAP_CFG0, (uint8_t *)®, 1); in lsm6dso_act_pin_notification_set() 4800 ret = lsm6dso_write_reg(ctx, LSM6DSO_TAP_CFG0, (uint8_t *)®, 1); in lsm6dso_act_pin_notification_set() 4823 ret = lsm6dso_read_reg(ctx, LSM6DSO_TAP_CFG0, (uint8_t *)®, 1); in lsm6dso_act_pin_notification_get() 4981 ret = lsm6dso_read_reg(ctx, LSM6DSO_TAP_CFG0, (uint8_t *)®, 1); in lsm6dso_tap_detection_on_z_set() [all …]
|
| D | lsm6dso_reg.h | 815 #define LSM6DSO_TAP_CFG0 0x56U macro
|