Home
last modified time | relevance | path

Searched refs:LSM6DSV16B_FUNCTIONS_ENABLE (Results 1 – 2 of 2) sorted by relevance

/hal_st-latest/sensor/stmemsc/lsm6dsv16b_STdC/driver/
Dlsm6dsv16b_reg.c1161 ret = lsm6dsv16b_read_reg(ctx, LSM6DSV16B_FUNCTIONS_ENABLE, (uint8_t *)&functions_enable, 1); in lsm6dsv16b_all_sources_get()
1165 ret = lsm6dsv16b_write_reg(ctx, LSM6DSV16B_FUNCTIONS_ENABLE, (uint8_t *)&functions_enable, 1); in lsm6dsv16b_all_sources_get()
1192 ret = lsm6dsv16b_read_reg(ctx, LSM6DSV16B_FUNCTIONS_ENABLE, (uint8_t *)&functions_enable, 1); in lsm6dsv16b_all_sources_get()
1197 ret = lsm6dsv16b_write_reg(ctx, LSM6DSV16B_FUNCTIONS_ENABLE, (uint8_t *)&functions_enable, 1); in lsm6dsv16b_all_sources_get()
1632 ret = lsm6dsv16b_read_reg(ctx, LSM6DSV16B_FUNCTIONS_ENABLE, (uint8_t *)&functions_enable, 1); in lsm6dsv16b_timestamp_set()
1636 ret = lsm6dsv16b_write_reg(ctx, LSM6DSV16B_FUNCTIONS_ENABLE, (uint8_t *)&functions_enable, 1); in lsm6dsv16b_timestamp_set()
1655 ret = lsm6dsv16b_read_reg(ctx, LSM6DSV16B_FUNCTIONS_ENABLE, (uint8_t *)&functions_enable, 1); in lsm6dsv16b_timestamp_get()
2985 ret = lsm6dsv16b_read_reg(ctx, LSM6DSV16B_FUNCTIONS_ENABLE, (uint8_t *)&functions_enable, 1); in lsm6dsv16b_pin_int1_route_set()
3012 ret = lsm6dsv16b_write_reg(ctx, LSM6DSV16B_FUNCTIONS_ENABLE, (uint8_t *)&functions_enable, 1); in lsm6dsv16b_pin_int1_route_set()
3282 ret = lsm6dsv16b_read_reg(ctx, LSM6DSV16B_FUNCTIONS_ENABLE, (uint8_t *)&functions_enable, 1); in lsm6dsv16b_pin_int2_route_set()
[all …]
Dlsm6dsv16b_reg.h1014 #define LSM6DSV16B_FUNCTIONS_ENABLE 0x50U macro