|
STM32L4xx_HAL_Driver
1.14.0
|
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 (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 (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 (ADC_Common_TypeDef *ADCxy_COMMON) |
| Get ADC multimode delay between 2 sampling phases. CCR DELAY LL_ADC_GetMultiTwoSamplingDelay. More... | |
| __STATIC_INLINE uint32_t LL_ADC_GetMultiDMATransfer | ( | 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 5714 of file stm32l4xx_ll_adc.h.
| __STATIC_INLINE uint32_t LL_ADC_GetMultimode | ( | 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 5617 of file stm32l4xx_ll_adc.h.
| __STATIC_INLINE uint32_t LL_ADC_GetMultiTwoSamplingDelay | ( | ADC_Common_TypeDef * | ADCxy_COMMON | ) |
Get ADC multimode delay between 2 sampling phases. 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:
(2) Parameter available only if ADC resolution is 12 or 10 bits. (3) Parameter available only if ADC resolution is 12 bits. |
Definition at line 5782 of file stm32l4xx_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 5668 of file stm32l4xx_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 5593 of file stm32l4xx_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:
(2) Parameter available only if ADC resolution is 12 or 10 bits. (3) Parameter available only if ADC resolution is 12 bits. |
| None |
Definition at line 5754 of file stm32l4xx_ll_adc.h.