Home
last modified time | relevance | path

Searched refs:CY_SYSPM_DEEPSLEEP (Results 1 – 10 of 10) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_syspm.h1795 ((type) == CY_SYSPM_DEEPSLEEP) || \
1809 ((type) == CY_SYSPM_DEEPSLEEP) || \
1856 ((type) == CY_SYSPM_DEEPSLEEP) || \
2011 #define CY_SYSPM_IS_DEEPSLEEP_MODE_VALID(mode) (((mode) == CY_SYSPM_DEEPSLEEP) || \
2038 ((type) == CY_SYSPM_DEEPSLEEP) || \
2854 CY_SYSPM_DEEPSLEEP = 1U, /**< The Deep Sleep enum callback type */ enumerator
2890 CY_SYSPM_MODE_DEEPSLEEP = CY_SYSPM_DEEPSLEEP, /**< Deep Sleep Mode. */
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_syspm.c487 uint32_t cbDeepSleepRootIdx = (uint32_t) CY_SYSPM_DEEPSLEEP; in Cy_SysPm_CpuEnterDeepSleep()
498 retVal = Cy_SysPm_ExecuteCallback(CY_SYSPM_DEEPSLEEP, CY_SYSPM_CHECK_READY); in Cy_SysPm_CpuEnterDeepSleep()
513 (void) Cy_SysPm_ExecuteCallback(CY_SYSPM_DEEPSLEEP, CY_SYSPM_BEFORE_TRANSITION); in Cy_SysPm_CpuEnterDeepSleep()
666 (void) Cy_SysPm_ExecuteCallback(CY_SYSPM_DEEPSLEEP, CY_SYSPM_AFTER_TRANSITION); in Cy_SysPm_CpuEnterDeepSleep()
677 (void) Cy_SysPm_ExecuteCallback(CY_SYSPM_DEEPSLEEP, CY_SYSPM_CHECK_FAIL); in Cy_SysPm_CpuEnterDeepSleep()
Dcy_syspm_v3.c319 uint32_t cbDeepSleepRootIdx = (uint32_t) CY_SYSPM_DEEPSLEEP; in Cy_SysPm_CpuEnterDeepSleep()
/hal_infineon-latest/mtb-template-cat1/files/cat1c/
Dcybsp.c66 .type = CY_SYSPM_DEEPSLEEP, in cybsp_register_sysclk_pm_callback()
/hal_infineon-latest/mtb-template-cat1/files/cat1a/
Dcybsp.c71 .type = CY_SYSPM_DEEPSLEEP, in cybsp_register_sysclk_pm_callback()
/hal_infineon-latest/mtb-template-cat1/files/cat1b/
Dcybsp_pm_callbacks.c333 .type = CY_SYSPM_DEEPSLEEP,
/hal_infineon-latest/bless/
Dcy_ble_controller.c449 /* type */ CY_SYSPM_DEEPSLEEP, in Cy_BLE_EnableControllerLowPowerMode()
Dcy_ble.c78 /* type */ CY_SYSPM_DEEPSLEEP,
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_syspm.c377 …|| !_cyhal_syspm_register_cb(&_cyhal_syspm_deepsleep, CY_SYSPM_DEEPSLEEP, _cyhal_syspm_cb_deepslee… in cyhal_syspm_init()
Dcyhal_rtc.c146 .type = CY_SYSPM_DEEPSLEEP,