![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
Functions | |
| __STATIC_INLINE void | DDL_ADC16_SetAnalogWDMonitChannels (ADC16_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_ADC16_GetAnalogWDMonitChannels (ADC16_TypeDef *ADCx, uint32_t AWDy) |
| Get ADC analog watchdog monitored channel. | |
| __STATIC_INLINE void | DDL_ADC16_ConfigAnalogWDThresholds (ADC16_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_ADC16_SetAnalogWDThresholds (ADC16_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_ADC16_GetAnalogWDThresholds (ADC16_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_ADC16_SetAWDFilteringConfiguration (ADC16_TypeDef *ADCx, uint32_t AWDy, uint32_t FilteringConfig) |
| Set ADC analog watchdog filtering configuration. | |
| __STATIC_INLINE uint32_t | DDL_ADC16_GetAWDFilteringConfiguration (ADC16_TypeDef *ADCx, uint32_t AWDy) |
| Get ADC analog watchdog filtering configuration. | |
| __STATIC_INLINE void DDL_ADC16_ConfigAnalogWDThresholds | ( | ADC16_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=0x0000 and Max_Data=0xFFFF |
| AWDThresholdLowValue | Value between Min_Data=0x0000 and Max_Data=0xFFFF |
| None |
Definition at line 2650 of file g32r4xx_ddl_adc16.h.
| __STATIC_INLINE uint32_t DDL_ADC16_GetAnalogWDMonitChannels | ( | ADC16_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 2564 of file g32r4xx_ddl_adc16.h.
| __STATIC_INLINE uint32_t DDL_ADC16_GetAnalogWDThresholds | ( | ADC16_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=0x0000 and Max_Data=0xFFFF |
Definition at line 2734 of file g32r4xx_ddl_adc16.h.
| __STATIC_INLINE uint32_t DDL_ADC16_GetAWDFilteringConfiguration | ( | ADC16_TypeDef * | ADCx, |
| uint32_t | AWDy ) |
Get ADC analog watchdog filtering configuration.
| ADCx | ADC instance |
| AWDy | This parameter can be one of the following values: |
| Returned | value can be: |
Definition at line 2785 of file g32r4xx_ddl_adc16.h.
| __STATIC_INLINE void DDL_ADC16_SetAnalogWDMonitChannels | ( | ADC16_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:
|
| None |
Definition at line 2491 of file g32r4xx_ddl_adc16.h.
| __STATIC_INLINE void DDL_ADC16_SetAnalogWDThresholds | ( | ADC16_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=0x0000 and Max_Data=0xFFFF |
| None |
Definition at line 2699 of file g32r4xx_ddl_adc16.h.
| __STATIC_INLINE void DDL_ADC16_SetAWDFilteringConfiguration | ( | ADC16_TypeDef * | ADCx, |
| uint32_t | AWDy, | ||
| uint32_t | FilteringConfig ) |
Set ADC analog watchdog filtering configuration.
| ADCx | ADC instance |
| AWDy | This parameter can be one of the following values: |
| FilteringConfig | This parameter can be one of the following values: |
| None |
Definition at line 2763 of file g32r4xx_ddl_adc16.h.