Home
last modified time | relevance | path

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

/hal_st-latest/sensor/stmemsc/lis2duxs12_STdC/driver/
Dlis2duxs12_reg.c2377 ret += lis2duxs12_read_reg(ctx, LIS2DUXS12_EMB_FUNC_EN_A, (uint8_t *)&emb_func_en_a, 1); in lis2duxs12_stpcnt_mode_set()
2391 ret += lis2duxs12_write_reg(ctx, LIS2DUXS12_EMB_FUNC_EN_A, (uint8_t *)&emb_func_en_a, 1); in lis2duxs12_stpcnt_mode_set()
2422 ret += lis2duxs12_read_reg(ctx, LIS2DUXS12_EMB_FUNC_EN_A, (uint8_t *)&emb_func_en_a, 1); in lis2duxs12_stpcnt_mode_get()
2647 ret = lis2duxs12_read_reg(ctx, LIS2DUXS12_EMB_FUNC_EN_A, (uint8_t *)&emb_func_en_a, 1); in lis2duxs12_tilt_mode_set()
2649 ret += lis2duxs12_write_reg(ctx, LIS2DUXS12_EMB_FUNC_EN_A, (uint8_t *)&emb_func_en_a, 1); in lis2duxs12_tilt_mode_set()
2673 ret = lis2duxs12_read_reg(ctx, LIS2DUXS12_EMB_FUNC_EN_A, (uint8_t *)&emb_func_en_a, 1); in lis2duxs12_tilt_mode_get()
2709 ret = lis2duxs12_read_reg(ctx, LIS2DUXS12_EMB_FUNC_EN_A, (uint8_t *)&emb_func_en_a, 1); in lis2duxs12_sigmot_mode_set()
2711 ret += lis2duxs12_write_reg(ctx, LIS2DUXS12_EMB_FUNC_EN_A, (uint8_t *)&emb_func_en_a, 1); in lis2duxs12_sigmot_mode_set()
2735 ret = lis2duxs12_read_reg(ctx, LIS2DUXS12_EMB_FUNC_EN_A, (uint8_t *)&emb_func_en_a, 1); in lis2duxs12_sigmot_mode_get()
3907 ret = lis2duxs12_read_reg(ctx, LIS2DUXS12_EMB_FUNC_EN_A, (uint8_t *)&emb_en_a, 1); in lis2duxs12_mlc_set()
[all …]
Dlis2duxs12_reg.h1109 #define LIS2DUXS12_EMB_FUNC_EN_A 0x4U macro