Home
last modified time | relevance | path

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

/hal_st-latest/sensor/stmemsc/lis2hh12_STdC/driver/
Dlis2hh12_reg.c150 ret = lis2hh12_read_reg(ctx, LIS2HH12_CTRL1, (uint8_t *)&ctrl1, 1); in lis2hh12_xl_axis_set()
157 ret = lis2hh12_write_reg(ctx, LIS2HH12_CTRL1, (uint8_t *)&ctrl1, 1); in lis2hh12_xl_axis_set()
177 ret = lis2hh12_read_reg(ctx, LIS2HH12_CTRL1, (uint8_t *)&ctrl1, 1); in lis2hh12_xl_axis_get()
198 ret = lis2hh12_read_reg(ctx, LIS2HH12_CTRL1, (uint8_t *)&ctrl1, 1); in lis2hh12_block_data_update_set()
203 ret = lis2hh12_write_reg(ctx, LIS2HH12_CTRL1, (uint8_t *)&ctrl1, 1); in lis2hh12_block_data_update_set()
223 ret = lis2hh12_read_reg(ctx, LIS2HH12_CTRL1, (uint8_t *)&ctrl1, 1); in lis2hh12_block_data_update_get()
243 ret = lis2hh12_read_reg(ctx, LIS2HH12_CTRL1, (uint8_t *)&ctrl1, 1); in lis2hh12_xl_data_rate_set()
248 ret = lis2hh12_write_reg(ctx, LIS2HH12_CTRL1, (uint8_t *)&ctrl1, 1); in lis2hh12_xl_data_rate_set()
268 ret = lis2hh12_read_reg(ctx, LIS2HH12_CTRL1, (uint8_t *)&ctrl1, 1); in lis2hh12_xl_data_rate_get()
751 ret = lis2hh12_read_reg(ctx, LIS2HH12_CTRL1, (uint8_t *)&ctrl1, 1); in lis2hh12_xl_filter_out_path_set()
[all …]
Dlis2hh12_reg.h203 #define LIS2HH12_CTRL1 0x20U macro