STM32H735xx HAL User Manual
|
Functions | |
__STATIC_INLINE void | LL_ADC_SetBoostMode (ADC_TypeDef *ADCx, uint32_t BoostMode) |
Set ADC boost mode. | |
__STATIC_INLINE uint32_t | LL_ADC_GetBoostMode (ADC_TypeDef *ADCx) |
Get ADC boost mode. | |
__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). | |
__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). | |
__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. | |
__STATIC_INLINE uint32_t | LL_ADC_GetMultiDMATransfer (ADC_Common_TypeDef *ADCxy_COMMON) |
Get ADC multimode conversion data transfer: no transfer or transfer by DMA. | |
__STATIC_INLINE void | LL_ADC_SetMultiTwoSamplingDelay (ADC_Common_TypeDef *ADCxy_COMMON, uint32_t MultiTwoSamplingDelay) |
Set ADC multimode delay between 2 sampling phases. | |
__STATIC_INLINE uint32_t | LL_ADC_GetMultiTwoSamplingDelay (ADC_Common_TypeDef *ADCxy_COMMON) |
Get ADC multimode delay between 2 sampling phases. |
__STATIC_INLINE uint32_t LL_ADC_GetBoostMode | ( | ADC_TypeDef * | ADCx | ) |
Get ADC boost mode.
ADCx | ADC instance |
0,: | Boost disabled 1: Boost enabled |
Definition at line 6414 of file stm32h7xx_ll_adc.h.
__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 6567 of file stm32h7xx_ll_adc.h.
Referenced by HAL_ADC_IRQHandler(), and HAL_ADC_PollForConversion().
__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 6476 of file stm32h7xx_ll_adc.h.
Referenced by ADC_Enable(), HAL_ADC_IRQHandler(), HAL_ADC_PollForConversion(), HAL_ADC_Start(), HAL_ADC_Start_DMA(), HAL_ADC_Start_IT(), HAL_ADCEx_InjectedPollForConversion(), HAL_ADCEx_InjectedStart(), and HAL_ADCEx_InjectedStart_IT().
__STATIC_INLINE uint32_t LL_ADC_GetMultiTwoSamplingDelay | ( | ADC_Common_TypeDef * | ADCxy_COMMON | ) |
Get 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() ) |
Returned | value can be one of the following values:
|
Definition at line 6645 of file stm32h7xx_ll_adc.h.
__STATIC_INLINE void LL_ADC_SetBoostMode | ( | ADC_TypeDef * | ADCx, |
uint32_t | BoostMode | ||
) |
Set ADC boost mode.
ADCx | ADC instance |
BoostMode | This parameter can be one of the following values: |
None |
Definition at line 6384 of file stm32h7xx_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 6524 of file stm32h7xx_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 6452 of file stm32h7xx_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 6612 of file stm32h7xx_ll_adc.h.