|
STM32F4xx_HAL_Driver
1.8.3
|
Collaboration diagram for Operation on ADC hierarchical scope: ADC instance:Functions | |
| __STATIC_INLINE void | LL_ADC_Enable (ADC_TypeDef *ADCx) |
| Enable the selected ADC instance. More... | |
| __STATIC_INLINE void | LL_ADC_Disable (ADC_TypeDef *ADCx) |
| Disable the selected ADC instance. @rmtoll CR2 ADON LL_ADC_Disable. More... | |
| __STATIC_INLINE uint32_t | LL_ADC_IsEnabled (const ADC_TypeDef *ADCx) |
| Get the selected ADC instance enable state. @rmtoll CR2 ADON LL_ADC_IsEnabled. More... | |
| __STATIC_INLINE void LL_ADC_Disable | ( | ADC_TypeDef * | ADCx | ) |
Disable the selected ADC instance. @rmtoll CR2 ADON LL_ADC_Disable.
| ADCx | ADC instance |
| None |
Definition at line 3881 of file stm32f4xx_ll_adc.h.
| __STATIC_INLINE void LL_ADC_Enable | ( | ADC_TypeDef * | ADCx | ) |
Enable the selected ADC instance.
| ADCx | ADC instance |
| None |
Definition at line 3870 of file stm32f4xx_ll_adc.h.
| __STATIC_INLINE uint32_t LL_ADC_IsEnabled | ( | const ADC_TypeDef * | ADCx | ) |
Get the selected ADC instance enable state. @rmtoll CR2 ADON LL_ADC_IsEnabled.
| ADCx | ADC instance |
| 0 | ADC is disabled, 1: ADC is enabled. |
Definition at line 3892 of file stm32f4xx_ll_adc.h.