Lines Matching refs:wakeupSource

927 void Cy_SysPm_SetHibernateWakeupSource(uint32_t wakeupSource)  in Cy_SysPm_SetHibernateWakeupSource()  argument
929 CY_ASSERT_L3(CY_SYSPM_IS_WAKE_UP_SOURCE_VALID(wakeupSource)); in Cy_SysPm_SetHibernateWakeupSource()
935 …if ((0U != (wakeupSource & (uint32_t)CY_SYSPM_HIBERNATE_LPCOMP0_LOW)) || (0U != (wakeupSource & (u… in Cy_SysPm_SetHibernateWakeupSource()
940 …if ((0U != (wakeupSource & (uint32_t)CY_SYSPM_HIBERNATE_LPCOMP1_LOW)) || (0U != (wakeupSource & (u… in Cy_SysPm_SetHibernateWakeupSource()
946 …if ((0U != (wakeupSource & (uint32_t)CY_SYSPM_HIBERNATE_PIN0_LOW)) || (0U != (wakeupSource & (uint… in Cy_SysPm_SetHibernateWakeupSource()
951 …if ((0U != (wakeupSource & (uint32_t)CY_SYSPM_HIBERNATE_PIN1_LOW)) || (0U != (wakeupSource & (uint… in Cy_SysPm_SetHibernateWakeupSource()
957 if (0U != (wakeupSource & (uint32_t)CY_SYSPM_HIBERNATE_RTC_ALARM)) in Cy_SysPm_SetHibernateWakeupSource()
963 if (0U != (wakeupSource & (uint32_t)CY_SYSPM_HIBERNATE_WDT)) in Cy_SysPm_SetHibernateWakeupSource()
969 if (0U != (wakeupSource & (uint32_t)CY_SYSPM_HIBERNATE_LPCOMP0_HIGH)) in Cy_SysPm_SetHibernateWakeupSource()
974 if (0U != (wakeupSource & (uint32_t)CY_SYSPM_HIBERNATE_LPCOMP1_HIGH)) in Cy_SysPm_SetHibernateWakeupSource()
979 if (0U != (wakeupSource & (uint32_t)CY_SYSPM_HIBERNATE_PIN0_HIGH)) in Cy_SysPm_SetHibernateWakeupSource()
984 if (0U != (wakeupSource & (uint32_t)CY_SYSPM_HIBERNATE_PIN1_HIGH)) in Cy_SysPm_SetHibernateWakeupSource()
998 void Cy_SysPm_ClearHibernateWakeupSource(uint32_t wakeupSource) in Cy_SysPm_ClearHibernateWakeupSource() argument
1000 CY_ASSERT_L3(CY_SYSPM_IS_WAKE_UP_SOURCE_VALID(wakeupSource)); in Cy_SysPm_ClearHibernateWakeupSource()
1006 …if ((0U != (wakeupSource & (uint32_t)CY_SYSPM_HIBERNATE_LPCOMP0_LOW)) || (0U != (wakeupSource & (u… in Cy_SysPm_ClearHibernateWakeupSource()
1011 …if ((0U != (wakeupSource & (uint32_t)CY_SYSPM_HIBERNATE_LPCOMP1_LOW)) || (0U != (wakeupSource & (u… in Cy_SysPm_ClearHibernateWakeupSource()
1017 …if ((0U != (wakeupSource & (uint32_t)CY_SYSPM_HIBERNATE_PIN0_LOW)) || (0U != (wakeupSource & (uint… in Cy_SysPm_ClearHibernateWakeupSource()
1022 …if ((0U != (wakeupSource & (uint32_t)CY_SYSPM_HIBERNATE_PIN1_LOW)) || (0U != (wakeupSource & (uint… in Cy_SysPm_ClearHibernateWakeupSource()
1028 if (0U != (wakeupSource & (uint32_t)CY_SYSPM_HIBERNATE_RTC_ALARM)) in Cy_SysPm_ClearHibernateWakeupSource()
1034 if (0U != (wakeupSource & (uint32_t)CY_SYSPM_HIBERNATE_WDT)) in Cy_SysPm_ClearHibernateWakeupSource()
1040 if (0U != (wakeupSource & (uint32_t)CY_SYSPM_HIBERNATE_LPCOMP0_HIGH)) in Cy_SysPm_ClearHibernateWakeupSource()
1045 if (0U != (wakeupSource & (uint32_t)CY_SYSPM_HIBERNATE_LPCOMP1_HIGH)) in Cy_SysPm_ClearHibernateWakeupSource()
1050 if (0U != (wakeupSource & (uint32_t)CY_SYSPM_HIBERNATE_PIN0_HIGH)) in Cy_SysPm_ClearHibernateWakeupSource()
1055 if (0U != (wakeupSource & (uint32_t)CY_SYSPM_HIBERNATE_PIN1_HIGH)) in Cy_SysPm_ClearHibernateWakeupSource()