Searched refs:LIS2DW12_CTRL6 (Results 1 – 2 of 2) sorted by relevance
| /hal_st-latest/sensor/stmemsc/lis2dw12_STdC/driver/ |
| D | lis2dw12_reg.c | 188 ret = lis2dw12_read_reg(ctx, LIS2DW12_CTRL6, (uint8_t *) &ctrl6, 1); in lis2dw12_power_mode_set() 194 ret = lis2dw12_write_reg(ctx, LIS2DW12_CTRL6, (uint8_t *) &ctrl6, 1); in lis2dw12_power_mode_set() 220 ret = lis2dw12_read_reg(ctx, LIS2DW12_CTRL6, (uint8_t *) &ctrl6, 1); in lis2dw12_power_mode_get() 478 ret = lis2dw12_read_reg(ctx, LIS2DW12_CTRL6, (uint8_t *) ®, 1); in lis2dw12_full_scale_set() 483 ret = lis2dw12_write_reg(ctx, LIS2DW12_CTRL6, (uint8_t *) ®, 1); in lis2dw12_full_scale_set() 502 ret = lis2dw12_read_reg(ctx, LIS2DW12_CTRL6, (uint8_t *) ®, 1); in lis2dw12_full_scale_get() 1127 ret = lis2dw12_read_reg(ctx, LIS2DW12_CTRL6, (uint8_t *) &ctrl6, 1); in lis2dw12_filter_path_set() 1132 ret = lis2dw12_write_reg(ctx, LIS2DW12_CTRL6, (uint8_t *) &ctrl6, 1); in lis2dw12_filter_path_set() 1166 ret = lis2dw12_read_reg(ctx, LIS2DW12_CTRL6, (uint8_t *) &ctrl6, 1); in lis2dw12_filter_path_get() 1211 ret = lis2dw12_read_reg(ctx, LIS2DW12_CTRL6, (uint8_t *) ®, 1); in lis2dw12_filter_bandwidth_set() [all …]
|
| D | lis2dw12_reg.h | 295 #define LIS2DW12_CTRL6 0x25U macro
|