STM32F479xx HAL User Manual
|
Functions | |
__STATIC_INLINE void | LL_ADC_SetAnalogWDMonitChannels (ADC_TypeDef *ADCx, uint32_t AWDChannelGroup) |
Set ADC analog watchdog monitored channels: a single channel or all channels, on ADC groups regular and-or injected. | |
__STATIC_INLINE uint32_t | LL_ADC_GetAnalogWDMonitChannels (ADC_TypeDef *ADCx) |
Get ADC analog watchdog monitored channel. | |
__STATIC_INLINE void | LL_ADC_SetAnalogWDThresholds (ADC_TypeDef *ADCx, uint32_t AWDThresholdsHighLow, uint32_t AWDThresholdValue) |
Set ADC analog watchdog threshold value of threshold high or low. | |
__STATIC_INLINE uint32_t | LL_ADC_GetAnalogWDThresholds (ADC_TypeDef *ADCx, uint32_t AWDThresholdsHighLow) |
Get ADC analog watchdog threshold value of threshold high or threshold low. |
__STATIC_INLINE uint32_t LL_ADC_GetAnalogWDMonitChannels | ( | ADC_TypeDef * | ADCx | ) |
Get ADC analog watchdog monitored channel.
ADCx | ADC instance |
Definition at line 3564 of file stm32f4xx_ll_adc.h.
__STATIC_INLINE uint32_t LL_ADC_GetAnalogWDThresholds | ( | ADC_TypeDef * | ADCx, |
uint32_t | AWDThresholdsHighLow | ||
) |
Get ADC analog watchdog threshold value of threshold high or threshold low.
ADCx | ADC instance |
AWDThresholdsHighLow | This parameter can be one of the following values: |
Value | between Min_Data=0x000 and Max_Data=0xFFF |
Definition at line 3614 of file stm32f4xx_ll_adc.h.
References __ADC_PTR_REG_OFFSET.
__STATIC_INLINE void LL_ADC_SetAnalogWDMonitChannels | ( | ADC_TypeDef * | ADCx, |
uint32_t | AWDChannelGroup | ||
) |
Set ADC analog watchdog monitored channels: a single channel or all channels, on ADC groups regular and-or injected.
None |
Definition at line 3468 of file stm32f4xx_ll_adc.h.
__STATIC_INLINE void LL_ADC_SetAnalogWDThresholds | ( | ADC_TypeDef * | ADCx, |
uint32_t | AWDThresholdsHighLow, | ||
uint32_t | AWDThresholdValue | ||
) |
Set ADC analog watchdog threshold value of threshold high or low.
ADCx | ADC instance |
AWDThresholdsHighLow | This parameter can be one of the following values: |
AWDThresholdValue | Value between Min_Data=0x000 and Max_Data=0xFFF |
None |
Definition at line 3591 of file stm32f4xx_ll_adc.h.
References __ADC_PTR_REG_OFFSET.