Functions | |
uint32_t | HAL_ADC_GetState (ADC_HandleTypeDef *hadc) |
Get ADC status. More... | |
uint32_t | HAL_ADC_GetError (ADC_HandleTypeDef *hadc) |
Get ADC error code. More... | |
void | HAL_ADC_MspInit (ADC_HandleTypeDef *hadc) |
Initialize the ADC MSP. More... | |
void | HAL_ADC_MspDeInit (ADC_HandleTypeDef *hadc) |
De-Initialize the ADC MSP. More... | |
uint32_t HAL_ADC_GetError | ( | ADC_HandleTypeDef * | hadc | ) |
Get ADC error code.
hadc | ADC handle. |
current | error code. |
uint32_t HAL_ADC_GetState | ( | ADC_HandleTypeDef * | hadc | ) |
Get ADC status.
hadc | ADC handle. |
current | status. |
void HAL_ADC_MspDeInit | ( | ADC_HandleTypeDef * | hadc | ) |
De-Initialize the ADC MSP.
hadc | pointer to a ADC_HandleTypeDef structure that contains the configuration information for ADC module. |
None |
void HAL_ADC_MspInit | ( | ADC_HandleTypeDef * | hadc | ) |
Initialize the ADC MSP.
hadc | pointer to a ADC_HandleTypeDef structure that contains the configuration information for ADC module. |
None |