Home
last modified time | relevance | path

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

/hal_ti-2.7.6/simplelink/source/ti/drivers/
DPower.h575 uint_fast32_t Power_getTransitionLatency(uint_fast16_t sleepState,
949 int_fast16_t Power_sleep(uint_fast16_t sleepState);
/hal_ti-2.7.6/simplelink/source/ti/drivers/power/
DPowerCC26X2.c217 uint_fast32_t Power_getTransitionLatency(uint_fast16_t sleepState, in Power_getTransitionLatency() argument
223 if (sleepState == PowerCC26XX_STANDBY) { in Power_getTransitionLatency()
228 if (sleepState == PowerCC26XX_STANDBY) { in Power_getTransitionLatency()
716 int_fast16_t Power_sleep(uint_fast16_t sleepState) in Power_sleep() argument
731 if (sleepState != PowerCC26XX_STANDBY) { in Power_sleep()
DPowerCC32XX.c216 uint_fast32_t Power_getTransitionLatency(uint_fast16_t sleepState, in Power_getTransitionLatency() argument
649 int_fast16_t Power_sleep(uint_fast16_t sleepState) in Power_sleep() argument
660 if (sleepState != PowerCC32XX_LPDS) { in Power_sleep()
691 DebugP_log1("Power: sleep, sleepState (%d)", sleepState); in Power_sleep()