Searched refs:tmpADC_Common (Results 1 – 1 of 1) sorted by relevance
885 ADC_Common_TypeDef *tmpADC_Common; in HAL_ADCEx_MultiModeStart_DMA() local945 tmpADC_Common = __LL_ADC_COMMON_INSTANCE(hadc->Instance); in HAL_ADCEx_MultiModeStart_DMA()963 …tmp_hal_status = HAL_DMA_Start_IT(hadc->DMA_Handle, (uint32_t)&tmpADC_Common->CDR, (uint32_t)pData… in HAL_ADCEx_MultiModeStart_DMA()1111 const ADC_Common_TypeDef *tmpADC_Common; in HAL_ADCEx_MultiModeGetValue() local1121 tmpADC_Common = __LL_ADC_COMMON_INSTANCE(hadc->Instance); in HAL_ADCEx_MultiModeGetValue()1124 return tmpADC_Common->CDR; in HAL_ADCEx_MultiModeGetValue()2087 ADC_Common_TypeDef *tmpADC_Common; in HAL_ADCEx_MultiModeConfigChannel() local2126 tmpADC_Common = __LL_ADC_COMMON_INSTANCE(hadc->Instance); in HAL_ADCEx_MultiModeConfigChannel()2133 MODIFY_REG(tmpADC_Common->CCR, ADC_CCR_MDMA | ADC_CCR_DMACFG, in HAL_ADCEx_MultiModeConfigChannel()2149 MODIFY_REG(tmpADC_Common->CCR, in HAL_ADCEx_MultiModeConfigChannel()[all …]