Home
last modified time | relevance | path

Searched refs:ctrl_reg2_a (Results 1 – 2 of 2) sorted by relevance

/hal_st-latest/sensor/stmemsc/lsm303agr_STdC/driver/
Dlsm303agr_reg.c545 lsm303agr_ctrl_reg2_a_t ctrl_reg2_a; in lsm303agr_xl_high_pass_on_outputs_set() local
549 (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() local
577 (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() local
605 (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 …]
Dlsm303agr_reg.h813 lsm303agr_ctrl_reg2_a_t ctrl_reg2_a; member