Lines Matching refs:waitFor
48 static void EnterDeepSleepRam(cy_en_syspm_waitfor_t waitFor);
213 typedef void (*cy_cb_syspm_deep_sleep_t)(cy_en_syspm_waitfor_t waitFor, bool *wasEventSent);
215 #define EnterDeepSleepSrom(waitFor, wasEventSent) \ argument
216 ((cy_cb_syspm_deep_sleep_t) ROM_ENTER_DEEP_SLEEP_ADDR)((waitFor), &(wasEventSent))
400 cy_en_syspm_status_t Cy_SysPm_CpuEnterSleep(cy_en_syspm_waitfor_t waitFor) in Cy_SysPm_CpuEnterSleep() argument
406 CY_ASSERT_L3(CY_SYSPM_IS_WAIT_FOR_VALID(waitFor)); in Cy_SysPm_CpuEnterSleep()
432 if(waitFor != CY_SYSPM_WAIT_FOR_EVENT) in Cy_SysPm_CpuEnterSleep()
479 cy_en_syspm_status_t Cy_SysPm_CpuEnterDeepSleep(cy_en_syspm_waitfor_t waitFor) in Cy_SysPm_CpuEnterDeepSleep() argument
491 CY_ASSERT_L3(CY_SYSPM_IS_WAIT_FOR_VALID(waitFor)); in Cy_SysPm_CpuEnterDeepSleep()
579 EnterDeepSleepRam(waitFor); in Cy_SysPm_CpuEnterDeepSleep()
609 if(waitFor != CY_SYSPM_WAIT_FOR_EVENT) in Cy_SysPm_CpuEnterDeepSleep()
1973 static void EnterDeepSleepRam(cy_en_syspm_waitfor_t waitFor) in EnterDeepSleepRam() argument
1996 if(waitFor != CY_SYSPM_WAIT_FOR_EVENT) in EnterDeepSleepRam()