|
STM32F4xx_HAL_Driver
1.8.3
|
Collaboration diagram for Configuration of ADC hierarchical scope: multimode:Functions | |
| __STATIC_INLINE void | LL_ADC_SetMultimode (ADC_Common_TypeDef *ADCxy_COMMON, uint32_t Multimode) |
| Set ADC multimode configuration to operate in independent mode or multimode (for devices with several ADC instances). More... | |
| __STATIC_INLINE uint32_t | LL_ADC_GetMultimode (const ADC_Common_TypeDef *ADCxy_COMMON) |
| Get ADC multimode configuration to operate in independent mode or multimode (for devices with several ADC instances). More... | |
| __STATIC_INLINE void | LL_ADC_SetMultiDMATransfer (ADC_Common_TypeDef *ADCxy_COMMON, uint32_t MultiDMATransfer) |
| Set ADC multimode conversion data transfer: no transfer or transfer by DMA. More... | |
| __STATIC_INLINE uint32_t | LL_ADC_GetMultiDMATransfer (const ADC_Common_TypeDef *ADCxy_COMMON) |
| Get ADC multimode conversion data transfer: no transfer or transfer by DMA. More... | |
| __STATIC_INLINE void | LL_ADC_SetMultiTwoSamplingDelay (ADC_Common_TypeDef *ADCxy_COMMON, uint32_t MultiTwoSamplingDelay) |
| Set ADC multimode delay between 2 sampling phases. More... | |
| __STATIC_INLINE uint32_t | LL_ADC_GetMultiTwoSamplingDelay (const ADC_Common_TypeDef *ADCxy_COMMON) |
| Get ADC multimode delay between 2 sampling phases. @rmtoll CCR DELAY LL_ADC_GetMultiTwoSamplingDelay. More... | |
| __STATIC_INLINE uint32_t LL_ADC_GetMultiDMATransfer | ( | const ADC_Common_TypeDef * | ADCxy_COMMON | ) |
Get ADC multimode conversion data transfer: no transfer or transfer by DMA.
| ADCxy_COMMON | ADC common instance (can be set directly from CMSIS definition or by using helper macro __LL_ADC_COMMON_INSTANCE() ) |
| Returned | value can be one of the following values:
|
Definition at line 3785 of file stm32f4xx_ll_adc.h.
| __STATIC_INLINE uint32_t LL_ADC_GetMultimode | ( | const ADC_Common_TypeDef * | ADCxy_COMMON | ) |
Get ADC multimode configuration to operate in independent mode or multimode (for devices with several ADC instances).
| ADCxy_COMMON | ADC common instance (can be set directly from CMSIS definition or by using helper macro __LL_ADC_COMMON_INSTANCE() ) |
| Returned | value can be one of the following values:
|
Definition at line 3688 of file stm32f4xx_ll_adc.h.
| __STATIC_INLINE uint32_t LL_ADC_GetMultiTwoSamplingDelay | ( | const ADC_Common_TypeDef * | ADCxy_COMMON | ) |
Get ADC multimode delay between 2 sampling phases. @rmtoll CCR DELAY LL_ADC_GetMultiTwoSamplingDelay.
| ADCxy_COMMON | ADC common instance (can be set directly from CMSIS definition or by using helper macro __LL_ADC_COMMON_INSTANCE() ) |
| Returned | value can be one of the following values:
|
Definition at line 3847 of file stm32f4xx_ll_adc.h.
| __STATIC_INLINE void LL_ADC_SetMultiDMATransfer | ( | ADC_Common_TypeDef * | ADCxy_COMMON, |
| uint32_t | MultiDMATransfer | ||
| ) |
Set ADC multimode conversion data transfer: no transfer or transfer by DMA.
| ADCxy_COMMON | ADC common instance (can be set directly from CMSIS definition or by using helper macro __LL_ADC_COMMON_INSTANCE() ) |
| MultiDMATransfer | This parameter can be one of the following values:
|
| None |
Definition at line 3737 of file stm32f4xx_ll_adc.h.
| __STATIC_INLINE void LL_ADC_SetMultimode | ( | ADC_Common_TypeDef * | ADCxy_COMMON, |
| uint32_t | Multimode | ||
| ) |
Set ADC multimode configuration to operate in independent mode or multimode (for devices with several ADC instances).
| ADCxy_COMMON | ADC common instance (can be set directly from CMSIS definition or by using helper macro __LL_ADC_COMMON_INSTANCE() ) |
| Multimode | This parameter can be one of the following values:
|
| None |
Definition at line 3658 of file stm32f4xx_ll_adc.h.
| __STATIC_INLINE void LL_ADC_SetMultiTwoSamplingDelay | ( | ADC_Common_TypeDef * | ADCxy_COMMON, |
| uint32_t | MultiTwoSamplingDelay | ||
| ) |
Set ADC multimode delay between 2 sampling phases.
| ADCxy_COMMON | ADC common instance (can be set directly from CMSIS definition or by using helper macro __LL_ADC_COMMON_INSTANCE() ) |
| MultiTwoSamplingDelay | This parameter can be one of the following values:
|
| None |
Definition at line 3819 of file stm32f4xx_ll_adc.h.