Searched refs:ctrl_reg2_a (Results 1 – 2 of 2) sorted by relevance
545 lsm303agr_ctrl_reg2_a_t ctrl_reg2_a; in lsm303agr_xl_high_pass_on_outputs_set() local549 (uint8_t *)&ctrl_reg2_a, 1); in lsm303agr_xl_high_pass_on_outputs_set()553 ctrl_reg2_a.fds = (uint8_t)val; in lsm303agr_xl_high_pass_on_outputs_set()555 (uint8_t *)&ctrl_reg2_a, 1); in lsm303agr_xl_high_pass_on_outputs_set()573 lsm303agr_ctrl_reg2_a_t ctrl_reg2_a; in lsm303agr_xl_high_pass_on_outputs_get() local577 (uint8_t *)&ctrl_reg2_a, 1); in lsm303agr_xl_high_pass_on_outputs_get()578 *val = ctrl_reg2_a.fds; in lsm303agr_xl_high_pass_on_outputs_get()601 lsm303agr_ctrl_reg2_a_t ctrl_reg2_a; in lsm303agr_xl_high_pass_bandwidth_set() local605 (uint8_t *)&ctrl_reg2_a, 1); in lsm303agr_xl_high_pass_bandwidth_set()609 ctrl_reg2_a.hpcf = (uint8_t)val; in lsm303agr_xl_high_pass_bandwidth_set()[all …]
813 lsm303agr_ctrl_reg2_a_t ctrl_reg2_a; member