Searched refs:ADC_HandleTypeDef (Results 1 – 8 of 8) sorted by relevance
236 }ADC_HandleTypeDef; typedef896 HAL_StatusTypeDef HAL_ADC_Init(ADC_HandleTypeDef* hadc);897 HAL_StatusTypeDef HAL_ADC_DeInit(ADC_HandleTypeDef *hadc);898 void HAL_ADC_MspInit(ADC_HandleTypeDef* hadc);899 void HAL_ADC_MspDeInit(ADC_HandleTypeDef* hadc);912 HAL_StatusTypeDef HAL_ADC_Start(ADC_HandleTypeDef* hadc);913 HAL_StatusTypeDef HAL_ADC_Stop(ADC_HandleTypeDef* hadc);918 HAL_StatusTypeDef HAL_ADC_Start_IT(ADC_HandleTypeDef* hadc);919 HAL_StatusTypeDef HAL_ADC_Stop_IT(ADC_HandleTypeDef* hadc);923 HAL_StatusTypeDef HAL_ADC_Stop_DMA(ADC_HandleTypeDef* hadc);[all …]
288 HAL_StatusTypeDef HAL_ADCEx_Calibration_Start(ADC_HandleTypeDef* hadc);
213 HAL_StatusTypeDef HAL_ADCEx_InjectedStart(ADC_HandleTypeDef* hadc);214 HAL_StatusTypeDef HAL_ADCEx_InjectedStop(ADC_HandleTypeDef* hadc);215 HAL_StatusTypeDef HAL_ADCEx_InjectedPollForConversion(ADC_HandleTypeDef* hadc, uint32_t Timeout);216 HAL_StatusTypeDef HAL_ADCEx_InjectedStart_IT(ADC_HandleTypeDef* hadc);217 HAL_StatusTypeDef HAL_ADCEx_InjectedStop_IT(ADC_HandleTypeDef* hadc);218 uint32_t HAL_ADCEx_InjectedGetValue(ADC_HandleTypeDef* hadc, uint32_t InjectedRank);219 HAL_StatusTypeDef HAL_ADCEx_MultiModeStart_DMA(ADC_HandleTypeDef* hadc, uint32_t* pData, uint32_t L…220 HAL_StatusTypeDef HAL_ADCEx_MultiModeStop_DMA(ADC_HandleTypeDef* hadc);221 uint32_t HAL_ADCEx_MultiModeGetValue(ADC_HandleTypeDef* hadc);222 void HAL_ADCEx_InjectedConvCpltCallback(ADC_HandleTypeDef* hadc);[all …]
139 } ADC_HandleTypeDef; typedef481 HAL_StatusTypeDef HAL_ADC_Init(ADC_HandleTypeDef* hadc);482 HAL_StatusTypeDef HAL_ADC_DeInit(ADC_HandleTypeDef *hadc);483 void HAL_ADC_MspInit(ADC_HandleTypeDef* hadc);484 void HAL_ADC_MspDeInit(ADC_HandleTypeDef* hadc);493 HAL_StatusTypeDef HAL_ADC_Start(ADC_HandleTypeDef* hadc);494 HAL_StatusTypeDef HAL_ADC_Stop(ADC_HandleTypeDef* hadc);499 HAL_StatusTypeDef HAL_ADC_Start_IT(ADC_HandleTypeDef* hadc);500 HAL_StatusTypeDef HAL_ADC_Stop_IT(ADC_HandleTypeDef* hadc);505 HAL_StatusTypeDef HAL_ADC_Stop_DMA(ADC_HandleTypeDef* hadc);[all …]
216 static void ADC_Init(ADC_HandleTypeDef* hadc);259 HAL_StatusTypeDef HAL_ADC_Init(ADC_HandleTypeDef* hadc) in HAL_ADC_Init()347 __weak void HAL_ADC_MspInit(ADC_HandleTypeDef* hadc) in HAL_ADC_MspInit()360 __weak void HAL_ADC_MspDeInit(ADC_HandleTypeDef* hadc) in HAL_ADC_MspDeInit()690 void HAL_ADC_IRQHandler(ADC_HandleTypeDef* hadc) in HAL_ADC_IRQHandler()904 uint32_t HAL_ADC_GetValue(ADC_HandleTypeDef* hadc) in HAL_ADC_GetValue()1170 uint32_t HAL_ADC_GetError(ADC_HandleTypeDef *hadc) in HAL_ADC_GetError()1196 static void ADC_Init(ADC_HandleTypeDef* hadc) in ADC_Init()1273 ADC_HandleTypeDef* hadc = ( ADC_HandleTypeDef* )((DMA_HandleTypeDef* )hdma)->Parent; in ADC_DMAConvCplt()1295 ADC_HandleTypeDef* hadc = ( ADC_HandleTypeDef* )((DMA_HandleTypeDef* )hdma)->Parent; in ADC_DMAHalfConvCplt()[all …]
177 HAL_StatusTypeDef HAL_ADCEx_InjectedStart(ADC_HandleTypeDef* hadc) in HAL_ADCEx_InjectedStart()239 HAL_StatusTypeDef HAL_ADCEx_InjectedStart_IT(ADC_HandleTypeDef* hadc) in HAL_ADCEx_InjectedStart_IT()312 HAL_StatusTypeDef HAL_ADCEx_InjectedStop(ADC_HandleTypeDef* hadc) in HAL_ADCEx_InjectedStop()373 HAL_StatusTypeDef HAL_ADCEx_InjectedStop_IT(ADC_HandleTypeDef* hadc) in HAL_ADCEx_InjectedStop_IT()403 uint32_t HAL_ADCEx_InjectedGetValue(ADC_HandleTypeDef* hadc, uint32_t InjectedRank) in HAL_ADCEx_InjectedGetValue()519 HAL_StatusTypeDef HAL_ADCEx_MultiModeStop_DMA(ADC_HandleTypeDef* hadc) in HAL_ADCEx_MultiModeStop_DMA()553 uint32_t HAL_ADCEx_MultiModeGetValue(ADC_HandleTypeDef* hadc) in HAL_ADCEx_MultiModeGetValue()565 __weak void HAL_ADCEx_InjectedConvCpltCallback(ADC_HandleTypeDef* hadc) in HAL_ADCEx_InjectedConvCpltCallback()747 ADC_HandleTypeDef* hadc = ( ADC_HandleTypeDef* )((DMA_HandleTypeDef* )hdma)->Parent; in ADC_MultiModeDMAConvCplt()769 ADC_HandleTypeDef* hadc = ( ADC_HandleTypeDef* )((DMA_HandleTypeDef* )hdma)->Parent; in ADC_MultiModeDMAHalfConvCplt()[all …]
359 HAL_StatusTypeDef HAL_ADC_Init(ADC_HandleTypeDef* hadc) in HAL_ADC_Init()701 __weak void HAL_ADC_MspInit(ADC_HandleTypeDef* hadc) in HAL_ADC_MspInit()716 __weak void HAL_ADC_MspDeInit(ADC_HandleTypeDef* hadc) in HAL_ADC_MspDeInit()823 HAL_StatusTypeDef HAL_ADC_Stop(ADC_HandleTypeDef* hadc) in HAL_ADC_Stop()1378 uint32_t HAL_ADC_GetValue(ADC_HandleTypeDef* hadc) in HAL_ADC_GetValue()1395 void HAL_ADC_IRQHandler(ADC_HandleTypeDef* hadc) in HAL_ADC_IRQHandler()1866 uint32_t HAL_ADC_GetState(ADC_HandleTypeDef* hadc) in HAL_ADC_GetState()1880 uint32_t HAL_ADC_GetError(ADC_HandleTypeDef *hadc) in HAL_ADC_GetError()2086 ADC_HandleTypeDef* hadc = ( ADC_HandleTypeDef* )((DMA_HandleTypeDef* )hdma)->Parent; in ADC_DMAConvCplt()2147 ADC_HandleTypeDef* hadc = ( ADC_HandleTypeDef* )((DMA_HandleTypeDef* )hdma)->Parent; in ADC_DMAHalfConvCplt()[all …]
113 HAL_StatusTypeDef HAL_ADCEx_Calibration_Start(ADC_HandleTypeDef* hadc) in HAL_ADCEx_Calibration_Start()
Completed in 20 milliseconds