Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/s32/drivers/s32k3/Adc/src/
DAdc_Sar_Ip.c3546 uint32 ImrFlags = 0U; in Adc_Sar_Ip_EnableNotifications() local
3554ImrFlags |= ((u32NotificationMask & ADC_SAR_IP_NOTIF_FLAG_NORMAL_EOC) != 0U) ? ADC_IMR_MSKEOC(1U) … in Adc_Sar_Ip_EnableNotifications()
3555ImrFlags |= ((u32NotificationMask & ADC_SAR_IP_NOTIF_FLAG_INJECTED_EOC) != 0U) ? ADC_IMR_MSKJEOC(1… in Adc_Sar_Ip_EnableNotifications()
3558ImrFlags |= ((u32NotificationMask & ADC_SAR_IP_NOTIF_FLAG_NORMAL_ENDCHAIN) != 0U) ? ADC_IMR_MSKECH… in Adc_Sar_Ip_EnableNotifications()
3561ImrFlags |= ((u32NotificationMask & ADC_SAR_IP_NOTIF_FLAG_INJECTED_ENDCHAIN) != 0U) ? ADC_IMR_MSKJ… in Adc_Sar_Ip_EnableNotifications()
3569ImrFlags |= ((u32NotificationMask & ADC_SAR_IP_NOTIF_FLAG_CTU_EOC) != 0U) ? ADC_IMR_MSKEOCTU(1U) :… in Adc_Sar_Ip_EnableNotifications()
3580 AdcAEBasePtr->IMR |= ImrFlags; in Adc_Sar_Ip_EnableNotifications()
3588 AdcBasePtr->IMR |= ImrFlags; in Adc_Sar_Ip_EnableNotifications()
3608 uint32 ImrFlags = 0U; in Adc_Sar_Ip_DisableNotifications() local
3616ImrFlags |= ((u32NotificationMask & ADC_SAR_IP_NOTIF_FLAG_NORMAL_EOC) != 0U) ? ADC_IMR_MSKEOC(1U) … in Adc_Sar_Ip_DisableNotifications()
[all …]