|
STM32F479xx HAL User Manual
|
Defines | |
| #define | ADC_EXTERNALTRIGINJECCONVEDGE_NONE 0x00000000U |
| #define | ADC_EXTERNALTRIGINJECCONVEDGE_RISING ((uint32_t)ADC_CR2_JEXTEN_0) |
| #define | ADC_EXTERNALTRIGINJECCONVEDGE_FALLING ((uint32_t)ADC_CR2_JEXTEN_1) |
| #define | ADC_EXTERNALTRIGINJECCONVEDGE_RISINGFALLING ((uint32_t)ADC_CR2_JEXTEN) |
| #define ADC_EXTERNALTRIGINJECCONVEDGE_FALLING ((uint32_t)ADC_CR2_JEXTEN_1) |
Definition at line 170 of file stm32f4xx_hal_adc_ex.h.
| #define ADC_EXTERNALTRIGINJECCONVEDGE_NONE 0x00000000U |
Definition at line 168 of file stm32f4xx_hal_adc_ex.h.
| #define ADC_EXTERNALTRIGINJECCONVEDGE_RISING ((uint32_t)ADC_CR2_JEXTEN_0) |
Definition at line 169 of file stm32f4xx_hal_adc_ex.h.
| #define ADC_EXTERNALTRIGINJECCONVEDGE_RISINGFALLING ((uint32_t)ADC_CR2_JEXTEN) |
Definition at line 171 of file stm32f4xx_hal_adc_ex.h.
1.7.6.1