Tool/software: TI-RTOS
Hi team,
I am looking at the PowerCC26XX_standbyPolicy() in the PowerCC26XX_tirtos.c file found in C:\TI\simplelink_cc2640r2_sdk_1_50_00_58\kernel\tirtos\packages\ti\dpl.
What are the differences between calling the below functions with regards to the current consumption and the time to switch states?
-
Power_sleep(PowerCC26XX_STANDBY);
-
PRCMDeepSleep();
-
PRCMSleep();
It looks like constraints = Power_getConstraintMask(); Where is this being set?
Regards,
Akash Patel