Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_syspm.c48 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()
[all …]
Dcy_syspm_v3.c123 cy_en_syspm_status_t Cy_SysPm_CpuEnterSleep(cy_en_syspm_waitfor_t waitFor) in Cy_SysPm_CpuEnterSleep() argument
129 CY_ASSERT_L3(CY_SYSPM_IS_WAIT_FOR_VALID(waitFor)); in Cy_SysPm_CpuEnterSleep()
155 if(waitFor != CY_SYSPM_WAIT_FOR_EVENT) in Cy_SysPm_CpuEnterSleep()
316 cy_en_syspm_status_t Cy_SysPm_CpuEnterDeepSleep(cy_en_syspm_waitfor_t waitFor) in Cy_SysPm_CpuEnterDeepSleep() argument
322 CY_ASSERT_L3(CY_SYSPM_IS_WAIT_FOR_VALID(waitFor)); in Cy_SysPm_CpuEnterDeepSleep()
357 if(waitFor != CY_SYSPM_WAIT_FOR_EVENT) in Cy_SysPm_CpuEnterDeepSleep()
Dcy_syspm_v4.c178 cy_en_syspm_status_t Cy_SysPm_CpuEnterSleep(cy_en_syspm_waitfor_t waitFor) in Cy_SysPm_CpuEnterSleep() argument
184 CY_ASSERT_L3(CY_SYSPM_IS_WAIT_FOR_VALID(waitFor)); in Cy_SysPm_CpuEnterSleep()
210 if(waitFor != CY_SYSPM_WAIT_FOR_EVENT) in Cy_SysPm_CpuEnterSleep()
632 cy_en_syspm_status_t Cy_SysPm_CpuEnterDeepSleep(cy_en_syspm_waitfor_t waitFor) in Cy_SysPm_CpuEnterDeepSleep() argument
638 CY_ASSERT_L3(CY_SYSPM_IS_WAIT_FOR_VALID(waitFor)); in Cy_SysPm_CpuEnterDeepSleep()
683 if(waitFor != CY_SYSPM_WAIT_FOR_EVENT) in Cy_SysPm_CpuEnterDeepSleep()
Dcy_syspm_v2.c210 cy_en_syspm_status_t Cy_SysPm_CpuEnterSleep(cy_en_syspm_waitfor_t waitFor) in Cy_SysPm_CpuEnterSleep() argument
216 CY_ASSERT_L3(CY_SYSPM_IS_WAIT_FOR_VALID(waitFor)); in Cy_SysPm_CpuEnterSleep()
242 if(waitFor != CY_SYSPM_WAIT_FOR_EVENT) in Cy_SysPm_CpuEnterSleep()
561 cy_en_syspm_status_t Cy_SysPm_CpuEnterDeepSleep(cy_en_syspm_waitfor_t waitFor) in Cy_SysPm_CpuEnterDeepSleep() argument
567 CY_ASSERT_L3(CY_SYSPM_IS_WAIT_FOR_VALID(waitFor)); in Cy_SysPm_CpuEnterDeepSleep()
603 if(waitFor != CY_SYSPM_WAIT_FOR_EVENT) in Cy_SysPm_CpuEnterDeepSleep()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_syspm.h2156 #define CY_SYSPM_IS_WAIT_FOR_VALID(waitFor) (((waitFor) == CY_SYSPM_WAIT_FOR_INTERRUPT)… argument
2157 ((waitFor) == CY_SYSPM_WAIT_FOR_EVENT))
4328 cy_en_syspm_status_t Cy_SysPm_CpuEnterSleep(cy_en_syspm_waitfor_t waitFor);
4902 cy_en_syspm_status_t Cy_SysPm_CpuEnterDeepSleep(cy_en_syspm_waitfor_t waitFor);