![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
Macros | |
| #define | DDL_ADC16_OVS_RATIO_2 (0x00000000UL) |
| #define | DDL_ADC16_OVS_RATIO_4 ( ADC_CFGR2_OVSR_0) |
| #define | DDL_ADC16_OVS_RATIO_8 ( ADC_CFGR2_OVSR_1 ) |
| #define | DDL_ADC16_OVS_RATIO_16 ( ADC_CFGR2_OVSR_1 | ADC_CFGR2_OVSR_0) |
| #define DDL_ADC16_OVS_RATIO_16 ( ADC_CFGR2_OVSR_1 | ADC_CFGR2_OVSR_0) |
ADC oversampling ratio of 16 (16 ADC conversions are performed, sum of these conversions data is computed to result as the ADC oversampling conversion data (before potential shift)
Definition at line 805 of file g32r4xx_ddl_adc16.h.
| #define DDL_ADC16_OVS_RATIO_2 (0x00000000UL) |
ADC oversampling ratio of 2 (2 ADC conversions are performed, sum of these conversions data is computed to result as the ADC oversampling conversion data (before potential shift)
Definition at line 802 of file g32r4xx_ddl_adc16.h.
| #define DDL_ADC16_OVS_RATIO_4 ( ADC_CFGR2_OVSR_0) |
ADC oversampling ratio of 4 (4 ADC conversions are performed, sum of these conversions data is computed to result as the ADC oversampling conversion data (before potential shift)
Definition at line 803 of file g32r4xx_ddl_adc16.h.
| #define DDL_ADC16_OVS_RATIO_8 ( ADC_CFGR2_OVSR_1 ) |
ADC oversampling ratio of 8 (8 ADC conversions are performed, sum of these conversions data is computed to result as the ADC oversampling conversion data (before potential shift)
Definition at line 804 of file g32r4xx_ddl_adc16.h.