Searched refs:CY_SYSPM_DEEPSLEEP (Results 1 – 10 of 10) sorted by relevance
| /hal_infineon-latest/mtb-pdl-cat1/drivers/include/ |
| D | cy_syspm.h | 1795 ((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/ |
| D | cy_syspm.c | 487 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()
|
| D | cy_syspm_v3.c | 319 uint32_t cbDeepSleepRootIdx = (uint32_t) CY_SYSPM_DEEPSLEEP; in Cy_SysPm_CpuEnterDeepSleep()
|
| /hal_infineon-latest/mtb-template-cat1/files/cat1c/ |
| D | cybsp.c | 66 .type = CY_SYSPM_DEEPSLEEP, in cybsp_register_sysclk_pm_callback()
|
| /hal_infineon-latest/mtb-template-cat1/files/cat1a/ |
| D | cybsp.c | 71 .type = CY_SYSPM_DEEPSLEEP, in cybsp_register_sysclk_pm_callback()
|
| /hal_infineon-latest/mtb-template-cat1/files/cat1b/ |
| D | cybsp_pm_callbacks.c | 333 .type = CY_SYSPM_DEEPSLEEP,
|
| /hal_infineon-latest/bless/ |
| D | cy_ble_controller.c | 449 /* type */ CY_SYSPM_DEEPSLEEP, in Cy_BLE_EnableControllerLowPowerMode()
|
| D | cy_ble.c | 78 /* type */ CY_SYSPM_DEEPSLEEP,
|
| /hal_infineon-latest/mtb-hal-cat1/source/ |
| D | cyhal_syspm.c | 377 …|| !_cyhal_syspm_register_cb(&_cyhal_syspm_deepsleep, CY_SYSPM_DEEPSLEEP, _cyhal_syspm_cb_deepslee… in cyhal_syspm_init()
|
| D | cyhal_rtc.c | 146 .type = CY_SYSPM_DEEPSLEEP,
|