![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
Functions | |
| __STATIC_INLINE void | DDL_ADC12_SetAnalogWDMonitChannels (ADC12_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. | |
| __STATIC_INLINE uint32_t | DDL_ADC12_GetAnalogWDMonitChannels (ADC12_TypeDef *ADCx, uint32_t AWDy) |
| Get ADC analog watchdog monitored channel. | |
| __STATIC_INLINE void | DDL_ADC12_ConfigAnalogWDThresholds (ADC12_TypeDef *ADCx, uint32_t AWDy, uint32_t AWDThresholdHighValue, uint32_t AWDThresholdLowValue) |
| Set ADC analog watchdog thresholds value of both thresholds high and low. | |
| __STATIC_INLINE void | DDL_ADC12_SetAnalogWDThresholds (ADC12_TypeDef *ADCx, uint32_t AWDy, uint32_t AWDThresholdsHighLow, uint32_t AWDThresholdValue) |
| Set ADC analog watchdog threshold value of threshold high or low. | |
| __STATIC_INLINE uint32_t | DDL_ADC12_GetAnalogWDThresholds (ADC12_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. | |
| __STATIC_INLINE void DDL_ADC12_ConfigAnalogWDThresholds | ( | ADC12_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 2148 of file g32r4xx_ddl_adc12.h.
| __STATIC_INLINE uint32_t DDL_ADC12_GetAnalogWDMonitChannels | ( | ADC12_TypeDef * | ADCx, |
| uint32_t | AWDy ) |
Get ADC analog watchdog monitored channel.
| ADCx | ADC instance |
| AWDy | This parameter can be one of the following values: |
Definition at line 2105 of file g32r4xx_ddl_adc12.h.
| __STATIC_INLINE uint32_t DDL_ADC12_GetAnalogWDThresholds | ( | ADC12_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 2228 of file g32r4xx_ddl_adc12.h.
| __STATIC_INLINE void DDL_ADC12_SetAnalogWDMonitChannels | ( | ADC12_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.
| None |
Definition at line 2010 of file g32r4xx_ddl_adc12.h.
| __STATIC_INLINE void DDL_ADC12_SetAnalogWDThresholds | ( | ADC12_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 2195 of file g32r4xx_ddl_adc12.h.