Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/s32/drivers/s32k3/Adc/src/
DAdc_Sar_Ip.c311 … const Adc_Sar_Ip_SelfTestThresholdType * SelfTestThresholdConfig);
413 … const Adc_Sar_Ip_SelfTestThresholdType * SelfTestThresholdConfig) in Adc_Sar_ConfigSelftestThreshold() argument
485 …*STAW0RAddr |= ADC_STAW0R_THRH(SelfTestThresholdConfig->AdcSTAW0RHighVal) | ADC_STAW0R_THRL(SelfTe… in Adc_Sar_ConfigSelftestThreshold()
491 *STAW1RAddr |= ADC_STAW1R_THRL(SelfTestThresholdConfig->AdcSTAW1RLowVal); in Adc_Sar_ConfigSelftestThreshold()
496 …*STAW1ARAddr |= ADC_STAW1AR_THRH(SelfTestThresholdConfig->AdcSTAW1ARHighVal) | ADC_STAW1AR_THRL(Se… in Adc_Sar_ConfigSelftestThreshold()
498 …*STAW1BRAddr |= ADC_STAW1BR_THRH(SelfTestThresholdConfig->AdcSTAW1BRHighVal) | ADC_STAW1BR_THRL(Se… in Adc_Sar_ConfigSelftestThreshold()
504 *STAW2RAddr |= ADC_STAW2R_THRL(SelfTestThresholdConfig->AdcSTAW2RLowVal); in Adc_Sar_ConfigSelftestThreshold()
510 …*STAW4RAddr |= ADC_STAW4R_THRH(SelfTestThresholdConfig->AdcSTAW4RHighVal) | ADC_STAW4R_THRL(SelfTe… in Adc_Sar_ConfigSelftestThreshold()
512 …*STAW5RAddr |= ADC_STAW5R_THRH(SelfTestThresholdConfig->AdcSTAW5RHighVal) | ADC_STAW5R_THRL(SelfTe… in Adc_Sar_ConfigSelftestThreshold()
2095 if (pConfig->SelfTestThresholdConfig != NULL_PTR) in Adc_Sar_Ip_Init()
[all …]
/hal_nxp-3.5.0/s32/drivers/s32k3/Adc/include/
DAdc_Sar_Ip_Types.h480 …const Adc_Sar_Ip_SelfTestThresholdType * SelfTestThresholdConfig; /*!< Self test threshold configu… member