Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/s32/drivers/s32k3/Adc/src/
DAdc_Sar_Ip.c433 volatile uint32 * STAW4RAddr = NULL_PTR; in Adc_Sar_ConfigSelftestThreshold() local
455 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() local
561 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 …]