Searched refs:step_counter_minths_a (Results 1 – 2 of 2) sorted by relevance
3923 lsm303ah_step_counter_minths_a_t step_counter_minths_a; in lsm303ah_xl_pedo_threshold_set() local3927 (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() local3954 (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() local3975 (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 …]
828 lsm303ah_step_counter_minths_a_t step_counter_minths_a; member