Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
Dst_lsm6dsm.c808 static uint32_t LSM6DSMStepCounterRates[] = { variable
859 …DEC_INFO_RATE("Step Counter", LSM6DSMStepCounterRates, SENS_TYPE_STEP_COUNT, NUM_AXIS_EMBEDDED, NA…
2135 for (i = 0; i < ARRAY_SIZE(LSM6DSMStepCounterRates); i++) { in lsm6dsm_setStepCounterRate()
2136 if (rate == LSM6DSMStepCounterRates[i]) in lsm6dsm_setStepCounterRate()
2139 if (i >= (ARRAY_SIZE(LSM6DSMStepCounterRates) - 2)) in lsm6dsm_setStepCounterRate()