Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32k3/Adc/src/
DAdc_Sar_Ip.c977 Mcr |= ADC_MCR_AVGS(Config->AvgSel); in Adc_Sar_CollectMcrMasks()
3986 *MCRAddr |= ADC_MCR_AVGEN(bAvgEn ? 1U : 0U) | ADC_MCR_AVGS(eAvgSel); in Adc_Sar_Ip_SetAveraging()
/hal_nxp-latest/s32/drivers/s32ze/Adc/src/
DAdc_Sar_Ip.c1014 Mcr |= ADC_MCR_AVGS(Config->AvgSel); in Adc_Sar_CollectMcrMasks()
/hal_nxp-latest/s32/drivers/s32k3/BaseNXP/header/
DS32K344_ADC.h229 #define ADC_MCR_AVGS(x) (((uint32_t)(((uint32_t)(x)) << ADC_MCR_AVGS_SHIFT… macro