|
STM32L4xx_HAL_Driver
1.14.0
|
Functions | |
| __STATIC_INLINE void | LL_ADC_SetAnalogWDMonitChannels (ADC_TypeDef *ADCx, uint32_t AWDy, uint32_t AWDChannelGroup) |
| Set ADC analog watchdog monitored channels: a single channel, multiple channels or all channels, on ADC groups regular and-or injected. More... | |
| __STATIC_INLINE uint32_t | LL_ADC_GetAnalogWDMonitChannels (ADC_TypeDef *ADCx, uint32_t AWDy) |
| Get ADC analog watchdog monitored channel. More... | |
| __STATIC_INLINE void | LL_ADC_ConfigAnalogWDThresholds (ADC_TypeDef *ADCx, uint32_t AWDy, uint32_t AWDThresholdHighValue, uint32_t AWDThresholdLowValue) |
| Set ADC analog watchdog thresholds value of both thresholds high and low. More... | |
| __STATIC_INLINE void | LL_ADC_SetAnalogWDThresholds (ADC_TypeDef *ADCx, uint32_t AWDy, uint32_t AWDThresholdsHighLow, uint32_t AWDThresholdValue) |
| Set ADC analog watchdog threshold value of threshold high or low. More... | |
| __STATIC_INLINE uint32_t | LL_ADC_GetAnalogWDThresholds (ADC_TypeDef *ADCx, uint32_t AWDy, uint32_t AWDThresholdsHighLow) |
| Get ADC analog watchdog threshold value of threshold high, threshold low or raw data with ADC thresholds high and low concatenated. More... | |
| __STATIC_INLINE void LL_ADC_ConfigAnalogWDThresholds | ( | ADC_TypeDef * | ADCx, |
| uint32_t | AWDy, | ||
| uint32_t | AWDThresholdHighValue, | ||
| uint32_t | AWDThresholdLowValue | ||
| ) |
Set ADC analog watchdog thresholds value of both thresholds high and low.
| ADCx | ADC instance |
| AWDy | This parameter can be one of the following values:
|
| AWDThresholdHighValue | Value between Min_Data=0x000 and Max_Data=0xFFF |
| AWDThresholdLowValue | Value between Min_Data=0x000 and Max_Data=0xFFF |
| None |
Definition at line 5247 of file stm32l4xx_ll_adc.h.
| __STATIC_INLINE uint32_t LL_ADC_GetAnalogWDMonitChannels | ( | ADC_TypeDef * | ADCx, |
| uint32_t | AWDy | ||
| ) |
Get ADC analog watchdog monitored channel.
| ADCx | ADC instance |
| AWDy | This parameter can be one of the following values:
|
| Returned | value can be one of the following values:
|
Definition at line 5139 of file stm32l4xx_ll_adc.h.
| __STATIC_INLINE uint32_t LL_ADC_GetAnalogWDThresholds | ( | ADC_TypeDef * | ADCx, |
| uint32_t | AWDy, | ||
| uint32_t | AWDThresholdsHighLow | ||
| ) |
Get ADC analog watchdog threshold value of threshold high, threshold low or raw data with ADC thresholds high and low concatenated.
| ADCx | ADC instance |
| AWDy | This parameter can be one of the following values:
|
| AWDThresholdsHighLow | This parameter can be one of the following values:
|
| Value | between Min_Data=0x000 and Max_Data=0xFFF |
Definition at line 5359 of file stm32l4xx_ll_adc.h.
| __STATIC_INLINE void LL_ADC_SetAnalogWDMonitChannels | ( | ADC_TypeDef * | ADCx, |
| uint32_t | AWDy, | ||
| uint32_t | AWDChannelGroup | ||
| ) |
Set ADC analog watchdog monitored channels: a single channel, multiple channels or all channels, on ADC groups regular and-or injected.
| ADCx | ADC instance |
| AWDy | This parameter can be one of the following values:
|
| AWDChannelGroup | This parameter can be one of the following values:
(1) On STM32L4, parameter available only on ADC instance: ADC1. (2) On STM32L4, parameter available only on ADC instance: ADC2. (3) On STM32L4, parameter available only on ADC instance: ADC3. (4) On STM32L4, parameter available only on ADC instances: ADC1, ADC3. (5) On STM32L4, parameter available on devices with only 1 ADC instance. (6) On STM32L4, parameter available on devices with several ADC instances. |
| None |
Definition at line 5003 of file stm32l4xx_ll_adc.h.
| __STATIC_INLINE void LL_ADC_SetAnalogWDThresholds | ( | ADC_TypeDef * | ADCx, |
| uint32_t | AWDy, | ||
| uint32_t | AWDThresholdsHighLow, | ||
| uint32_t | AWDThresholdValue | ||
| ) |
Set ADC analog watchdog threshold value of threshold high or low.
| ADCx | ADC instance |
| AWDy | This parameter can be one of the following values:
|
| AWDThresholdsHighLow | This parameter can be one of the following values:
|
| AWDThresholdValue | Value between Min_Data=0x000 and Max_Data=0xFFF |
| None |
Definition at line 5316 of file stm32l4xx_ll_adc.h.