Searched refs:LIS2DTW12_CTRL6 (Results 1 – 2 of 2) sorted by relevance
| /hal_st-latest/sensor/stmemsc/lis2dtw12_STdC/driver/ |
| D | lis2dtw12_reg.c | 188 ret = lis2dtw12_read_reg(ctx, LIS2DTW12_CTRL6, (uint8_t *) &ctrl6, 1); in lis2dtw12_power_mode_set() 194 ret = lis2dtw12_write_reg(ctx, LIS2DTW12_CTRL6, (uint8_t *) &ctrl6, 1); in lis2dtw12_power_mode_set() 220 ret = lis2dtw12_read_reg(ctx, LIS2DTW12_CTRL6, (uint8_t *) &ctrl6, 1); in lis2dtw12_power_mode_get() 482 ret = lis2dtw12_read_reg(ctx, LIS2DTW12_CTRL6, (uint8_t *) ®, 1); in lis2dtw12_full_scale_set() 487 ret = lis2dtw12_write_reg(ctx, LIS2DTW12_CTRL6, (uint8_t *) ®, 1); in lis2dtw12_full_scale_set() 507 ret = lis2dtw12_read_reg(ctx, LIS2DTW12_CTRL6, (uint8_t *) ®, 1); in lis2dtw12_full_scale_get() 1135 ret = lis2dtw12_read_reg(ctx, LIS2DTW12_CTRL6, (uint8_t *) &ctrl6, 1); in lis2dtw12_filter_path_set() 1140 ret = lis2dtw12_write_reg(ctx, LIS2DTW12_CTRL6, (uint8_t *) &ctrl6, 1); in lis2dtw12_filter_path_set() 1174 ret = lis2dtw12_read_reg(ctx, LIS2DTW12_CTRL6, (uint8_t *) &ctrl6, 1); in lis2dtw12_filter_path_get() 1219 ret = lis2dtw12_read_reg(ctx, LIS2DTW12_CTRL6, (uint8_t *) ®, 1); in lis2dtw12_filter_bandwidth_set() [all …]
|
| D | lis2dtw12_reg.h | 294 #define LIS2DTW12_CTRL6 0x25U macro
|