Searched refs:STAW2RAddr (Results 1 – 1 of 1) sorted by relevance
430 volatile uint32 * STAW2RAddr = NULL_PTR; in Adc_Sar_ConfigSelftestThreshold() local452 STAW2RAddr = &(AdcAEBasePtr->STAW2R); in Adc_Sar_ConfigSelftestThreshold()474 STAW2RAddr = &(AdcBasePtr->STAW2R); in Adc_Sar_ConfigSelftestThreshold()503 *STAW2RAddr &= ~(ADC_STAW2R_THRL_MASK); in Adc_Sar_ConfigSelftestThreshold()504 *STAW2RAddr |= ADC_STAW2R_THRL(SelfTestThresholdConfig->AdcSTAW2RLowVal); in Adc_Sar_ConfigSelftestThreshold()538 volatile uint32 * STAW2RAddr = NULL_PTR; in Adc_Sar_EnableSelftestThreshold() local558 STAW2RAddr = &(AdcAEBasePtr->STAW2R); in Adc_Sar_EnableSelftestThreshold()578 STAW2RAddr = &(AdcBasePtr->STAW2R); in Adc_Sar_EnableSelftestThreshold()601 *STAW2RAddr |= ADC_STAW2R_AWDE(0x1UL); in Adc_Sar_EnableSelftestThreshold()632 volatile uint32 * STAW2RAddr = NULL_PTR; in Adc_Sar_DisableSelftestThreshold() local[all …]