Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/s32/drivers/s32k3/Adc/include/
DAdc_Sar_Ip_HwAccess.h118 ADC_Type * AdcBasePtr = NULL_PTR; in Adc_Sar_Powerup() local
132 AdcBasePtr = Adc_Sar_Ip_apxAdcBase[Instance]; in Adc_Sar_Powerup()
133 AdcBasePtr->MCR &= ~(ADC_MCR_PWDN(1u)); in Adc_Sar_Powerup()
145 ADC_Type * AdcBasePtr = NULL_PTR; in Adc_Sar_Powerdown() local
159 AdcBasePtr = Adc_Sar_Ip_apxAdcBase[Instance]; in Adc_Sar_Powerdown()
160 AdcBasePtr->MCR |= ADC_MCR_PWDN(1u); in Adc_Sar_Powerdown()
192 ADC_Type * AdcBasePtr = NULL_PTR; in Adc_Sar_WriteThresholds() local
229 AdcBasePtr = Adc_Sar_Ip_apxAdcBase[Instance]; in Adc_Sar_WriteThresholds()
256 THRHLR0Addr = &(AdcBasePtr->THRHLR0); in Adc_Sar_WriteThresholds()
257 THRHLR1Addr = &(AdcBasePtr->THRHLR1); in Adc_Sar_WriteThresholds()
[all …]
/hal_nxp-3.6.0/s32/drivers/s32k3/Adc/src/
DAdc_Sar_Ip.c394 const ADC_Type * const AdcBasePtr = Adc_Sar_Ip_apxAdcBase[Instance]; in Adc_Sar_GetResolution() local
395 uint32 Calbistreg = AdcBasePtr->CALBISTREG; in Adc_Sar_GetResolution()
415 ADC_Type * AdcBasePtr = NULL_PTR; in Adc_Sar_ConfigSelftestThreshold() local
462 AdcBasePtr = Adc_Sar_Ip_apxAdcBase[Instance]; in Adc_Sar_ConfigSelftestThreshold()
464 STAW0RAddr = &(AdcBasePtr->STAW0R); in Adc_Sar_ConfigSelftestThreshold()
467 STAW1RAddr = &(AdcBasePtr->STAW1R); in Adc_Sar_ConfigSelftestThreshold()
470 STAW1ARAddr = &(AdcBasePtr->STAW1AR); in Adc_Sar_ConfigSelftestThreshold()
471 STAW1BRAddr = &(AdcBasePtr->STAW1BR); in Adc_Sar_ConfigSelftestThreshold()
474 STAW2RAddr = &(AdcBasePtr->STAW2R); in Adc_Sar_ConfigSelftestThreshold()
477 STAW4RAddr = &(AdcBasePtr->STAW4R); in Adc_Sar_ConfigSelftestThreshold()
[all …]