|
STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
|
Macros | |
| #define | IS_ADC_CHANNEL(CHANNEL) |
| #define | IS_ADC_MODE(MODE) |
| #define | IS_ADC_DMA_ACCESS_MODE(MODE) |
| #define | IS_ADC_EXT_INJEC_TRIG_EDGE(EDGE) |
| #define | IS_ADC_EXT_INJEC_TRIG(INJTRIG) |
| #define | IS_ADC_INJECTED_LENGTH(LENGTH) |
| #define | IS_ADC_INJECTED_RANK(RANK) |
| #define | ADC_JSQR(_CHANNELNB_, _RANKNB_, _JSQR_JL_) |
| Set the selected injected Channel rank. | |
| #define | ADC_COMMON_REGISTER(__HANDLE__) |
| Defines if the selected ADC is within ADC common register ADC123 or ADC1 if available (ADC2, ADC3 availability depends on STM32 product) | |
| #define IS_ADC_CHANNEL | ( | CHANNEL | ) |
#include <stm32f4xx_hal_adc_ex.h>
Definition at line 315 of file stm32f4xx_hal_adc_ex.h.
Referenced by HAL_ADC_AnalogWDGConfig(), HAL_ADC_ConfigChannel(), and HAL_ADCEx_InjectedConfigChannel().
| #define IS_ADC_MODE | ( | MODE | ) |
#include <stm32f4xx_hal_adc_ex.h>
Definition at line 319 of file stm32f4xx_hal_adc_ex.h.
Referenced by HAL_ADCEx_MultiModeConfigChannel().
| #define IS_ADC_DMA_ACCESS_MODE | ( | MODE | ) |
#include <stm32f4xx_hal_adc_ex.h>
Definition at line 332 of file stm32f4xx_hal_adc_ex.h.
Referenced by HAL_ADCEx_MultiModeConfigChannel().
| #define IS_ADC_EXT_INJEC_TRIG_EDGE | ( | EDGE | ) |
#include <stm32f4xx_hal_adc_ex.h>
Definition at line 336 of file stm32f4xx_hal_adc_ex.h.
Referenced by HAL_ADCEx_InjectedConfigChannel().
| #define IS_ADC_EXT_INJEC_TRIG | ( | INJTRIG | ) |
#include <stm32f4xx_hal_adc_ex.h>
Definition at line 340 of file stm32f4xx_hal_adc_ex.h.
Referenced by HAL_ADCEx_InjectedConfigChannel().
| #define IS_ADC_INJECTED_LENGTH | ( | LENGTH | ) |
#include <stm32f4xx_hal_adc_ex.h>
Definition at line 357 of file stm32f4xx_hal_adc_ex.h.
Referenced by HAL_ADCEx_InjectedConfigChannel().
| #define IS_ADC_INJECTED_RANK | ( | RANK | ) |
#include <stm32f4xx_hal_adc_ex.h>
Definition at line 358 of file stm32f4xx_hal_adc_ex.h.
Referenced by HAL_ADCEx_InjectedConfigChannel(), and HAL_ADCEx_InjectedGetValue().
| #define ADC_JSQR | ( | _CHANNELNB_, | |
| _RANKNB_, | |||
| _JSQR_JL_ ) |
#include <stm32f4xx_hal_adc_ex.h>
Set the selected injected Channel rank.
| _CHANNELNB_ | Channel number. |
| _RANKNB_ | Rank number. |
| _JSQR_JL_ | Sequence length. |
| None |
Definition at line 367 of file stm32f4xx_hal_adc_ex.h.
Referenced by HAL_ADCEx_InjectedConfigChannel().
| #define ADC_COMMON_REGISTER | ( | __HANDLE__ | ) |
#include <stm32f4xx_hal_adc_ex.h>
Defines if the selected ADC is within ADC common register ADC123 or ADC1 if available (ADC2, ADC3 availability depends on STM32 product)
| __HANDLE__ | ADC handle |
| Common | control register ADC123 or ADC1 |
Definition at line 376 of file stm32f4xx_hal_adc_ex.h.
Referenced by ADC_Init(), HAL_ADC_ConfigChannel(), HAL_ADC_Start(), HAL_ADC_Start_DMA(), HAL_ADC_Start_IT(), HAL_ADCEx_InjectedConfigChannel(), HAL_ADCEx_InjectedStart(), HAL_ADCEx_InjectedStart_IT(), HAL_ADCEx_MultiModeConfigChannel(), HAL_ADCEx_MultiModeGetValue(), HAL_ADCEx_MultiModeStart_DMA(), and HAL_ADCEx_MultiModeStop_DMA().