Home
last modified time | relevance | path

Searched refs:emb_func_fifo_en (Results 1 – 6 of 6) sorted by relevance

/hal_st-latest/sensor/stmemsc/lis2dux12_STdC/driver/
Dlis2dux12_reg.c2227 lis2dux12_emb_func_fifo_en_t emb_func_fifo_en; in lis2dux12_stpcnt_mode_set() local
2234 ret += lis2dux12_read_reg(ctx, LIS2DUX12_EMB_FUNC_FIFO_EN, (uint8_t *)&emb_func_fifo_en, 1); in lis2dux12_stpcnt_mode_set()
2242 emb_func_fifo_en.step_counter_fifo_en = val.step_counter_in_fifo; in lis2dux12_stpcnt_mode_set()
2243 ret += lis2dux12_write_reg(ctx, LIS2DUX12_EMB_FUNC_FIFO_EN, (uint8_t *)&emb_func_fifo_en, 1); in lis2dux12_stpcnt_mode_set()
Dlis2dux12_reg.h2006 lis2dux12_emb_func_fifo_en_t emb_func_fifo_en; member
/hal_st-latest/sensor/stmemsc/lis2duxs12_STdC/driver/
Dlis2duxs12_reg.c2372 lis2duxs12_emb_func_fifo_en_t emb_func_fifo_en; in lis2duxs12_stpcnt_mode_set() local
2379 ret += lis2duxs12_read_reg(ctx, LIS2DUXS12_EMB_FUNC_FIFO_EN, (uint8_t *)&emb_func_fifo_en, 1); in lis2duxs12_stpcnt_mode_set()
2387 emb_func_fifo_en.step_counter_fifo_en = val.step_counter_in_fifo; 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()
Dlis2duxs12_reg.h2027 lis2duxs12_emb_func_fifo_en_t emb_func_fifo_en; member
/hal_st-latest/sensor/stmemsc/st1vafe3bx_STdC/driver/
Dst1vafe3bx_reg.c2538 st1vafe3bx_emb_func_fifo_en_t emb_func_fifo_en; in st1vafe3bx_stpcnt_mode_set() local
2548 (uint8_t *)&emb_func_fifo_en, 1); in st1vafe3bx_stpcnt_mode_set()
2557 emb_func_fifo_en.step_counter_fifo_en = val.step_counter_in_fifo; in st1vafe3bx_stpcnt_mode_set()
2559 (uint8_t *)&emb_func_fifo_en, 1); in st1vafe3bx_stpcnt_mode_set()
Dst1vafe3bx_reg.h1934 st1vafe3bx_emb_func_fifo_en_t emb_func_fifo_en; member