Home
last modified time | relevance | path

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

/hal_st-latest/sensor/stmemsc/lis2dtw12_STdC/driver/
Dlis2dtw12_reg.c177 ret = lis2dtw12_read_reg(ctx, LIS2DTW12_CTRL1, (uint8_t *) &ctrl1, 1); in lis2dtw12_power_mode_set()
183 ret = lis2dtw12_write_reg(ctx, LIS2DTW12_CTRL1, (uint8_t *) &ctrl1, 1); in lis2dtw12_power_mode_set()
216 ret = lis2dtw12_read_reg(ctx, LIS2DTW12_CTRL1, (uint8_t *) &ctrl1, 1); in lis2dtw12_power_mode_get()
321 ret = lis2dtw12_read_reg(ctx, LIS2DTW12_CTRL1, (uint8_t *) &ctrl1, 1); in lis2dtw12_data_rate_set()
326 ret = lis2dtw12_write_reg(ctx, LIS2DTW12_CTRL1, (uint8_t *) &ctrl1, 1); in lis2dtw12_data_rate_set()
358 ret = lis2dtw12_read_reg(ctx, LIS2DTW12_CTRL1, (uint8_t *) &ctrl1, 1); in lis2dtw12_data_rate_get()
Dlis2dtw12_reg.h186 #define LIS2DTW12_CTRL1 0x20U macro