|
HAL_StatusTypeDef | HAL_ADC_Init (ADC_HandleTypeDef *hadc) |
|
HAL_StatusTypeDef | HAL_ADC_DeInit (ADC_HandleTypeDef *hadc) |
|
void | HAL_ADC_MspInit (ADC_HandleTypeDef *hadc) |
|
void | HAL_ADC_MspDeInit (ADC_HandleTypeDef *hadc) |
|
HAL_StatusTypeDef | HAL_ADC_Start (ADC_HandleTypeDef *hadc) |
|
HAL_StatusTypeDef | HAL_ADC_Stop (ADC_HandleTypeDef *hadc) |
|
HAL_StatusTypeDef | HAL_ADC_PollForConversion (ADC_HandleTypeDef *hadc, uint32_t Timeout) |
|
HAL_StatusTypeDef | HAL_ADC_PollForEvent (ADC_HandleTypeDef *hadc, uint32_t EventType, uint32_t Timeout) |
|
HAL_StatusTypeDef | HAL_ADC_Start_IT (ADC_HandleTypeDef *hadc) |
|
HAL_StatusTypeDef | HAL_ADC_Stop_IT (ADC_HandleTypeDef *hadc) |
|
void | HAL_ADC_IRQHandler (ADC_HandleTypeDef *hadc) |
|
HAL_StatusTypeDef | HAL_ADC_Start_DMA (ADC_HandleTypeDef *hadc, uint32_t *pData, uint32_t Length) |
|
HAL_StatusTypeDef | HAL_ADC_Stop_DMA (ADC_HandleTypeDef *hadc) |
|
uint32_t | HAL_ADC_GetValue (ADC_HandleTypeDef *hadc) |
|
void | HAL_ADC_ConvCpltCallback (ADC_HandleTypeDef *hadc) |
|
void | HAL_ADC_ConvHalfCpltCallback (ADC_HandleTypeDef *hadc) |
|
void | HAL_ADC_LevelOutOfWindowCallback (ADC_HandleTypeDef *hadc) |
|
void | HAL_ADC_ErrorCallback (ADC_HandleTypeDef *hadc) |
|
HAL_StatusTypeDef | HAL_ADC_ConfigChannel (ADC_HandleTypeDef *hadc, ADC_ChannelConfTypeDef *sConfig) |
|
HAL_StatusTypeDef | HAL_ADC_AnalogWDGConfig (ADC_HandleTypeDef *hadc, ADC_AnalogWDGConfTypeDef *AnalogWDGConfig) |
|
uint32_t | HAL_ADC_GetState (ADC_HandleTypeDef *hadc) |
|
uint32_t | HAL_ADC_GetError (ADC_HandleTypeDef *hadc) |
|
HAL_StatusTypeDef | HAL_ADCEx_InjectedStart (ADC_HandleTypeDef *hadc) |
|
HAL_StatusTypeDef | HAL_ADCEx_InjectedStart_IT (ADC_HandleTypeDef *hadc) |
|
HAL_StatusTypeDef | HAL_ADCEx_InjectedStop (ADC_HandleTypeDef *hadc) |
|
HAL_StatusTypeDef | HAL_ADCEx_InjectedPollForConversion (ADC_HandleTypeDef *hadc, uint32_t Timeout) |
|
HAL_StatusTypeDef | HAL_ADCEx_InjectedStop_IT (ADC_HandleTypeDef *hadc) |
|
uint32_t | HAL_ADCEx_InjectedGetValue (ADC_HandleTypeDef *hadc, uint32_t InjectedRank) |
|
HAL_StatusTypeDef | HAL_ADCEx_MultiModeStart_DMA (ADC_HandleTypeDef *hadc, uint32_t *pData, uint32_t Length) |
|
HAL_StatusTypeDef | HAL_ADCEx_MultiModeStop_DMA (ADC_HandleTypeDef *hadc) |
|
uint32_t | HAL_ADCEx_MultiModeGetValue (ADC_HandleTypeDef *hadc) |
|
void | HAL_ADCEx_InjectedConvCpltCallback (ADC_HandleTypeDef *hadc) |
|
HAL_StatusTypeDef | HAL_ADCEx_InjectedConfigChannel (ADC_HandleTypeDef *hadc, ADC_InjectionConfTypeDef *sConfigInjected) |
|
HAL_StatusTypeDef | HAL_ADCEx_MultiModeConfigChannel (ADC_HandleTypeDef *hadc, ADC_MultiModeTypeDef *multimode) |
|