Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
Dst_lsm6dsm.c404 SIGN_MOTION, enumerator
1637 if ((T(embeddedFunctionsDependencies) & (BIT(STEP_COUNTER) | BIT(SIGN_MOTION))) == 0) { in lsm6dsm_setStepDetectorPower()
1692 if ((T(embeddedFunctionsDependencies) & (BIT(STEP_DETECTOR) | BIT(SIGN_MOTION))) == 0) { in lsm6dsm_setStepCounterPower()
1731 T(accelSensorDependencies) |= BIT(SIGN_MOTION); in lsm6dsm_setSignMotionPower()
1732 T(embeddedFunctionsDependencies) |= BIT(SIGN_MOTION); in lsm6dsm_setSignMotionPower()
1741 T(accelSensorDependencies) &= ~BIT(SIGN_MOTION); in lsm6dsm_setSignMotionPower()
1742 T(embeddedFunctionsDependencies) &= ~BIT(SIGN_MOTION); in lsm6dsm_setSignMotionPower()
1762 …lsm6dsm_spiBatchTxRx(&T_SLAVE_INTERFACE(mode), lsm6dsm_spiCallback, &T(sensors[SIGN_MOTION]), __FU… in lsm6dsm_setSignMotionPower()
1764 T(pendingEnableConfig[SIGN_MOTION]) = true; in lsm6dsm_setSignMotionPower()
1765 T(sensors[SIGN_MOTION]).pConfig.enable = on; in lsm6dsm_setSignMotionPower()
[all …]