Home
last modified time | relevance | path

Searched refs:emb_func_fifo_en_b (Results 1 – 10 of 10) sorted by relevance

/hal_st-latest/sensor/stmemsc/lsm6dsv16bx_STdC/driver/
Dlsm6dsv16bx_reg.c5907 lsm6dsv16bx_emb_func_fifo_en_b_t emb_func_fifo_en_b; in lsm6dsv16bx_fifo_mlc_filt_batch_set() local
5913 …ret = lsm6dsv16bx_read_reg(ctx, LSM6DSV16BX_EMB_FUNC_FIFO_EN_B, (uint8_t *)&emb_func_fifo_en_b, 1); in lsm6dsv16bx_fifo_mlc_filt_batch_set()
5918 emb_func_fifo_en_b.mlc_filter_feature_fifo_en = val; in lsm6dsv16bx_fifo_mlc_filt_batch_set()
5919 …ret = lsm6dsv16bx_write_reg(ctx, LSM6DSV16BX_EMB_FUNC_FIFO_EN_B, (uint8_t *)&emb_func_fifo_en_b, 1… in lsm6dsv16bx_fifo_mlc_filt_batch_set()
5937 lsm6dsv16bx_emb_func_fifo_en_b_t emb_func_fifo_en_b; in lsm6dsv16bx_fifo_mlc_filt_batch_get() local
5943 …ret = lsm6dsv16bx_read_reg(ctx, LSM6DSV16BX_EMB_FUNC_FIFO_EN_B, (uint8_t *)&emb_func_fifo_en_b, 1); in lsm6dsv16bx_fifo_mlc_filt_batch_get()
5946 *val = emb_func_fifo_en_b.mlc_filter_feature_fifo_en; in lsm6dsv16bx_fifo_mlc_filt_batch_get()
Dlsm6dsv16bx_reg.h2551 lsm6dsv16bx_emb_func_fifo_en_b_t emb_func_fifo_en_b; member
/hal_st-latest/sensor/stmemsc/ism330bx_STdC/driver/
Dism330bx_reg.c5887 ism330bx_emb_func_fifo_en_b_t emb_func_fifo_en_b; in ism330bx_fifo_mlc_filt_batch_set() local
5893 ret = ism330bx_read_reg(ctx, ISM330BX_EMB_FUNC_FIFO_EN_B, (uint8_t *)&emb_func_fifo_en_b, 1); in ism330bx_fifo_mlc_filt_batch_set()
5898 emb_func_fifo_en_b.mlc_filter_feature_fifo_en = val; in ism330bx_fifo_mlc_filt_batch_set()
5899 ret = ism330bx_write_reg(ctx, ISM330BX_EMB_FUNC_FIFO_EN_B, (uint8_t *)&emb_func_fifo_en_b, 1); in ism330bx_fifo_mlc_filt_batch_set()
5917 ism330bx_emb_func_fifo_en_b_t emb_func_fifo_en_b; in ism330bx_fifo_mlc_filt_batch_get() local
5923 ret = ism330bx_read_reg(ctx, ISM330BX_EMB_FUNC_FIFO_EN_B, (uint8_t *)&emb_func_fifo_en_b, 1); in ism330bx_fifo_mlc_filt_batch_get()
5926 *val = emb_func_fifo_en_b.mlc_filter_feature_fifo_en; in ism330bx_fifo_mlc_filt_batch_get()
Dism330bx_reg.h2551 ism330bx_emb_func_fifo_en_b_t emb_func_fifo_en_b; member
/hal_st-latest/sensor/stmemsc/st1vafe6ax_STdC/driver/
Dst1vafe6ax_reg.c5823 st1vafe6ax_emb_func_fifo_en_b_t emb_func_fifo_en_b; in st1vafe6ax_fifo_mlc_filt_batch_set() local
5829 … ret = st1vafe6ax_read_reg(ctx, ST1VAFE6AX_EMB_FUNC_FIFO_EN_B, (uint8_t *)&emb_func_fifo_en_b, 1); in st1vafe6ax_fifo_mlc_filt_batch_set()
5834 emb_func_fifo_en_b.mlc_filter_feature_fifo_en = val; in st1vafe6ax_fifo_mlc_filt_batch_set()
5835 … ret = st1vafe6ax_write_reg(ctx, ST1VAFE6AX_EMB_FUNC_FIFO_EN_B, (uint8_t *)&emb_func_fifo_en_b, 1); in st1vafe6ax_fifo_mlc_filt_batch_set()
5853 st1vafe6ax_emb_func_fifo_en_b_t emb_func_fifo_en_b; in st1vafe6ax_fifo_mlc_filt_batch_get() local
5859 … ret = st1vafe6ax_read_reg(ctx, ST1VAFE6AX_EMB_FUNC_FIFO_EN_B, (uint8_t *)&emb_func_fifo_en_b, 1); in st1vafe6ax_fifo_mlc_filt_batch_get()
5862 *val = emb_func_fifo_en_b.mlc_filter_feature_fifo_en; in st1vafe6ax_fifo_mlc_filt_batch_get()
Dst1vafe6ax_reg.h2492 st1vafe6ax_emb_func_fifo_en_b_t emb_func_fifo_en_b; member
/hal_st-latest/sensor/stmemsc/lsm6dsv16x_STdC/driver/
Dlsm6dsv16x_reg.c4750 lsm6dsv16x_emb_func_fifo_en_b_t emb_func_fifo_en_b; in lsm6dsv16x_fifo_mlc_filt_batch_set() local
4759 ret = lsm6dsv16x_read_reg(ctx, LSM6DSV16X_EMB_FUNC_FIFO_EN_B, (uint8_t *)&emb_func_fifo_en_b, 1); in lsm6dsv16x_fifo_mlc_filt_batch_set()
4760 emb_func_fifo_en_b.mlc_filter_feature_fifo_en = val; in lsm6dsv16x_fifo_mlc_filt_batch_set()
4761 …ret += lsm6dsv16x_write_reg(ctx, LSM6DSV16X_EMB_FUNC_FIFO_EN_B, (uint8_t *)&emb_func_fifo_en_b, 1); in lsm6dsv16x_fifo_mlc_filt_batch_set()
4778 lsm6dsv16x_emb_func_fifo_en_b_t emb_func_fifo_en_b; in lsm6dsv16x_fifo_mlc_filt_batch_get() local
4787 ret = lsm6dsv16x_read_reg(ctx, LSM6DSV16X_EMB_FUNC_FIFO_EN_B, (uint8_t *)&emb_func_fifo_en_b, 1); in lsm6dsv16x_fifo_mlc_filt_batch_get()
4788 *val = emb_func_fifo_en_b.mlc_filter_feature_fifo_en; in lsm6dsv16x_fifo_mlc_filt_batch_get()
Dlsm6dsv16x_reg.h3763 lsm6dsv16x_emb_func_fifo_en_b_t emb_func_fifo_en_b; member
/hal_st-latest/sensor/stmemsc/lsm6dsv32x_STdC/driver/
Dlsm6dsv32x_reg.c4751 lsm6dsv32x_emb_func_fifo_en_b_t emb_func_fifo_en_b; in lsm6dsv32x_fifo_mlc_filt_batch_set() local
4760 ret = lsm6dsv32x_read_reg(ctx, LSM6DSV32X_EMB_FUNC_FIFO_EN_B, (uint8_t *)&emb_func_fifo_en_b, 1); in lsm6dsv32x_fifo_mlc_filt_batch_set()
4761 emb_func_fifo_en_b.mlc_filter_feature_fifo_en = val; in lsm6dsv32x_fifo_mlc_filt_batch_set()
4762 …ret += lsm6dsv32x_write_reg(ctx, LSM6DSV32X_EMB_FUNC_FIFO_EN_B, (uint8_t *)&emb_func_fifo_en_b, 1); in lsm6dsv32x_fifo_mlc_filt_batch_set()
4779 lsm6dsv32x_emb_func_fifo_en_b_t emb_func_fifo_en_b; in lsm6dsv32x_fifo_mlc_filt_batch_get() local
4788 ret = lsm6dsv32x_read_reg(ctx, LSM6DSV32X_EMB_FUNC_FIFO_EN_B, (uint8_t *)&emb_func_fifo_en_b, 1); in lsm6dsv32x_fifo_mlc_filt_batch_get()
4789 *val = emb_func_fifo_en_b.mlc_filter_feature_fifo_en; in lsm6dsv32x_fifo_mlc_filt_batch_get()
Dlsm6dsv32x_reg.h3763 lsm6dsv32x_emb_func_fifo_en_b_t emb_func_fifo_en_b; member