Home
last modified time | relevance | path

Searched refs:u32NotificationMask (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.5.0/s32/drivers/s32k3/Adc/include/
DAdc_Sar_Ip.h425 const uint32 u32NotificationMask);
437 const uint32 u32NotificationMask);
/hal_nxp-3.5.0/s32/drivers/s32k3/Adc/src/
DAdc_Sar_Ip.c3540 const uint32 u32NotificationMask) in Adc_Sar_Ip_EnableNotifications() argument
3550 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() argument
3612 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 …]