Lines Matching refs:cbDeepSleepRootIdx

564     uint32_t cbDeepSleepRootIdx = (uint32_t) Cy_SysPm_GetDeepSleepMode();  in Cy_SysPm_CpuEnterDeepSleep()  local
568 CY_ASSERT_L3(CY_SYSPM_IS_DEEPSLEEP_MODE_VALID(cbDeepSleepRootIdx)); in Cy_SysPm_CpuEnterDeepSleep()
580 if (pmCallbackRoot[cbDeepSleepRootIdx] != NULL) in Cy_SysPm_CpuEnterDeepSleep()
582 …retVal = Cy_SysPm_ExecuteCallback((cy_en_syspm_callback_type_t)cbDeepSleepRootIdx, CY_SYSPM_CHECK_… in Cy_SysPm_CpuEnterDeepSleep()
595 if (pmCallbackRoot[cbDeepSleepRootIdx] != NULL) in Cy_SysPm_CpuEnterDeepSleep()
597 …(void) Cy_SysPm_ExecuteCallback((cy_en_syspm_callback_type_t)cbDeepSleepRootIdx, CY_SYSPM_BEFORE_T… in Cy_SysPm_CpuEnterDeepSleep()
605 if (cbDeepSleepRootIdx == (uint32_t)CY_SYSPM_MODE_DEEPSLEEP_RAM) in Cy_SysPm_CpuEnterDeepSleep()
622 if (pmCallbackRoot[cbDeepSleepRootIdx] != NULL) in Cy_SysPm_CpuEnterDeepSleep()
624 …(void) Cy_SysPm_ExecuteCallback((cy_en_syspm_callback_type_t)cbDeepSleepRootIdx, CY_SYSPM_AFTER_DS… in Cy_SysPm_CpuEnterDeepSleep()
634 if (pmCallbackRoot[cbDeepSleepRootIdx] != NULL) in Cy_SysPm_CpuEnterDeepSleep()
636 …(void) Cy_SysPm_ExecuteCallback((cy_en_syspm_callback_type_t)cbDeepSleepRootIdx, CY_SYSPM_AFTER_TR… in Cy_SysPm_CpuEnterDeepSleep()
645 if (pmCallbackRoot[cbDeepSleepRootIdx] != NULL) in Cy_SysPm_CpuEnterDeepSleep()
647 …(void) Cy_SysPm_ExecuteCallback((cy_en_syspm_callback_type_t)cbDeepSleepRootIdx, CY_SYSPM_CHECK_FA… in Cy_SysPm_CpuEnterDeepSleep()
656 uint32_t cbDeepSleepRootIdx = (uint32_t) Cy_SysPm_GetDeepSleepMode(); in Cy_SysPm_SetupDeepSleepRAM() local
660 CY_ASSERT_L3(CY_SYSPM_IS_DEEPSLEEP_MODE_VALID(cbDeepSleepRootIdx)); in Cy_SysPm_SetupDeepSleepRAM()
677 if (pmCallbackRoot[cbDeepSleepRootIdx] != NULL) in Cy_SysPm_SetupDeepSleepRAM()
679 …retVal = Cy_SysPm_ExecuteCallback((cy_en_syspm_callback_type_t)cbDeepSleepRootIdx, CY_SYSPM_CHECK_… in Cy_SysPm_SetupDeepSleepRAM()
693 if (pmCallbackRoot[cbDeepSleepRootIdx] != NULL) in Cy_SysPm_SetupDeepSleepRAM()
695 …(void) Cy_SysPm_ExecuteCallback((cy_en_syspm_callback_type_t)cbDeepSleepRootIdx, CY_SYSPM_BEFORE_T… in Cy_SysPm_SetupDeepSleepRAM()
708 if (pmCallbackRoot[cbDeepSleepRootIdx] != NULL) in Cy_SysPm_SetupDeepSleepRAM()
710 …(void) Cy_SysPm_ExecuteCallback((cy_en_syspm_callback_type_t)cbDeepSleepRootIdx, CY_SYSPM_CHECK_FA… in Cy_SysPm_SetupDeepSleepRAM()
719 if (pmCallbackRoot[cbDeepSleepRootIdx] != NULL) in Cy_SysPm_SetupDeepSleepRAM()
721 …(void) Cy_SysPm_ExecuteCallback((cy_en_syspm_callback_type_t)cbDeepSleepRootIdx, CY_SYSPM_AFTER_DS… in Cy_SysPm_SetupDeepSleepRAM()
729 if (pmCallbackRoot[cbDeepSleepRootIdx] != NULL) in Cy_SysPm_SetupDeepSleepRAM()
731 …(void) Cy_SysPm_ExecuteCallback((cy_en_syspm_callback_type_t)cbDeepSleepRootIdx, CY_SYSPM_AFTER_TR… in Cy_SysPm_SetupDeepSleepRAM()
2196 uint32_t cbDeepSleepRootIdx = (uint32_t) Cy_SysPm_GetDeepSleepMode(); in Cy_SysPm_CpuEnterRAMOffDeepSleep() local
2199 CY_ASSERT_L3(CY_SYSPM_IS_DEEPSLEEP_MODE_VALID(cbDeepSleepRootIdx)); in Cy_SysPm_CpuEnterRAMOffDeepSleep()
2213 if (pmCallbackRoot[cbDeepSleepRootIdx] != NULL) in Cy_SysPm_CpuEnterRAMOffDeepSleep()
2215 …retVal = Cy_SysPm_ExecuteCallback((cy_en_syspm_callback_type_t)cbDeepSleepRootIdx, CY_SYSPM_CHECK_… in Cy_SysPm_CpuEnterRAMOffDeepSleep()
2228 if (pmCallbackRoot[cbDeepSleepRootIdx] != NULL) in Cy_SysPm_CpuEnterRAMOffDeepSleep()
2230 …(void) Cy_SysPm_ExecuteCallback((cy_en_syspm_callback_type_t)cbDeepSleepRootIdx, CY_SYSPM_BEFORE_T… in Cy_SysPm_CpuEnterRAMOffDeepSleep()
2255 if (pmCallbackRoot[cbDeepSleepRootIdx] != NULL) in Cy_SysPm_CpuEnterRAMOffDeepSleep()
2257 …(void) Cy_SysPm_ExecuteCallback((cy_en_syspm_callback_type_t)cbDeepSleepRootIdx, CY_SYSPM_CHECK_FA… in Cy_SysPm_CpuEnterRAMOffDeepSleep()