Home
last modified time | relevance | path

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

/hal_st-latest/sensor/stmemsc/lsm303ah_STdC/driver/
Dlsm303ah_reg.c3923 lsm303ah_step_counter_minths_a_t step_counter_minths_a; in lsm303ah_xl_pedo_threshold_set() local
3927 (uint8_t *)&step_counter_minths_a, 1); in lsm303ah_xl_pedo_threshold_set()
3931 step_counter_minths_a.sc_mths = val; in lsm303ah_xl_pedo_threshold_set()
3933 (uint8_t *)&step_counter_minths_a, 1); in lsm303ah_xl_pedo_threshold_set()
3950 lsm303ah_step_counter_minths_a_t step_counter_minths_a; in lsm303ah_xl_pedo_threshold_get() local
3954 (uint8_t *)&step_counter_minths_a, 1); in lsm303ah_xl_pedo_threshold_get()
3955 *val = step_counter_minths_a.sc_mths; in lsm303ah_xl_pedo_threshold_get()
3971 lsm303ah_step_counter_minths_a_t step_counter_minths_a; in lsm303ah_xl_pedo_full_scale_set() local
3975 (uint8_t *)&step_counter_minths_a, 1); in lsm303ah_xl_pedo_full_scale_set()
3979 step_counter_minths_a.pedo4g = (uint8_t)val; in lsm303ah_xl_pedo_full_scale_set()
[all …]
Dlsm303ah_reg.h828 lsm303ah_step_counter_minths_a_t step_counter_minths_a; member