Searched refs:AdcBasePtr (Results 1 – 2 of 2) sorted by relevance
118 ADC_Type * AdcBasePtr = NULL_PTR; in Adc_Sar_Powerup() local132 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() local159 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() local229 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 …]
394 const ADC_Type * const AdcBasePtr = Adc_Sar_Ip_apxAdcBase[Instance]; in Adc_Sar_GetResolution() local395 uint32 Calbistreg = AdcBasePtr->CALBISTREG; in Adc_Sar_GetResolution()415 ADC_Type * AdcBasePtr = NULL_PTR; in Adc_Sar_ConfigSelftestThreshold() local462 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 …]