|
STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
|
Macros | |
| #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 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).
| __HANDLE__ | ADC handle |
| Common | control register ADC123 or ADC1 |
Definition at line 378 of file stm32f4xx_hal_adc_ex.h.
| #define ADC_JSQR | ( | _CHANNELNB_, | |
| _RANKNB_, | |||
| _JSQR_JL_ ) |
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.
| #define IS_ADC_DMA_ACCESS_MODE | ( | MODE | ) |
Definition at line 332 of file stm32f4xx_hal_adc_ex.h.
| #define IS_ADC_EXT_INJEC_TRIG | ( | INJTRIG | ) |
Definition at line 340 of file stm32f4xx_hal_adc_ex.h.
| #define IS_ADC_EXT_INJEC_TRIG_EDGE | ( | EDGE | ) |
Definition at line 336 of file stm32f4xx_hal_adc_ex.h.
| #define IS_ADC_INJECTED_LENGTH | ( | LENGTH | ) |
Definition at line 357 of file stm32f4xx_hal_adc_ex.h.
| #define IS_ADC_INJECTED_RANK | ( | RANK | ) |
Definition at line 358 of file stm32f4xx_hal_adc_ex.h.
| #define IS_ADC_MODE | ( | MODE | ) |
Definition at line 319 of file stm32f4xx_hal_adc_ex.h.