Home
last modified time | relevance | path

Searched refs:ADC_OVSCR_OVSS (Results 1 – 2 of 2) sorted by relevance

/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32vf103/standard_peripheral/include/
Dgd32vf103_adc.h136 #define ADC_OVSCR_OVSS BITS(5,8) /*!< oversampling shift */ macro
/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32vf103/standard_peripheral/source/
Dgd32vf103_adc.c969 ADC_OVSCR(adc_periph) &= ~((uint32_t)(ADC_OVSCR_OVSR | ADC_OVSCR_OVSS)); in adc_oversample_mode_config()