Home
last modified time | relevance | path

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

/hal_st-latest/sensor/stmemsc/lis2duxs12_STdC/driver/
Dlis2duxs12_reg.c2379 ret += lis2duxs12_read_reg(ctx, LIS2DUXS12_EMB_FUNC_FIFO_EN, (uint8_t *)&emb_func_fifo_en, 1); in lis2duxs12_stpcnt_mode_set()
2388 ret += lis2duxs12_write_reg(ctx, LIS2DUXS12_EMB_FUNC_FIFO_EN, (uint8_t *)&emb_func_fifo_en, 1); in lis2duxs12_stpcnt_mode_set()
3713 ret = lis2duxs12_read_reg(ctx, LIS2DUXS12_EMB_FUNC_FIFO_EN, (uint8_t *)&fifo_reg, 1); in lis2duxs12_fsm_fifo_en_set()
3715 ret += lis2duxs12_write_reg(ctx, LIS2DUXS12_EMB_FUNC_FIFO_EN, (uint8_t *)&fifo_reg, 1); in lis2duxs12_fsm_fifo_en_set()
3740 ret = lis2duxs12_read_reg(ctx, LIS2DUXS12_EMB_FUNC_FIFO_EN, (uint8_t *)&fifo_reg, 1); in lis2duxs12_fsm_fifo_en_get()
4121 ret = lis2duxs12_read_reg(ctx, LIS2DUXS12_EMB_FUNC_FIFO_EN, (uint8_t *)&fifo_reg, 1); in lis2duxs12_mlc_fifo_en_set()
4123 ret += lis2duxs12_write_reg(ctx, LIS2DUXS12_EMB_FUNC_FIFO_EN, (uint8_t *)&fifo_reg, 1); in lis2duxs12_mlc_fifo_en_set()
4148 ret = lis2duxs12_read_reg(ctx, LIS2DUXS12_EMB_FUNC_FIFO_EN, (uint8_t *)&fifo_reg, 1); in lis2duxs12_mlc_fifo_en_get()
Dlis2duxs12_reg.h1381 #define LIS2DUXS12_EMB_FUNC_FIFO_EN 0x18U macro