Searched refs:LSM6DSO16IS_ISPU_CONFIG (Results 1 – 2 of 2) sorted by relevance
| /hal_st-latest/sensor/stmemsc/lsm6dso16is_STdC/driver/ |
| D | lsm6dso16is_reg.c | 2946 ret = lsm6dso16is_read_reg(ctx, LSM6DSO16IS_ISPU_CONFIG, (uint8_t *)&ispu_config, 1); in lsm6dso16is_ispu_boot_set() 2954 ret += lsm6dso16is_write_reg(ctx, LSM6DSO16IS_ISPU_CONFIG, (uint8_t *)&ispu_config, 1); in lsm6dso16is_ispu_boot_set() 2982 ret += lsm6dso16is_read_reg(ctx, LSM6DSO16IS_ISPU_CONFIG, (uint8_t *)&ispu_config, 1); in lsm6dso16is_ispu_boot_get() 3020 ret += lsm6dso16is_read_reg(ctx, LSM6DSO16IS_ISPU_CONFIG, (uint8_t *)&ispu_config, 1); in lsm6dso16is_ispu_int_latched_set() 3027 ret += lsm6dso16is_write_reg(ctx, LSM6DSO16IS_ISPU_CONFIG, (uint8_t *)&ispu_config, 1); in lsm6dso16is_ispu_int_latched_set() 3050 ret += lsm6dso16is_read_reg(ctx, LSM6DSO16IS_ISPU_CONFIG, (uint8_t *)&ispu_config, 1); in lsm6dso16is_ispu_int_latched_get() 3142 ret = lsm6dso16is_read_reg(ctx, LSM6DSO16IS_ISPU_CONFIG, (uint8_t *)&ispu_cfg, 1); in lsm6dso16is_ispu_write_memory() 3145 ret += lsm6dso16is_write_reg(ctx, LSM6DSO16IS_ISPU_CONFIG, (uint8_t *)&ispu_cfg, 1); in lsm6dso16is_ispu_write_memory() 3191 ret += lsm6dso16is_write_reg(ctx, LSM6DSO16IS_ISPU_CONFIG, (uint8_t *)&ispu_cfg, 1); in lsm6dso16is_ispu_write_memory() 3224 ret = lsm6dso16is_read_reg(ctx, LSM6DSO16IS_ISPU_CONFIG, (uint8_t *)&ispu_cfg, 1); in lsm6dso16is_ispu_read_memory() [all …]
|
| D | lsm6dso16is_reg.h | 1190 #define LSM6DSO16IS_ISPU_CONFIG 0x2U macro
|