Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32k3/Adc/src/
DAdc_Sar_Ip.c394 const ADC_Type * const AdcBasePtr = Adc_Sar_Ip_apxAdcBase[Instance]; in Adc_Sar_GetResolution() local
395 uint32 Calbistreg = AdcBasePtr->CALBISTREG; in Adc_Sar_GetResolution()
415 ADC_Type * AdcBasePtr = NULL_PTR; in Adc_Sar_ConfigSelftestThreshold() local
462 AdcBasePtr = Adc_Sar_Ip_apxAdcBase[Instance]; in Adc_Sar_ConfigSelftestThreshold()
464 STAW0RAddr = &(AdcBasePtr->STAW0R); in Adc_Sar_ConfigSelftestThreshold()
467 STAW1RAddr = &(AdcBasePtr->STAW1R); in Adc_Sar_ConfigSelftestThreshold()
470 STAW1ARAddr = &(AdcBasePtr->STAW1AR); in Adc_Sar_ConfigSelftestThreshold()
471 STAW1BRAddr = &(AdcBasePtr->STAW1BR); in Adc_Sar_ConfigSelftestThreshold()
474 STAW2RAddr = &(AdcBasePtr->STAW2R); in Adc_Sar_ConfigSelftestThreshold()
477 STAW4RAddr = &(AdcBasePtr->STAW4R); in Adc_Sar_ConfigSelftestThreshold()
[all …]
/hal_nxp-latest/s32/drivers/s32k3/Adc/include/
DAdc_Sar_Ip_HwAccess.h118 ADC_Type * AdcBasePtr = NULL_PTR; in Adc_Sar_Powerup() local
132 AdcBasePtr = Adc_Sar_Ip_apxAdcBase[Instance]; in Adc_Sar_Powerup()
133 AdcBasePtr->MCR &= ~(ADC_MCR_PWDN(1u)); in Adc_Sar_Powerup()
145 ADC_Type * AdcBasePtr = NULL_PTR; in Adc_Sar_Powerdown() local
159 AdcBasePtr = Adc_Sar_Ip_apxAdcBase[Instance]; in Adc_Sar_Powerdown()
160 AdcBasePtr->MCR |= ADC_MCR_PWDN(1u); in Adc_Sar_Powerdown()
192 ADC_Type * AdcBasePtr = NULL_PTR; in Adc_Sar_WriteThresholds() local
229 AdcBasePtr = Adc_Sar_Ip_apxAdcBase[Instance]; in Adc_Sar_WriteThresholds()
256 THRHLR0Addr = &(AdcBasePtr->THRHLR0); in Adc_Sar_WriteThresholds()
257 THRHLR1Addr = &(AdcBasePtr->THRHLR1); in Adc_Sar_WriteThresholds()
[all …]
/hal_nxp-latest/s32/drivers/s32ze/Adc/src/
DAdc_Sar_Ip.c425 const ADC_Type * const AdcBasePtr = Adc_Sar_Ip_apxAdcBase[Instance]; in Adc_Sar_GetResolution() local
426 uint32 Calbistreg = AdcBasePtr->CALBISTREG; in Adc_Sar_GetResolution()
446 ADC_Type * AdcBasePtr = NULL_PTR; in Adc_Sar_ConfigSelftestThreshold() local
493 AdcBasePtr = Adc_Sar_Ip_apxAdcBase[Instance]; in Adc_Sar_ConfigSelftestThreshold()
495 STAW0RAddr = (volatile uint32 *)&(AdcBasePtr->STAW0R); in Adc_Sar_ConfigSelftestThreshold()
498 STAW1RAddr = (volatile uint32 *)&(AdcBasePtr->STAW1R); in Adc_Sar_ConfigSelftestThreshold()
501 STAW1ARAddr = (volatile uint32 *)&(AdcBasePtr->STAW1AR); in Adc_Sar_ConfigSelftestThreshold()
502 STAW1BRAddr = (volatile uint32 *)&(AdcBasePtr->STAW1BR); in Adc_Sar_ConfigSelftestThreshold()
505 STAW2RAddr = (volatile uint32 *)&(AdcBasePtr->STAW2R); in Adc_Sar_ConfigSelftestThreshold()
508 STAW4RAddr = (volatile uint32 *)&(AdcBasePtr->STAW4R); in Adc_Sar_ConfigSelftestThreshold()
[all …]
/hal_nxp-latest/s32/drivers/s32ze/Adc/include/
DAdc_Sar_Ip_HwAccess.h118 ADC_Type * AdcBasePtr = NULL_PTR; in Adc_Sar_Powerup() local
132 AdcBasePtr = Adc_Sar_Ip_apxAdcBase[Instance]; in Adc_Sar_Powerup()
133 AdcBasePtr->MCR &= ~(ADC_MCR_PWDN(1u)); in Adc_Sar_Powerup()
145 ADC_Type * AdcBasePtr = NULL_PTR; in Adc_Sar_Powerdown() local
159 AdcBasePtr = Adc_Sar_Ip_apxAdcBase[Instance]; in Adc_Sar_Powerdown()
160 AdcBasePtr->MCR |= ADC_MCR_PWDN(1u); in Adc_Sar_Powerdown()
197 ADC_Type * AdcBasePtr = NULL_PTR; in Adc_Sar_WriteThresholds() local
234 AdcBasePtr = Adc_Sar_Ip_apxAdcBase[Instance]; in Adc_Sar_WriteThresholds()
261 THRHLR0Addr = (volatile uint32 *)&(AdcBasePtr->THRHLR0); in Adc_Sar_WriteThresholds()
262 THRHLR1Addr = (volatile uint32 *)&(AdcBasePtr->THRHLR1); in Adc_Sar_WriteThresholds()
[all …]