Lines Matching refs:wakeupSource
1143 void Cy_SysPm_SetHibernateWakeupSource(uint32_t wakeupSource) in Cy_SysPm_SetHibernateWakeupSource() argument
1145 CY_ASSERT_L3(CY_SYSPM_IS_WAKE_UP_SOURCE_VALID(wakeupSource)); in Cy_SysPm_SetHibernateWakeupSource()
1151 …if ((0U != (wakeupSource & (uint32_t)CY_SYSPM_HIBERNATE_LPCOMP0_LOW)) || (0U != (wakeupSource & (u… in Cy_SysPm_SetHibernateWakeupSource()
1156 …if ((0U != (wakeupSource & (uint32_t)CY_SYSPM_HIBERNATE_LPCOMP1_LOW)) || (0U != (wakeupSource & (u… in Cy_SysPm_SetHibernateWakeupSource()
1162 …if ((0U != (wakeupSource & (uint32_t)CY_SYSPM_HIBERNATE_PIN0_LOW)) || (0U != (wakeupSource & (uint… in Cy_SysPm_SetHibernateWakeupSource()
1167 …if ((0U != (wakeupSource & (uint32_t)CY_SYSPM_HIBERNATE_PIN1_LOW)) || (0U != (wakeupSource & (uint… in Cy_SysPm_SetHibernateWakeupSource()
1173 if (0U != (wakeupSource & (uint32_t)CY_SYSPM_HIBERNATE_RTC_ALARM)) in Cy_SysPm_SetHibernateWakeupSource()
1179 if (0U != (wakeupSource & (uint32_t)CY_SYSPM_HIBERNATE_WDT)) in Cy_SysPm_SetHibernateWakeupSource()
1185 if (0U != (wakeupSource & (uint32_t)CY_SYSPM_HIBERNATE_LPCOMP0_HIGH)) in Cy_SysPm_SetHibernateWakeupSource()
1190 if (0U != (wakeupSource & (uint32_t)CY_SYSPM_HIBERNATE_LPCOMP1_HIGH)) in Cy_SysPm_SetHibernateWakeupSource()
1195 if (0U != (wakeupSource & (uint32_t)CY_SYSPM_HIBERNATE_PIN0_HIGH)) in Cy_SysPm_SetHibernateWakeupSource()
1200 if (0U != (wakeupSource & (uint32_t)CY_SYSPM_HIBERNATE_PIN1_HIGH)) in Cy_SysPm_SetHibernateWakeupSource()
1214 void Cy_SysPm_ClearHibernateWakeupSource(uint32_t wakeupSource) in Cy_SysPm_ClearHibernateWakeupSource() argument
1216 CY_ASSERT_L3(CY_SYSPM_IS_WAKE_UP_SOURCE_VALID(wakeupSource)); in Cy_SysPm_ClearHibernateWakeupSource()
1222 …if ((0U != (wakeupSource & (uint32_t)CY_SYSPM_HIBERNATE_LPCOMP0_LOW)) || (0U != (wakeupSource & (u… in Cy_SysPm_ClearHibernateWakeupSource()
1227 …if ((0U != (wakeupSource & (uint32_t)CY_SYSPM_HIBERNATE_LPCOMP1_LOW)) || (0U != (wakeupSource & (u… in Cy_SysPm_ClearHibernateWakeupSource()
1233 …if ((0U != (wakeupSource & (uint32_t)CY_SYSPM_HIBERNATE_PIN0_LOW)) || (0U != (wakeupSource & (uint… in Cy_SysPm_ClearHibernateWakeupSource()
1238 …if ((0U != (wakeupSource & (uint32_t)CY_SYSPM_HIBERNATE_PIN1_LOW)) || (0U != (wakeupSource & (uint… in Cy_SysPm_ClearHibernateWakeupSource()
1244 if (0U != (wakeupSource & (uint32_t)CY_SYSPM_HIBERNATE_RTC_ALARM)) in Cy_SysPm_ClearHibernateWakeupSource()
1250 if (0U != (wakeupSource & (uint32_t)CY_SYSPM_HIBERNATE_WDT)) in Cy_SysPm_ClearHibernateWakeupSource()
1256 if (0U != (wakeupSource & (uint32_t)CY_SYSPM_HIBERNATE_LPCOMP0_HIGH)) in Cy_SysPm_ClearHibernateWakeupSource()
1261 if (0U != (wakeupSource & (uint32_t)CY_SYSPM_HIBERNATE_LPCOMP1_HIGH)) in Cy_SysPm_ClearHibernateWakeupSource()
1266 if (0U != (wakeupSource & (uint32_t)CY_SYSPM_HIBERNATE_PIN0_HIGH)) in Cy_SysPm_ClearHibernateWakeupSource()
1271 if (0U != (wakeupSource & (uint32_t)CY_SYSPM_HIBERNATE_PIN1_HIGH)) in Cy_SysPm_ClearHibernateWakeupSource()