|
STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
| #define | __HAL_ADC_RESET_HANDLE_STATE(__HANDLE__) |
| Reset ADC handle state. | |
| #define | __HAL_ADC_ENABLE(__HANDLE__) |
| Enable the ADC peripheral. | |
| #define | __HAL_ADC_DISABLE(__HANDLE__) |
| Disable the ADC peripheral. | |
| #define | __HAL_ADC_ENABLE_IT(__HANDLE__, __INTERRUPT__) |
| Enable the ADC end of conversion interrupt. | |
| #define | __HAL_ADC_DISABLE_IT(__HANDLE__, __INTERRUPT__) |
| Disable the ADC end of conversion interrupt. | |
| #define | __HAL_ADC_GET_IT_SOURCE(__HANDLE__, __INTERRUPT__) |
| Check if the specified ADC interrupt source is enabled or disabled. | |
| #define | __HAL_ADC_CLEAR_FLAG(__HANDLE__, __FLAG__) |
| Clear the ADC's pending flags. | |
| #define | __HAL_ADC_GET_FLAG(__HANDLE__, __FLAG__) |
| Get the selected ADC's flag status. | |
| #define __HAL_ADC_RESET_HANDLE_STATE | ( | __HANDLE__ | ) |
#include <stm32f4xx_hal_adc.h>
Reset ADC handle state.
| __HANDLE__ | ADC handle |
| None |
Definition at line 492 of file stm32f4xx_hal_adc.h.
| #define __HAL_ADC_ENABLE | ( | __HANDLE__ | ) |
#include <stm32f4xx_hal_adc.h>
Enable the ADC peripheral.
| __HANDLE__ | ADC handle |
| None |
Definition at line 501 of file stm32f4xx_hal_adc.h.
Referenced by HAL_ADC_Start(), HAL_ADC_Start_DMA(), HAL_ADC_Start_IT(), HAL_ADCEx_InjectedStart(), HAL_ADCEx_InjectedStart_IT(), and HAL_ADCEx_MultiModeStart_DMA().
| #define __HAL_ADC_DISABLE | ( | __HANDLE__ | ) |
#include <stm32f4xx_hal_adc.h>
Disable the ADC peripheral.
| __HANDLE__ | ADC handle |
| None |
Definition at line 508 of file stm32f4xx_hal_adc.h.
Referenced by HAL_ADC_DeInit(), HAL_ADC_Stop(), HAL_ADC_Stop_DMA(), HAL_ADC_Stop_IT(), HAL_ADCEx_InjectedStop(), HAL_ADCEx_InjectedStop_IT(), and HAL_ADCEx_MultiModeStop_DMA().
| #define __HAL_ADC_ENABLE_IT | ( | __HANDLE__, | |
| __INTERRUPT__ ) |
#include <stm32f4xx_hal_adc.h>
Enable the ADC end of conversion interrupt.
| __HANDLE__ | specifies the ADC Handle. |
| __INTERRUPT__ | ADC Interrupt. |
| None |
Definition at line 516 of file stm32f4xx_hal_adc.h.
Referenced by HAL_ADC_AnalogWDGConfig(), HAL_ADC_Start_DMA(), HAL_ADC_Start_IT(), HAL_ADCEx_InjectedStart_IT(), and HAL_ADCEx_MultiModeStart_DMA().
| #define __HAL_ADC_DISABLE_IT | ( | __HANDLE__, | |
| __INTERRUPT__ ) |
#include <stm32f4xx_hal_adc.h>
Disable the ADC end of conversion interrupt.
| __HANDLE__ | specifies the ADC Handle. |
| __INTERRUPT__ | ADC interrupt. |
| None |
Definition at line 524 of file stm32f4xx_hal_adc.h.
Referenced by ADC_DMAConvCplt(), ADC_MultiModeDMAConvCplt(), HAL_ADC_AnalogWDGConfig(), HAL_ADC_IRQHandler(), HAL_ADC_Stop_DMA(), HAL_ADC_Stop_IT(), HAL_ADCEx_InjectedStop_IT(), and HAL_ADCEx_MultiModeStop_DMA().
| #define __HAL_ADC_GET_IT_SOURCE | ( | __HANDLE__, | |
| __INTERRUPT__ ) |
#include <stm32f4xx_hal_adc.h>
Check if the specified ADC interrupt source is enabled or disabled.
| __HANDLE__ | specifies the ADC Handle. |
| __INTERRUPT__ | specifies the ADC interrupt source to check. |
| The | new state of IT (TRUE or FALSE). |
Definition at line 531 of file stm32f4xx_hal_adc.h.
| #define __HAL_ADC_CLEAR_FLAG | ( | __HANDLE__, | |
| __FLAG__ ) |
#include <stm32f4xx_hal_adc.h>
Clear the ADC's pending flags.
| __HANDLE__ | specifies the ADC Handle. |
| __FLAG__ | ADC flag. |
| None |
Definition at line 539 of file stm32f4xx_hal_adc.h.
Referenced by HAL_ADC_IRQHandler(), HAL_ADC_PollForConversion(), HAL_ADC_PollForEvent(), HAL_ADC_Start(), HAL_ADC_Start_DMA(), HAL_ADC_Start_IT(), HAL_ADCEx_InjectedGetValue(), HAL_ADCEx_InjectedPollForConversion(), HAL_ADCEx_InjectedStart(), HAL_ADCEx_InjectedStart_IT(), and HAL_ADCEx_MultiModeStart_DMA().
| #define __HAL_ADC_GET_FLAG | ( | __HANDLE__, | |
| __FLAG__ ) |
#include <stm32f4xx_hal_adc.h>
Get the selected ADC's flag status.
| __HANDLE__ | specifies the ADC Handle. |
| __FLAG__ | ADC flag. |
| None |
Definition at line 547 of file stm32f4xx_hal_adc.h.
Referenced by HAL_ADC_IRQHandler(), HAL_ADC_PollForConversion(), HAL_ADC_PollForEvent(), and HAL_ADCEx_InjectedPollForConversion().