Searched refs:STAW4RAddr (Results 1 – 1 of 1) sorted by relevance
433 volatile uint32 * STAW4RAddr = NULL_PTR; in Adc_Sar_ConfigSelftestThreshold() local455 STAW4RAddr = &(AdcAEBasePtr->STAW4R); in Adc_Sar_ConfigSelftestThreshold()477 STAW4RAddr = &(AdcBasePtr->STAW4R); in Adc_Sar_ConfigSelftestThreshold()509 *STAW4RAddr &= ~(ADC_STAW4R_THRH_MASK | ADC_STAW4R_THRL_MASK); in Adc_Sar_ConfigSelftestThreshold()510 …*STAW4RAddr |= ADC_STAW4R_THRH(SelfTestThresholdConfig->AdcSTAW4RHighVal) | ADC_STAW4R_THRL(SelfTe… in Adc_Sar_ConfigSelftestThreshold()541 volatile uint32 * STAW4RAddr = NULL_PTR; in Adc_Sar_EnableSelftestThreshold() local561 STAW4RAddr = &(AdcAEBasePtr->STAW4R); in Adc_Sar_EnableSelftestThreshold()581 STAW4RAddr = &(AdcBasePtr->STAW4R); in Adc_Sar_EnableSelftestThreshold()606 *STAW4RAddr |= ADC_STAW4R_AWDE(0x1UL); in Adc_Sar_EnableSelftestThreshold()635 volatile uint32 * STAW4RAddr = NULL_PTR; in Adc_Sar_DisableSelftestThreshold() local[all …]