Home
last modified time | relevance | path

Searched refs:emb_func_src (Results 1 – 25 of 30) sorted by relevance

12

/hal_st-latest/sensor/stmemsc/lsm6dsv_STdC/driver/
Dlsm6dsv_reg.c2400 lsm6dsv_emb_func_src_t emb_func_src; in lsm6dsv_embedded_status_get() local
2416 ret += lsm6dsv_read_reg(ctx, LSM6DSV_EMB_FUNC_SRC, (uint8_t *)&emb_func_src, 1); in lsm6dsv_embedded_status_get()
2423 val->step_count_inc = emb_func_src.stepcounter_bit_set; in lsm6dsv_embedded_status_get()
2424 val->step_count_overflow = emb_func_src.step_overflow; in lsm6dsv_embedded_status_get()
2425 val->step_on_delta_time = emb_func_src.step_count_delta_ia; in lsm6dsv_embedded_status_get()
2426 val->step_detector = emb_func_src.step_detected; in lsm6dsv_embedded_status_get()
2451 lsm6dsv_emb_func_src_t emb_func_src; in lsm6dsv_all_sources_get() local
2556 ret += lsm6dsv_read_reg(ctx, LSM6DSV_EMB_FUNC_SRC, (uint8_t *)&emb_func_src, 1); in lsm6dsv_all_sources_get()
2565 val->step_count_inc = emb_func_src.stepcounter_bit_set; in lsm6dsv_all_sources_get()
2566 val->step_count_overflow = emb_func_src.step_overflow; in lsm6dsv_all_sources_get()
[all …]
/hal_st-latest/sensor/stmemsc/lsm6dsv16x_STdC/driver/
Dlsm6dsv16x_reg.c2424 lsm6dsv16x_emb_func_src_t emb_func_src; in lsm6dsv16x_embedded_status_get() local
2440 ret += lsm6dsv16x_read_reg(ctx, LSM6DSV16X_EMB_FUNC_SRC, (uint8_t *)&emb_func_src, 1); in lsm6dsv16x_embedded_status_get()
2447 val->step_count_inc = emb_func_src.stepcounter_bit_set; in lsm6dsv16x_embedded_status_get()
2448 val->step_count_overflow = emb_func_src.step_overflow; in lsm6dsv16x_embedded_status_get()
2449 val->step_on_delta_time = emb_func_src.step_count_delta_ia; in lsm6dsv16x_embedded_status_get()
2450 val->step_detector = emb_func_src.step_detected; in lsm6dsv16x_embedded_status_get()
2476 lsm6dsv16x_emb_func_src_t emb_func_src; in lsm6dsv16x_all_sources_get() local
2589 ret += lsm6dsv16x_read_reg(ctx, LSM6DSV16X_EMB_FUNC_SRC, (uint8_t *)&emb_func_src, 1); in lsm6dsv16x_all_sources_get()
2598 val->step_count_inc = emb_func_src.stepcounter_bit_set; in lsm6dsv16x_all_sources_get()
2599 val->step_count_overflow = emb_func_src.step_overflow; in lsm6dsv16x_all_sources_get()
[all …]
/hal_st-latest/sensor/stmemsc/lsm6dsv32x_STdC/driver/
Dlsm6dsv32x_reg.c2425 lsm6dsv32x_emb_func_src_t emb_func_src; in lsm6dsv32x_embedded_status_get() local
2441 ret += lsm6dsv32x_read_reg(ctx, LSM6DSV32X_EMB_FUNC_SRC, (uint8_t *)&emb_func_src, 1); in lsm6dsv32x_embedded_status_get()
2448 val->step_count_inc = emb_func_src.stepcounter_bit_set; in lsm6dsv32x_embedded_status_get()
2449 val->step_count_overflow = emb_func_src.step_overflow; in lsm6dsv32x_embedded_status_get()
2450 val->step_on_delta_time = emb_func_src.step_count_delta_ia; in lsm6dsv32x_embedded_status_get()
2451 val->step_detector = emb_func_src.step_detected; in lsm6dsv32x_embedded_status_get()
2477 lsm6dsv32x_emb_func_src_t emb_func_src; in lsm6dsv32x_all_sources_get() local
2590 ret += lsm6dsv32x_read_reg(ctx, LSM6DSV32X_EMB_FUNC_SRC, (uint8_t *)&emb_func_src, 1); in lsm6dsv32x_all_sources_get()
2599 val->step_count_inc = emb_func_src.stepcounter_bit_set; in lsm6dsv32x_all_sources_get()
2600 val->step_count_overflow = emb_func_src.step_overflow; in lsm6dsv32x_all_sources_get()
[all …]
/hal_st-latest/sensor/stmemsc/lsm6dsv16b_STdC/driver/
Dlsm6dsv16b_reg.c1151 lsm6dsv16b_emb_func_src_t emb_func_src; in lsm6dsv16b_all_sources_get() local
1261 ret = lsm6dsv16b_read_reg(ctx, LSM6DSV16B_EMB_FUNC_SRC, (uint8_t *)&emb_func_src, 1); in lsm6dsv16b_all_sources_get()
1268 val->step_count_inc = emb_func_src.stepcounter_bit_set; in lsm6dsv16b_all_sources_get()
1269 val->step_count_overflow = emb_func_src.step_overflow; in lsm6dsv16b_all_sources_get()
1270 val->step_on_delta_time = emb_func_src.step_count_delta_ia; in lsm6dsv16b_all_sources_get()
1272 val->step_detector = emb_func_src.step_detected; in lsm6dsv16b_all_sources_get()
5753 lsm6dsv16b_emb_func_src_t emb_func_src; in lsm6dsv16b_stpcnt_rst_step_set() local
5759 ret = lsm6dsv16b_read_reg(ctx, LSM6DSV16B_EMB_FUNC_SRC, (uint8_t *)&emb_func_src, 1); in lsm6dsv16b_stpcnt_rst_step_set()
5764 emb_func_src.pedo_rst_step = val; in lsm6dsv16b_stpcnt_rst_step_set()
5765 ret = lsm6dsv16b_write_reg(ctx, LSM6DSV16B_EMB_FUNC_SRC, (uint8_t *)&emb_func_src, 1); in lsm6dsv16b_stpcnt_rst_step_set()
[all …]
Dlsm6dsv16b_reg.h2338 lsm6dsv16b_emb_func_src_t emb_func_src; member
/hal_st-latest/sensor/stmemsc/lsm6dsv16bx_STdC/driver/
Dlsm6dsv16bx_reg.c1152 lsm6dsv16bx_emb_func_src_t emb_func_src; in lsm6dsv16bx_all_sources_get() local
1268 ret = lsm6dsv16bx_read_reg(ctx, LSM6DSV16BX_EMB_FUNC_SRC, (uint8_t *)&emb_func_src, 1); in lsm6dsv16bx_all_sources_get()
1275 val->step_count_inc = emb_func_src.stepcounter_bit_set; in lsm6dsv16bx_all_sources_get()
1276 val->step_count_overflow = emb_func_src.step_overflow; in lsm6dsv16bx_all_sources_get()
1277 val->step_on_delta_time = emb_func_src.step_count_delta_ia; in lsm6dsv16bx_all_sources_get()
1279 val->step_detector = emb_func_src.step_detected; in lsm6dsv16bx_all_sources_get()
6087 lsm6dsv16bx_emb_func_src_t emb_func_src; in lsm6dsv16bx_stpcnt_rst_step_set() local
6093 ret = lsm6dsv16bx_read_reg(ctx, LSM6DSV16BX_EMB_FUNC_SRC, (uint8_t *)&emb_func_src, 1); in lsm6dsv16bx_stpcnt_rst_step_set()
6098 emb_func_src.pedo_rst_step = val; in lsm6dsv16bx_stpcnt_rst_step_set()
6099 ret = lsm6dsv16bx_write_reg(ctx, LSM6DSV16BX_EMB_FUNC_SRC, (uint8_t *)&emb_func_src, 1); in lsm6dsv16bx_stpcnt_rst_step_set()
[all …]
Dlsm6dsv16bx_reg.h2567 lsm6dsv16bx_emb_func_src_t emb_func_src; member
/hal_st-latest/sensor/stmemsc/ism330bx_STdC/driver/
Dism330bx_reg.c1140 ism330bx_emb_func_src_t emb_func_src; in ism330bx_all_sources_get() local
1256 ret = ism330bx_read_reg(ctx, ISM330BX_EMB_FUNC_SRC, (uint8_t *)&emb_func_src, 1); in ism330bx_all_sources_get()
1263 val->step_count_inc = emb_func_src.stepcounter_bit_set; in ism330bx_all_sources_get()
1264 val->step_count_overflow = emb_func_src.step_overflow; in ism330bx_all_sources_get()
1265 val->step_on_delta_time = emb_func_src.step_count_delta_ia; in ism330bx_all_sources_get()
1267 val->step_detector = emb_func_src.step_detected; in ism330bx_all_sources_get()
6067 ism330bx_emb_func_src_t emb_func_src; in ism330bx_stpcnt_rst_step_set() local
6073 ret = ism330bx_read_reg(ctx, ISM330BX_EMB_FUNC_SRC, (uint8_t *)&emb_func_src, 1); in ism330bx_stpcnt_rst_step_set()
6078 emb_func_src.pedo_rst_step = val; in ism330bx_stpcnt_rst_step_set()
6079 ret = ism330bx_write_reg(ctx, ISM330BX_EMB_FUNC_SRC, (uint8_t *)&emb_func_src, 1); in ism330bx_stpcnt_rst_step_set()
[all …]
Dism330bx_reg.h2567 ism330bx_emb_func_src_t emb_func_src; member
/hal_st-latest/sensor/stmemsc/st1vafe6ax_STdC/driver/
Dst1vafe6ax_reg.c1140 st1vafe6ax_emb_func_src_t emb_func_src; in st1vafe6ax_all_sources_get() local
1256 ret = st1vafe6ax_read_reg(ctx, ST1VAFE6AX_EMB_FUNC_SRC, (uint8_t *)&emb_func_src, 1); in st1vafe6ax_all_sources_get()
1263 val->step_count_inc = emb_func_src.stepcounter_bit_set; in st1vafe6ax_all_sources_get()
1264 val->step_count_overflow = emb_func_src.step_overflow; in st1vafe6ax_all_sources_get()
1265 val->step_on_delta_time = emb_func_src.step_count_delta_ia; in st1vafe6ax_all_sources_get()
1267 val->step_detector = emb_func_src.step_detected; in st1vafe6ax_all_sources_get()
6003 st1vafe6ax_emb_func_src_t emb_func_src; in st1vafe6ax_stpcnt_rst_step_set() local
6009 ret = st1vafe6ax_read_reg(ctx, ST1VAFE6AX_EMB_FUNC_SRC, (uint8_t *)&emb_func_src, 1); in st1vafe6ax_stpcnt_rst_step_set()
6014 emb_func_src.pedo_rst_step = val; in st1vafe6ax_stpcnt_rst_step_set()
6015 ret = st1vafe6ax_write_reg(ctx, ST1VAFE6AX_EMB_FUNC_SRC, (uint8_t *)&emb_func_src, 1); in st1vafe6ax_stpcnt_rst_step_set()
[all …]
Dst1vafe6ax_reg.h2508 st1vafe6ax_emb_func_src_t emb_func_src; member
/hal_st-latest/sensor/stmemsc/lis2dux12_STdC/driver/
Dlis2dux12_reg.c2321 lis2dux12_emb_func_src_t emb_func_src; in lis2dux12_stpcnt_rst_step_set() local
2327 ret = lis2dux12_read_reg(ctx, LIS2DUX12_EMB_FUNC_SRC, (uint8_t *)&emb_func_src, 1); in lis2dux12_stpcnt_rst_step_set()
2328 emb_func_src.pedo_rst_step = 1; in lis2dux12_stpcnt_rst_step_set()
2329 ret += lis2dux12_write_reg(ctx, LIS2DUX12_EMB_FUNC_SRC, (uint8_t *)&emb_func_src, 1); in lis2dux12_stpcnt_rst_step_set()
Dlis2dux12_reg.h2021 lis2dux12_emb_func_src_t emb_func_src; member
/hal_st-latest/sensor/stmemsc/lis2duxs12_STdC/driver/
Dlis2duxs12_reg.c2466 lis2duxs12_emb_func_src_t emb_func_src; in lis2duxs12_stpcnt_rst_step_set() local
2472 ret = lis2duxs12_read_reg(ctx, LIS2DUXS12_EMB_FUNC_SRC, (uint8_t *)&emb_func_src, 1); in lis2duxs12_stpcnt_rst_step_set()
2473 emb_func_src.pedo_rst_step = 1; in lis2duxs12_stpcnt_rst_step_set()
2474 ret += lis2duxs12_write_reg(ctx, LIS2DUXS12_EMB_FUNC_SRC, (uint8_t *)&emb_func_src, 1); in lis2duxs12_stpcnt_rst_step_set()
Dlis2duxs12_reg.h2042 lis2duxs12_emb_func_src_t emb_func_src; member
/hal_st-latest/sensor/stmemsc/st1vafe3bx_STdC/driver/
Dst1vafe3bx_reg.c2643 st1vafe3bx_emb_func_src_t emb_func_src; in st1vafe3bx_stpcnt_rst_step_set() local
2650 (uint8_t *)&emb_func_src, 1); in st1vafe3bx_stpcnt_rst_step_set()
2651 emb_func_src.pedo_rst_step = 1; in st1vafe3bx_stpcnt_rst_step_set()
2653 (uint8_t *)&emb_func_src, 1); in st1vafe3bx_stpcnt_rst_step_set()
Dst1vafe3bx_reg.h1949 st1vafe3bx_emb_func_src_t emb_func_src; member
/hal_st-latest/sensor/stmemsc/ism330dhcx_STdC/driver/
Dism330dhcx_reg.c1838 ism330dhcx_emb_func_src_t emb_func_src; in ism330dhcx_steps_reset() local
1846 (uint8_t *)&emb_func_src, 1); in ism330dhcx_steps_reset()
1851 emb_func_src.pedo_rst_step = PROPERTY_ENABLE; in ism330dhcx_steps_reset()
1853 (uint8_t *)&emb_func_src, 1); in ism330dhcx_steps_reset()
Dism330dhcx_reg.h2795 ism330dhcx_emb_func_src_t emb_func_src; member
/hal_st-latest/sensor/stmemsc/lsm6dsr_STdC/driver/
Dlsm6dsr_reg.c1624 lsm6dsr_emb_func_src_t emb_func_src; in lsm6dsr_steps_reset() local
1632 (uint8_t *)&emb_func_src, 1); in lsm6dsr_steps_reset()
1637 emb_func_src.pedo_rst_step = PROPERTY_ENABLE; in lsm6dsr_steps_reset()
1639 (uint8_t *)&emb_func_src, 1); in lsm6dsr_steps_reset()
Dlsm6dsr_reg.h2750 lsm6dsr_emb_func_src_t emb_func_src; member
/hal_st-latest/sensor/stmemsc/lsm6dsrx_STdC/driver/
Dlsm6dsrx_reg.c1838 lsm6dsrx_emb_func_src_t emb_func_src; in lsm6dsrx_steps_reset() local
1846 (uint8_t *)&emb_func_src, 1); in lsm6dsrx_steps_reset()
1851 emb_func_src.pedo_rst_step = PROPERTY_ENABLE; in lsm6dsrx_steps_reset()
1853 (uint8_t *)&emb_func_src, 1); in lsm6dsrx_steps_reset()
Dlsm6dsrx_reg.h2859 lsm6dsrx_emb_func_src_t emb_func_src; member
/hal_st-latest/sensor/stmemsc/lsm6dso32_STdC/driver/
Dlsm6dso32_reg.h2580 lsm6dso32_emb_func_src_t emb_func_src; member
/hal_st-latest/sensor/stmemsc/lsm6dso_STdC/driver/
Dlsm6dso_reg.h2695 lsm6dso_emb_func_src_t emb_func_src; member

12