Searched refs:AdcBasePtr (Results 1 – 4 of 4) sorted by relevance
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 …]
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 …]
425 const ADC_Type * const AdcBasePtr = Adc_Sar_Ip_apxAdcBase[Instance]; in Adc_Sar_GetResolution() local426 uint32 Calbistreg = AdcBasePtr->CALBISTREG; in Adc_Sar_GetResolution()446 ADC_Type * AdcBasePtr = NULL_PTR; in Adc_Sar_ConfigSelftestThreshold() local493 AdcBasePtr = Adc_Sar_Ip_apxAdcBase[Instance]; in Adc_Sar_ConfigSelftestThreshold()495 STAW0RAddr = (volatile uint32 *)&(AdcBasePtr->STAW0R); in Adc_Sar_ConfigSelftestThreshold()498 STAW1RAddr = (volatile uint32 *)&(AdcBasePtr->STAW1R); in Adc_Sar_ConfigSelftestThreshold()501 STAW1ARAddr = (volatile uint32 *)&(AdcBasePtr->STAW1AR); in Adc_Sar_ConfigSelftestThreshold()502 STAW1BRAddr = (volatile uint32 *)&(AdcBasePtr->STAW1BR); in Adc_Sar_ConfigSelftestThreshold()505 STAW2RAddr = (volatile uint32 *)&(AdcBasePtr->STAW2R); in Adc_Sar_ConfigSelftestThreshold()508 STAW4RAddr = (volatile uint32 *)&(AdcBasePtr->STAW4R); in Adc_Sar_ConfigSelftestThreshold()[all …]
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()197 ADC_Type * AdcBasePtr = NULL_PTR; in Adc_Sar_WriteThresholds() local234 AdcBasePtr = Adc_Sar_Ip_apxAdcBase[Instance]; in Adc_Sar_WriteThresholds()261 THRHLR0Addr = (volatile uint32 *)&(AdcBasePtr->THRHLR0); in Adc_Sar_WriteThresholds()262 THRHLR1Addr = (volatile uint32 *)&(AdcBasePtr->THRHLR1); in Adc_Sar_WriteThresholds()[all …]