Lines Matching refs:cbDeepSleepRootIdx
635 uint32_t cbDeepSleepRootIdx = (uint32_t) Cy_SysPm_GetDeepSleepMode(); in Cy_SysPm_CpuEnterDeepSleep() local
639 CY_ASSERT_L3(CY_SYSPM_IS_DEEPSLEEP_MODE_VALID(cbDeepSleepRootIdx)); in Cy_SysPm_CpuEnterDeepSleep()
651 if (pmCallbackRoot[cbDeepSleepRootIdx] != NULL) in Cy_SysPm_CpuEnterDeepSleep()
653 …retVal = Cy_SysPm_ExecuteCallback((cy_en_syspm_callback_type_t)cbDeepSleepRootIdx, CY_SYSPM_CHECK_… in Cy_SysPm_CpuEnterDeepSleep()
666 if (pmCallbackRoot[cbDeepSleepRootIdx] != NULL) in Cy_SysPm_CpuEnterDeepSleep()
668 …(void) Cy_SysPm_ExecuteCallback((cy_en_syspm_callback_type_t)cbDeepSleepRootIdx, CY_SYSPM_BEFORE_T… in Cy_SysPm_CpuEnterDeepSleep()
677 …2_t)CY_SYSPM_MODE_DEEPSLEEP_RAM == cbDeepSleepRootIdx) || ((uint32_t)CY_SYSPM_MODE_DEEPSLEEP_OFF =… in Cy_SysPm_CpuEnterDeepSleep()
701 if (pmCallbackRoot[cbDeepSleepRootIdx] != NULL) in Cy_SysPm_CpuEnterDeepSleep()
703 …(void) Cy_SysPm_ExecuteCallback((cy_en_syspm_callback_type_t)cbDeepSleepRootIdx, CY_SYSPM_AFTER_TR… in Cy_SysPm_CpuEnterDeepSleep()
712 if (pmCallbackRoot[cbDeepSleepRootIdx] != NULL) in Cy_SysPm_CpuEnterDeepSleep()
714 …(void) Cy_SysPm_ExecuteCallback((cy_en_syspm_callback_type_t)cbDeepSleepRootIdx, CY_SYSPM_CHECK_FA… in Cy_SysPm_CpuEnterDeepSleep()