Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/s32/drivers/s32k3/Adc/src/
DAdc_Sar_Ip.c417 SAR_ADC_AE_Type * AdcAEBasePtr = NULL_PTR; in Adc_Sar_ConfigSelftestThreshold() local
440 AdcAEBasePtr = Adc_Sar_AE_Ip_apxAdcBase[Instance - ADC_INSTANCE_COUNT]; in Adc_Sar_ConfigSelftestThreshold()
442 STAW0RAddr = &(AdcAEBasePtr->STAW0R); in Adc_Sar_ConfigSelftestThreshold()
445 STAW1RAddr = &(AdcAEBasePtr->STAW1R); in Adc_Sar_ConfigSelftestThreshold()
448 STAW1ARAddr = &(AdcAEBasePtr->STAW1AR); in Adc_Sar_ConfigSelftestThreshold()
449 STAW1BRAddr = &(AdcAEBasePtr->STAW1BR); in Adc_Sar_ConfigSelftestThreshold()
452 STAW2RAddr = &(AdcAEBasePtr->STAW2R); in Adc_Sar_ConfigSelftestThreshold()
455 STAW4RAddr = &(AdcAEBasePtr->STAW4R); in Adc_Sar_ConfigSelftestThreshold()
456 STAW5RAddr = &(AdcAEBasePtr->STAW5R); in Adc_Sar_ConfigSelftestThreshold()
526 SAR_ADC_AE_Type * AdcAEBasePtr = NULL_PTR; in Adc_Sar_EnableSelftestThreshold() local
[all …]
/hal_nxp-3.6.0/s32/drivers/s32k3/Adc/include/
DAdc_Sar_Ip_HwAccess.h120 SAR_ADC_AE_Type * AdcAEBasePtr = NULL_PTR; in Adc_Sar_Powerup() local
126 AdcAEBasePtr = Adc_Sar_AE_Ip_apxAdcBase[Instance - ADC_INSTANCE_COUNT]; in Adc_Sar_Powerup()
127 AdcAEBasePtr->MCR &= ~(ADC_MCR_PWDN(1u)); in Adc_Sar_Powerup()
147 SAR_ADC_AE_Type * AdcAEBasePtr = NULL_PTR; in Adc_Sar_Powerdown() local
153 AdcAEBasePtr = Adc_Sar_AE_Ip_apxAdcBase[Instance - ADC_INSTANCE_COUNT]; in Adc_Sar_Powerdown()
154 AdcAEBasePtr->MCR |= ADC_MCR_PWDN(1u); in Adc_Sar_Powerdown()
194 SAR_ADC_AE_Type * AdcAEBasePtr = NULL_PTR; in Adc_Sar_WriteThresholds() local
224 AdcAEBasePtr = Adc_Sar_AE_Ip_apxAdcBase[Instance - ADC_INSTANCE_COUNT]; in Adc_Sar_WriteThresholds()
236 THRHLR0Addr = &(AdcAEBasePtr->THRHLR0); in Adc_Sar_WriteThresholds()
237 THRHLR1Addr = &(AdcAEBasePtr->THRHLR1); in Adc_Sar_WriteThresholds()
[all …]