Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/s32/drivers/s32k3/Adc/src/
DAdc_Sar_Ip.c420 volatile uint32 * STAW0RAddr = NULL_PTR; in Adc_Sar_ConfigSelftestThreshold() local
442 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() local
549 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 …]