|
STM32F479xx HAL User Manual
|
ADC Peripheral State functions. More...
Functions | |
| uint32_t | HAL_ADC_GetState (ADC_HandleTypeDef *hadc) |
| return the ADC state | |
| uint32_t | HAL_ADC_GetError (ADC_HandleTypeDef *hadc) |
| Return the ADC error code. | |
ADC Peripheral State functions.
===============================================================================
##### Peripheral State and errors functions #####
===============================================================================
[..]
This subsection provides functions allowing to
(+) Check the ADC state
(+) Check the ADC Error
| uint32_t HAL_ADC_GetError | ( | ADC_HandleTypeDef * | hadc | ) |
Return the ADC error code.
| hadc | pointer to a ADC_HandleTypeDef structure that contains the configuration information for the specified ADC. |
| ADC | Error Code |
Definition at line 1884 of file stm32f4xx_hal_adc.c.
References __ADC_HandleTypeDef::ErrorCode.
| uint32_t HAL_ADC_GetState | ( | ADC_HandleTypeDef * | hadc | ) |
return the ADC state
| hadc | pointer to a ADC_HandleTypeDef structure that contains the configuration information for the specified ADC. |
| HAL | state |
Definition at line 1872 of file stm32f4xx_hal_adc.c.
References __ADC_HandleTypeDef::State.
1.7.6.1