STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Functions
ADC_Exported_Functions_Group2

Functions

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)
 

Detailed Description

Function Documentation

void HAL_ADC_ConvCpltCallback ( ADC_HandleTypeDef hadc)
void HAL_ADC_ConvHalfCpltCallback ( ADC_HandleTypeDef hadc)
void HAL_ADC_ErrorCallback ( ADC_HandleTypeDef hadc)
uint32_t HAL_ADC_GetValue ( ADC_HandleTypeDef hadc)
void HAL_ADC_IRQHandler ( ADC_HandleTypeDef hadc)
void HAL_ADC_LevelOutOfWindowCallback ( 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 ( ADC_HandleTypeDef hadc)
HAL_StatusTypeDef HAL_ADC_Start_DMA ( ADC_HandleTypeDef hadc,
uint32_t *  pData,
uint32_t  Length 
)
HAL_StatusTypeDef HAL_ADC_Start_IT ( ADC_HandleTypeDef hadc)
HAL_StatusTypeDef HAL_ADC_Stop ( ADC_HandleTypeDef hadc)
HAL_StatusTypeDef HAL_ADC_Stop_DMA ( ADC_HandleTypeDef hadc)
HAL_StatusTypeDef HAL_ADC_Stop_IT ( ADC_HandleTypeDef hadc)