Searched refs:STAW0RAddr (Results 1 – 1 of 1) sorted by relevance
420 volatile uint32 * STAW0RAddr = NULL_PTR; in Adc_Sar_ConfigSelftestThreshold() local442 STAW0RAddr = &(AdcAEBasePtr->STAW0R); in Adc_Sar_ConfigSelftestThreshold()464 STAW0RAddr = &(AdcBasePtr->STAW0R); in Adc_Sar_ConfigSelftestThreshold()484 *STAW0RAddr &= ~(ADC_STAW0R_THRH_MASK | ADC_STAW0R_THRL_MASK); in Adc_Sar_ConfigSelftestThreshold()485 …*STAW0RAddr |= ADC_STAW0R_THRH(SelfTestThresholdConfig->AdcSTAW0RHighVal) | ADC_STAW0R_THRL(SelfTe… in Adc_Sar_ConfigSelftestThreshold()529 volatile uint32 * STAW0RAddr = NULL_PTR; in Adc_Sar_EnableSelftestThreshold() local549 STAW0RAddr = &(AdcAEBasePtr->STAW0R); in Adc_Sar_EnableSelftestThreshold()569 STAW0RAddr = &(AdcBasePtr->STAW0R); in Adc_Sar_EnableSelftestThreshold()587 *STAW0RAddr |= ADC_STAW0R_AWDE(0x1UL); in Adc_Sar_EnableSelftestThreshold()623 volatile uint32 * STAW0RAddr = NULL_PTR; in Adc_Sar_DisableSelftestThreshold() local[all …]