Searched refs:CY_SYSPM_STATUS_CM7_1_SLEEP (Results 1 – 2 of 2) sorted by relevance
1217 pmStatus |= CY_SYSPM_STATUS_CM7_1_SLEEP; in Cy_SysPm_ReadStatus()1282 status = ((Cy_SysPm_ReadStatus() & CY_SYSPM_STATUS_CM7_1_SLEEP) != 0u); in Cy_SysPm_Cm7IsSleep()
2375 #define CY_SYSPM_STATUS_CM7_1_SLEEP ((uint32_t) ((uint32_t)0x2U << 12U)) macro