| /hal_st-latest/sensor/stmemsc/lsm6dsm_STdC/driver/ |
| D | lsm6dsm_reg.c | 2012 lsm6dsm_ctrl8_xl_t ctrl8_xl; in lsm6dsm_xl_lp1_bandwidth_set() local 2024 ret = lsm6dsm_read_reg(ctx, LSM6DSM_CTRL8_XL, (uint8_t *)&ctrl8_xl, 1); in lsm6dsm_xl_lp1_bandwidth_set() 2028 ctrl8_xl.lpf2_xl_en = 0; in lsm6dsm_xl_lp1_bandwidth_set() 2029 ctrl8_xl.hp_slope_xl_en = 0; in lsm6dsm_xl_lp1_bandwidth_set() 2030 ret = lsm6dsm_write_reg(ctx, LSM6DSM_CTRL8_XL, (uint8_t *)&ctrl8_xl, 1); in lsm6dsm_xl_lp1_bandwidth_set() 2051 lsm6dsm_ctrl8_xl_t ctrl8_xl; in lsm6dsm_xl_lp1_bandwidth_get() local 2054 ret = lsm6dsm_read_reg(ctx, LSM6DSM_CTRL8_XL, (uint8_t *)&ctrl8_xl, 1); in lsm6dsm_xl_lp1_bandwidth_get() 2058 if ((ctrl8_xl.lpf2_xl_en != 0x00U) || in lsm6dsm_xl_lp1_bandwidth_get() 2059 (ctrl8_xl.hp_slope_xl_en != 0x00U)) in lsm6dsm_xl_lp1_bandwidth_get() 2099 lsm6dsm_ctrl8_xl_t ctrl8_xl; in lsm6dsm_xl_lp2_bandwidth_set() local [all …]
|
| D | lsm6dsm_reg.h | 1713 lsm6dsm_ctrl8_xl_t ctrl8_xl; member
|
| /hal_st-latest/sensor/stmemsc/ism330dlc_STdC/driver/ |
| D | ism330dlc_reg.c | 1949 ism330dlc_ctrl8_xl_t ctrl8_xl; in ism330dlc_xl_lp1_bandwidth_set() local 1963 (uint8_t *)&ctrl8_xl, 1); in ism330dlc_xl_lp1_bandwidth_set() 1967 ctrl8_xl.lpf2_xl_en = 0; in ism330dlc_xl_lp1_bandwidth_set() 1968 ctrl8_xl.hp_slope_xl_en = 0; in ism330dlc_xl_lp1_bandwidth_set() 1970 (uint8_t *)&ctrl8_xl, 1); in ism330dlc_xl_lp1_bandwidth_set() 1991 ism330dlc_ctrl8_xl_t ctrl8_xl; in ism330dlc_xl_lp1_bandwidth_get() local 1994 (uint8_t *)&ctrl8_xl, 1); in ism330dlc_xl_lp1_bandwidth_get() 1998 if ((ctrl8_xl.lpf2_xl_en != 0x00U) || in ism330dlc_xl_lp1_bandwidth_get() 1999 (ctrl8_xl.hp_slope_xl_en != 0x00U)) in ism330dlc_xl_lp1_bandwidth_get() 2040 ism330dlc_ctrl8_xl_t ctrl8_xl; in ism330dlc_xl_lp2_bandwidth_set() local [all …]
|
| D | ism330dlc_reg.h | 1617 ism330dlc_ctrl8_xl_t ctrl8_xl; member
|
| /hal_st-latest/sensor/stmemsc/lsm6dsl_STdC/driver/ |
| D | lsm6dsl_reg.c | 2011 lsm6dsl_ctrl8_xl_t ctrl8_xl; in lsm6dsl_xl_lp1_bandwidth_set() local 2023 ret = lsm6dsl_read_reg(ctx, LSM6DSL_CTRL8_XL, (uint8_t *)&ctrl8_xl, 1); in lsm6dsl_xl_lp1_bandwidth_set() 2027 ctrl8_xl.lpf2_xl_en = 0; in lsm6dsl_xl_lp1_bandwidth_set() 2028 ctrl8_xl.hp_slope_xl_en = 0; in lsm6dsl_xl_lp1_bandwidth_set() 2029 ret = lsm6dsl_write_reg(ctx, LSM6DSL_CTRL8_XL, (uint8_t *)&ctrl8_xl, 1); in lsm6dsl_xl_lp1_bandwidth_set() 2050 lsm6dsl_ctrl8_xl_t ctrl8_xl; in lsm6dsl_xl_lp1_bandwidth_get() local 2053 ret = lsm6dsl_read_reg(ctx, LSM6DSL_CTRL8_XL, (uint8_t *)&ctrl8_xl, 1); in lsm6dsl_xl_lp1_bandwidth_get() 2057 if ((ctrl8_xl.lpf2_xl_en != 0x00U) || in lsm6dsl_xl_lp1_bandwidth_get() 2058 (ctrl8_xl.hp_slope_xl_en != 0x00U)) in lsm6dsl_xl_lp1_bandwidth_get() 2098 lsm6dsl_ctrl8_xl_t ctrl8_xl; in lsm6dsl_xl_lp2_bandwidth_set() local [all …]
|
| D | lsm6dsl_reg.h | 1626 lsm6dsl_ctrl8_xl_t ctrl8_xl; member
|
| /hal_st-latest/sensor/stmemsc/lsm6ds3tr-c_STdC/driver/ |
| D | lsm6ds3tr-c_reg.c | 2084 lsm6ds3tr_c_ctrl8_xl_t ctrl8_xl; in lsm6ds3tr_c_xl_lp1_bandwidth_set() local 2099 (uint8_t *)&ctrl8_xl, 1); in lsm6ds3tr_c_xl_lp1_bandwidth_set() 2103 ctrl8_xl.lpf2_xl_en = 0; in lsm6ds3tr_c_xl_lp1_bandwidth_set() 2104 ctrl8_xl.hp_slope_xl_en = 0; in lsm6ds3tr_c_xl_lp1_bandwidth_set() 2106 (uint8_t *)&ctrl8_xl, 1); in lsm6ds3tr_c_xl_lp1_bandwidth_set() 2127 lsm6ds3tr_c_ctrl8_xl_t ctrl8_xl; in lsm6ds3tr_c_xl_lp1_bandwidth_get() local 2131 (uint8_t *)&ctrl8_xl, 1); in lsm6ds3tr_c_xl_lp1_bandwidth_get() 2135 if ((ctrl8_xl.lpf2_xl_en != 0x00U) || in lsm6ds3tr_c_xl_lp1_bandwidth_get() 2136 (ctrl8_xl.hp_slope_xl_en != 0x00U)) in lsm6ds3tr_c_xl_lp1_bandwidth_get() 2177 lsm6ds3tr_c_ctrl8_xl_t ctrl8_xl; in lsm6ds3tr_c_xl_lp2_bandwidth_set() local [all …]
|
| D | lsm6ds3tr-c_reg.h | 1626 lsm6ds3tr_c_ctrl8_xl_t ctrl8_xl; member
|
| /hal_st-latest/sensor/stmemsc/asm330lhh_STdC/driver/ |
| D | asm330lhh_reg.c | 1715 asm330lhh_ctrl8_xl_t ctrl8_xl; in asm330lhh_xl_lp2_on_6d_set() local 1718 ret = asm330lhh_read_reg(ctx, ASM330LHH_CTRL8_XL, (uint8_t *)&ctrl8_xl, 1); in asm330lhh_xl_lp2_on_6d_set() 1721 ctrl8_xl.low_pass_on_6d = (uint8_t)val; in asm330lhh_xl_lp2_on_6d_set() 1723 (uint8_t *)&ctrl8_xl, 1); in asm330lhh_xl_lp2_on_6d_set() 1738 asm330lhh_ctrl8_xl_t ctrl8_xl; in asm330lhh_xl_lp2_on_6d_get() local 1741 ret = asm330lhh_read_reg(ctx, ASM330LHH_CTRL8_XL, (uint8_t *)&ctrl8_xl, 1); in asm330lhh_xl_lp2_on_6d_get() 1742 *val = ctrl8_xl.low_pass_on_6d; in asm330lhh_xl_lp2_on_6d_get() 1759 asm330lhh_ctrl8_xl_t ctrl8_xl; in asm330lhh_xl_hp_path_on_out_set() local 1762 ret = asm330lhh_read_reg(ctx, ASM330LHH_CTRL8_XL, (uint8_t *)&ctrl8_xl, 1); in asm330lhh_xl_hp_path_on_out_set() 1765 ctrl8_xl.hp_slope_xl_en = (((uint8_t)val & 0x10U) >> 4); in asm330lhh_xl_hp_path_on_out_set() [all …]
|
| D | asm330lhh_reg.h | 838 asm330lhh_ctrl8_xl_t ctrl8_xl; member
|
| /hal_st-latest/sensor/stmemsc/iis3dwb_STdC/driver/ |
| D | iis3dwb_reg.c | 1381 iis3dwb_ctrl8_xl_t ctrl8_xl; in iis3dwb_xl_filt_path_on_out_set() local 1393 ret = iis3dwb_read_reg(ctx, IIS3DWB_CTRL8_XL, (uint8_t *)&ctrl8_xl, 1); in iis3dwb_xl_filt_path_on_out_set() 1398 ctrl8_xl.fds = ((uint8_t)val & 0x10U) >> 4; in iis3dwb_xl_filt_path_on_out_set() 1399 ctrl8_xl.hp_ref_mode_xl = ((uint8_t)val & 0x20U) >> 5; in iis3dwb_xl_filt_path_on_out_set() 1400 ctrl8_xl.hpcf_xl = (uint8_t)val & 0x07U; in iis3dwb_xl_filt_path_on_out_set() 1401 ret = iis3dwb_write_reg(ctx, IIS3DWB_CTRL8_XL, (uint8_t *)&ctrl8_xl, 1); in iis3dwb_xl_filt_path_on_out_set() 1419 iis3dwb_ctrl8_xl_t ctrl8_xl; in iis3dwb_xl_filt_path_on_out_get() local 1426 ret = iis3dwb_read_reg(ctx, IIS3DWB_CTRL8_XL, (uint8_t *)&ctrl8_xl, 1); in iis3dwb_xl_filt_path_on_out_get() 1429 switch ((ctrl1_xl.lpf2_xl_en << 7) + (ctrl8_xl.hp_ref_mode_xl << 5) + in iis3dwb_xl_filt_path_on_out_get() 1430 (ctrl8_xl.fds << 4) + ctrl8_xl.hpcf_xl) in iis3dwb_xl_filt_path_on_out_get() [all …]
|
| D | iis3dwb_reg.h | 712 iis3dwb_ctrl8_xl_t ctrl8_xl; member
|
| /hal_st-latest/sensor/stmemsc/asm330lhbg1_STdC/driver/ |
| D | asm330lhbg1_reg.c | 2530 asm330lhbg1_ctrl8_xl_t ctrl8_xl; in asm330lhbg1_xl_lp2_on_6d_set() local 2533 ret = asm330lhbg1_read_reg(ctx, ASM330LHBG1_CTRL8_XL, (uint8_t *)&ctrl8_xl, 1); in asm330lhbg1_xl_lp2_on_6d_set() 2536 ctrl8_xl.low_pass_on_6d = (uint8_t)val; in asm330lhbg1_xl_lp2_on_6d_set() 2538 (uint8_t *)&ctrl8_xl, 1); in asm330lhbg1_xl_lp2_on_6d_set() 2553 asm330lhbg1_ctrl8_xl_t ctrl8_xl; in asm330lhbg1_xl_lp2_on_6d_get() local 2556 ret = asm330lhbg1_read_reg(ctx, ASM330LHBG1_CTRL8_XL, (uint8_t *)&ctrl8_xl, 1); in asm330lhbg1_xl_lp2_on_6d_get() 2557 *val = ctrl8_xl.low_pass_on_6d; in asm330lhbg1_xl_lp2_on_6d_get() 2574 asm330lhbg1_ctrl8_xl_t ctrl8_xl; in asm330lhbg1_xl_hp_path_on_out_set() local 2577 ret = asm330lhbg1_read_reg(ctx, ASM330LHBG1_CTRL8_XL, (uint8_t *)&ctrl8_xl, 1); in asm330lhbg1_xl_hp_path_on_out_set() 2580 ctrl8_xl.hp_slope_xl_en = (((uint8_t)val & 0x10U) >> 4); in asm330lhbg1_xl_hp_path_on_out_set() [all …]
|
| D | asm330lhbg1_reg.h | 1769 asm330lhbg1_ctrl8_xl_t ctrl8_xl; member
|
| /hal_st-latest/sensor/stmemsc/asm330lhb_STdC/driver/ |
| D | asm330lhb_reg.c | 2530 asm330lhb_ctrl8_xl_t ctrl8_xl; in asm330lhb_xl_lp2_on_6d_set() local 2533 ret = asm330lhb_read_reg(ctx, ASM330LHB_CTRL8_XL, (uint8_t *)&ctrl8_xl, 1); in asm330lhb_xl_lp2_on_6d_set() 2536 ctrl8_xl.low_pass_on_6d = (uint8_t)val; in asm330lhb_xl_lp2_on_6d_set() 2538 (uint8_t *)&ctrl8_xl, 1); in asm330lhb_xl_lp2_on_6d_set() 2553 asm330lhb_ctrl8_xl_t ctrl8_xl; in asm330lhb_xl_lp2_on_6d_get() local 2556 ret = asm330lhb_read_reg(ctx, ASM330LHB_CTRL8_XL, (uint8_t *)&ctrl8_xl, 1); in asm330lhb_xl_lp2_on_6d_get() 2557 *val = ctrl8_xl.low_pass_on_6d; in asm330lhb_xl_lp2_on_6d_get() 2574 asm330lhb_ctrl8_xl_t ctrl8_xl; in asm330lhb_xl_hp_path_on_out_set() local 2577 ret = asm330lhb_read_reg(ctx, ASM330LHB_CTRL8_XL, (uint8_t *)&ctrl8_xl, 1); in asm330lhb_xl_hp_path_on_out_set() 2580 ctrl8_xl.hp_slope_xl_en = (((uint8_t)val & 0x10U) >> 4); in asm330lhb_xl_hp_path_on_out_set() [all …]
|
| D | asm330lhb_reg.h | 1769 asm330lhb_ctrl8_xl_t ctrl8_xl; member
|
| /hal_st-latest/sensor/stmemsc/asm330lhhxg1_STdC/driver/ |
| D | asm330lhhxg1_reg.c | 2518 asm330lhhxg1_ctrl8_xl_t ctrl8_xl; in asm330lhhxg1_xl_lp2_on_6d_set() local 2521 ret = asm330lhhxg1_read_reg(ctx, ASM330LHHXG1_CTRL8_XL, (uint8_t *)&ctrl8_xl, 1); in asm330lhhxg1_xl_lp2_on_6d_set() 2524 ctrl8_xl.low_pass_on_6d = (uint8_t)val; in asm330lhhxg1_xl_lp2_on_6d_set() 2526 (uint8_t *)&ctrl8_xl, 1); in asm330lhhxg1_xl_lp2_on_6d_set() 2541 asm330lhhxg1_ctrl8_xl_t ctrl8_xl; in asm330lhhxg1_xl_lp2_on_6d_get() local 2544 ret = asm330lhhxg1_read_reg(ctx, ASM330LHHXG1_CTRL8_XL, (uint8_t *)&ctrl8_xl, 1); in asm330lhhxg1_xl_lp2_on_6d_get() 2545 *val = ctrl8_xl.low_pass_on_6d; in asm330lhhxg1_xl_lp2_on_6d_get() 2562 asm330lhhxg1_ctrl8_xl_t ctrl8_xl; in asm330lhhxg1_xl_hp_path_on_out_set() local 2565 ret = asm330lhhxg1_read_reg(ctx, ASM330LHHXG1_CTRL8_XL, (uint8_t *)&ctrl8_xl, 1); in asm330lhhxg1_xl_hp_path_on_out_set() 2568 ctrl8_xl.hp_slope_xl_en = (((uint8_t)val & 0x10U) >> 4); in asm330lhhxg1_xl_hp_path_on_out_set() [all …]
|
| /hal_st-latest/sensor/stmemsc/asm330lhhx_STdC/driver/ |
| D | asm330lhhx_reg.c | 2524 asm330lhhx_ctrl8_xl_t ctrl8_xl; in asm330lhhx_xl_lp2_on_6d_set() local 2527 ret = asm330lhhx_read_reg(ctx, ASM330LHHX_CTRL8_XL, (uint8_t *)&ctrl8_xl, 1); in asm330lhhx_xl_lp2_on_6d_set() 2530 ctrl8_xl.low_pass_on_6d = (uint8_t)val; in asm330lhhx_xl_lp2_on_6d_set() 2532 (uint8_t *)&ctrl8_xl, 1); in asm330lhhx_xl_lp2_on_6d_set() 2547 asm330lhhx_ctrl8_xl_t ctrl8_xl; in asm330lhhx_xl_lp2_on_6d_get() local 2550 ret = asm330lhhx_read_reg(ctx, ASM330LHHX_CTRL8_XL, (uint8_t *)&ctrl8_xl, 1); in asm330lhhx_xl_lp2_on_6d_get() 2551 *val = ctrl8_xl.low_pass_on_6d; in asm330lhhx_xl_lp2_on_6d_get() 2568 asm330lhhx_ctrl8_xl_t ctrl8_xl; in asm330lhhx_xl_hp_path_on_out_set() local 2571 ret = asm330lhhx_read_reg(ctx, ASM330LHHX_CTRL8_XL, (uint8_t *)&ctrl8_xl, 1); in asm330lhhx_xl_hp_path_on_out_set() 2574 ctrl8_xl.hp_slope_xl_en = (((uint8_t)val & 0x10U) >> 4); in asm330lhhx_xl_hp_path_on_out_set() [all …]
|
| /hal_st-latest/sensor/stmemsc/iis2iclx_STdC/driver/ |
| D | iis2iclx_reg.c | 1912 iis2iclx_ctrl8_xl_t ctrl8_xl; in iis2iclx_xl_hp_path_on_out_set() local 1915 ret = iis2iclx_read_reg(ctx, IIS2ICLX_CTRL8_XL, (uint8_t *)&ctrl8_xl, 1); in iis2iclx_xl_hp_path_on_out_set() 1919 ctrl8_xl.hp_slope_xl_en = (((uint8_t)val & 0x10U) >> 4); in iis2iclx_xl_hp_path_on_out_set() 1920 ctrl8_xl.hp_ref_mode_xl = (((uint8_t)val & 0x20U) >> 5); in iis2iclx_xl_hp_path_on_out_set() 1921 ctrl8_xl.hpcf_xl = (uint8_t)val & 0x07U; in iis2iclx_xl_hp_path_on_out_set() 1923 (uint8_t *)&ctrl8_xl, 1); in iis2iclx_xl_hp_path_on_out_set() 1941 iis2iclx_ctrl8_xl_t ctrl8_xl; in iis2iclx_xl_hp_path_on_out_get() local 1944 ret = iis2iclx_read_reg(ctx, IIS2ICLX_CTRL8_XL, (uint8_t *)&ctrl8_xl, 1); in iis2iclx_xl_hp_path_on_out_get() 1946 switch (((ctrl8_xl.hp_ref_mode_xl << 5) + (ctrl8_xl.hp_slope_xl_en << in iis2iclx_xl_hp_path_on_out_get() 1948 ctrl8_xl.hpcf_xl)) in iis2iclx_xl_hp_path_on_out_get() [all …]
|
| /hal_st-latest/sensor/stmemsc/ism330dhcx_STdC/driver/ |
| D | ism330dhcx_reg.c | 2923 ism330dhcx_ctrl8_xl_t ctrl8_xl; in ism330dhcx_xl_lp2_on_6d_set() local 2927 (uint8_t *)&ctrl8_xl, 1); in ism330dhcx_xl_lp2_on_6d_set() 2931 ctrl8_xl.low_pass_on_6d = (uint8_t)val; in ism330dhcx_xl_lp2_on_6d_set() 2933 (uint8_t *)&ctrl8_xl, 1); in ism330dhcx_xl_lp2_on_6d_set() 2949 ism330dhcx_ctrl8_xl_t ctrl8_xl; in ism330dhcx_xl_lp2_on_6d_get() local 2953 (uint8_t *)&ctrl8_xl, 1); in ism330dhcx_xl_lp2_on_6d_get() 2954 *val = ctrl8_xl.low_pass_on_6d; in ism330dhcx_xl_lp2_on_6d_get() 2971 ism330dhcx_ctrl8_xl_t ctrl8_xl; in ism330dhcx_xl_hp_path_on_out_set() local 2975 (uint8_t *)&ctrl8_xl, 1); in ism330dhcx_xl_hp_path_on_out_set() 2979 ctrl8_xl.hp_slope_xl_en = (((uint8_t)val & 0x10U) >> 4); in ism330dhcx_xl_hp_path_on_out_set() [all …]
|
| /hal_st-latest/sensor/stmemsc/lsm6dsr_STdC/driver/ |
| D | lsm6dsr_reg.c | 2663 lsm6dsr_ctrl8_xl_t ctrl8_xl; in lsm6dsr_xl_lp2_on_6d_set() local 2667 (uint8_t *)&ctrl8_xl, 1); in lsm6dsr_xl_lp2_on_6d_set() 2671 ctrl8_xl.low_pass_on_6d = (uint8_t)val; in lsm6dsr_xl_lp2_on_6d_set() 2673 (uint8_t *)&ctrl8_xl, 1); in lsm6dsr_xl_lp2_on_6d_set() 2689 lsm6dsr_ctrl8_xl_t ctrl8_xl; in lsm6dsr_xl_lp2_on_6d_get() local 2693 (uint8_t *)&ctrl8_xl, 1); in lsm6dsr_xl_lp2_on_6d_get() 2694 *val = ctrl8_xl.low_pass_on_6d; in lsm6dsr_xl_lp2_on_6d_get() 2711 lsm6dsr_ctrl8_xl_t ctrl8_xl; in lsm6dsr_xl_hp_path_on_out_set() local 2715 (uint8_t *)&ctrl8_xl, 1); in lsm6dsr_xl_hp_path_on_out_set() 2719 ctrl8_xl.hp_slope_xl_en = (((uint8_t)val & 0x10U) >> 4); in lsm6dsr_xl_hp_path_on_out_set() [all …]
|
| /hal_st-latest/sensor/stmemsc/lsm6dsrx_STdC/driver/ |
| D | lsm6dsrx_reg.c | 2877 lsm6dsrx_ctrl8_xl_t ctrl8_xl; in lsm6dsrx_xl_lp2_on_6d_set() local 2881 (uint8_t *)&ctrl8_xl, 1); in lsm6dsrx_xl_lp2_on_6d_set() 2885 ctrl8_xl.low_pass_on_6d = (uint8_t)val; in lsm6dsrx_xl_lp2_on_6d_set() 2887 (uint8_t *)&ctrl8_xl, 1); in lsm6dsrx_xl_lp2_on_6d_set() 2903 lsm6dsrx_ctrl8_xl_t ctrl8_xl; in lsm6dsrx_xl_lp2_on_6d_get() local 2907 (uint8_t *)&ctrl8_xl, 1); in lsm6dsrx_xl_lp2_on_6d_get() 2908 *val = ctrl8_xl.low_pass_on_6d; in lsm6dsrx_xl_lp2_on_6d_get() 2925 lsm6dsrx_ctrl8_xl_t ctrl8_xl; in lsm6dsrx_xl_hp_path_on_out_set() local 2929 (uint8_t *)&ctrl8_xl, 1); in lsm6dsrx_xl_hp_path_on_out_set() 2933 ctrl8_xl.hp_slope_xl_en = (((uint8_t)val & 0x10U) >> 4); in lsm6dsrx_xl_hp_path_on_out_set() [all …]
|
| /hal_st-latest/sensor/stmemsc/lsm6dso_STdC/driver/ |
| D | lsm6dso_reg.c | 10477 lsm6dso_ctrl8_xl_t ctrl8_xl; in lsm6dso_mode_set() local 10531 bytecpy((uint8_t *)&ctrl8_xl, ®[7]); in lsm6dso_mode_set() 10821 ctrl8_xl.xl_fs_mode = PROPERTY_DISABLE; in lsm6dso_mode_set() 10826 ctrl8_xl.xl_fs_mode = PROPERTY_ENABLE; in lsm6dso_mode_set() 10877 bytecpy(®[7], (uint8_t *)&ctrl8_xl); in lsm6dso_mode_set()
|
| /hal_st-latest/sensor/stmemsc/lsm6dsox_STdC/driver/ |
| D | lsm6dsox_reg.c | 12903 lsm6dsox_ctrl8_xl_t ctrl8_xl = {0}; in lsm6dsox_mode_set() local 12955 bytecpy((uint8_t *)&ctrl8_xl, ®[7]); in lsm6dsox_mode_set() 13323 ctrl8_xl.xl_fs_mode = PROPERTY_DISABLE; in lsm6dsox_mode_set() 13328 ctrl8_xl.xl_fs_mode = PROPERTY_ENABLE; in lsm6dsox_mode_set() 13388 bytecpy(®[7], (uint8_t *)&ctrl8_xl); in lsm6dsox_mode_set()
|
| /hal_st-latest/sensor/stmemsc/lsm6dso32x_STdC/driver/ |
| D | lsm6dso32x_reg.c | 11276 lsm6dso32x_ctrl8_xl_t ctrl8_xl; in lsm6dso32x_mode_set() local 11313 bytecpy((uint8_t *)&ctrl8_xl, ®[7]); in lsm6dso32x_mode_set() 11659 bytecpy(®[7], (uint8_t *)&ctrl8_xl); in lsm6dso32x_mode_set()
|