Searched refs:u32NotificationMask (Results 1 – 2 of 2) sorted by relevance
425 const uint32 u32NotificationMask);437 const uint32 u32NotificationMask);
3540 const uint32 u32NotificationMask) in Adc_Sar_Ip_EnableNotifications() argument3550 DevAssert((u32NotificationMask & (~ADC_SAR_IP_NOTIF_FLAG_ALL)) == 0UL); in Adc_Sar_Ip_EnableNotifications()3554 …ImrFlags |= ((u32NotificationMask & ADC_SAR_IP_NOTIF_FLAG_NORMAL_EOC) != 0U) ? ADC_IMR_MSKEOC(1U) … in Adc_Sar_Ip_EnableNotifications()3555 …ImrFlags |= ((u32NotificationMask & ADC_SAR_IP_NOTIF_FLAG_INJECTED_EOC) != 0U) ? ADC_IMR_MSKJEOC(1… in Adc_Sar_Ip_EnableNotifications()3558 …ImrFlags |= ((u32NotificationMask & ADC_SAR_IP_NOTIF_FLAG_NORMAL_ENDCHAIN) != 0U) ? ADC_IMR_MSKECH… in Adc_Sar_Ip_EnableNotifications()3561 …ImrFlags |= ((u32NotificationMask & ADC_SAR_IP_NOTIF_FLAG_INJECTED_ENDCHAIN) != 0U) ? ADC_IMR_MSKJ… in Adc_Sar_Ip_EnableNotifications()3569 …ImrFlags |= ((u32NotificationMask & ADC_SAR_IP_NOTIF_FLAG_CTU_EOC) != 0U) ? ADC_IMR_MSKEOCTU(1U) :… in Adc_Sar_Ip_EnableNotifications()3602 const uint32 u32NotificationMask) in Adc_Sar_Ip_DisableNotifications() argument3612 DevAssert((u32NotificationMask & (~ADC_SAR_IP_NOTIF_FLAG_ALL)) == 0UL); in Adc_Sar_Ip_DisableNotifications()3616 …ImrFlags |= ((u32NotificationMask & ADC_SAR_IP_NOTIF_FLAG_NORMAL_EOC) != 0U) ? ADC_IMR_MSKEOC(1U) … in Adc_Sar_Ip_DisableNotifications()[all …]