|
STM32F479xx HAL User Manual
|
Functions | |
| __STATIC_INLINE void | LL_ADC_Enable (ADC_TypeDef *ADCx) |
| Enable the selected ADC instance. | |
| __STATIC_INLINE void | LL_ADC_Disable (ADC_TypeDef *ADCx) |
| Disable the selected ADC instance. | |
| __STATIC_INLINE uint32_t | LL_ADC_IsEnabled (ADC_TypeDef *ADCx) |
| Get the selected ADC instance enable state. | |
| __STATIC_INLINE void LL_ADC_Disable | ( | ADC_TypeDef * | ADCx | ) |
Disable the selected ADC instance.
| ADCx | ADC instance |
| None |
Definition at line 3879 of file stm32f4xx_ll_adc.h.
Referenced by LL_ADC_DeInit().
| __STATIC_INLINE void LL_ADC_Enable | ( | ADC_TypeDef * | ADCx | ) |
Enable the selected ADC instance.
| ADCx | ADC instance |
| None |
Definition at line 3868 of file stm32f4xx_ll_adc.h.
| __STATIC_INLINE uint32_t LL_ADC_IsEnabled | ( | ADC_TypeDef * | ADCx | ) |
Get the selected ADC instance enable state.
| ADCx | ADC instance |
| 0,: | ADC is disabled, 1: ADC is enabled. |
Definition at line 3890 of file stm32f4xx_ll_adc.h.
Referenced by LL_ADC_DeInit(), LL_ADC_Init(), LL_ADC_INJ_Init(), and LL_ADC_REG_Init().
1.7.6.1