Searched refs:ctrl_reg2_g (Results 1 – 2 of 2) sorted by relevance
1811 lsm9ds1_ctrl_reg2_g_t ctrl_reg2_g; in lsm9ds1_gy_filter_out_path_set() local1816 (uint8_t *)&ctrl_reg2_g, 1); in lsm9ds1_gy_filter_out_path_set()1820 ctrl_reg2_g.out_sel = ((uint8_t)val & 0x03U); in lsm9ds1_gy_filter_out_path_set()1822 (uint8_t *)&ctrl_reg2_g, 1); in lsm9ds1_gy_filter_out_path_set()1852 lsm9ds1_ctrl_reg2_g_t ctrl_reg2_g; in lsm9ds1_gy_filter_out_path_get() local1857 (uint8_t *)&ctrl_reg2_g, 1); in lsm9ds1_gy_filter_out_path_get()1865 switch ((ctrl_reg3_g.hp_en << 4) | ctrl_reg2_g.out_sel) in lsm9ds1_gy_filter_out_path_get()1902 lsm9ds1_ctrl_reg2_g_t ctrl_reg2_g; in lsm9ds1_gy_filter_int_path_set() local1907 (uint8_t *)&ctrl_reg2_g, 1); in lsm9ds1_gy_filter_int_path_set()1911 ctrl_reg2_g.int_sel = ((uint8_t)val & 0x03U); in lsm9ds1_gy_filter_int_path_set()[all …]
905 lsm9ds1_ctrl_reg2_g_t ctrl_reg2_g; member