Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/s32/drivers/s32k3/Adc/src/
DAdc_Sar_Ip.c4134 uint32 Pscr; in Adc_Sar_Ip_SetPresamplingSource() local
4165 Pscr = *PSCRAddr; in Adc_Sar_Ip_SetPresamplingSource()
4171 Pscr &= ~(ADC_PSCR_PREVAL0_MASK); in Adc_Sar_Ip_SetPresamplingSource()
4172 Pscr |= ADC_PSCR_PREVAL0((uint32)pPresampleSource); in Adc_Sar_Ip_SetPresamplingSource()
4177 Pscr &= ~(ADC_PSCR_PREVAL1_MASK); in Adc_Sar_Ip_SetPresamplingSource()
4178 Pscr |= ADC_PSCR_PREVAL1((uint32)pPresampleSource); in Adc_Sar_Ip_SetPresamplingSource()
4183 Pscr &= ~(ADC_PSCR_PREVAL2_MASK); in Adc_Sar_Ip_SetPresamplingSource()
4184 Pscr |= ADC_PSCR_PREVAL2((uint32)pPresampleSource); in Adc_Sar_Ip_SetPresamplingSource()
4196 *PSCRAddr = Pscr; in Adc_Sar_Ip_SetPresamplingSource()