Home
last modified time | relevance | path

Searched refs:STAW2RAddr (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-3.5.0/s32/drivers/s32k3/Adc/src/
DAdc_Sar_Ip.c430 volatile uint32 * STAW2RAddr = NULL_PTR; in Adc_Sar_ConfigSelftestThreshold() local
452 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() local
558 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 …]