Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32vf103/standard_peripheral/source/
Dgd32vf103_adc.c964 ADC_OVSCR(adc_periph) |= (uint32_t)ADC_OVSCR_TOVS; in adc_oversample_mode_config()
966 ADC_OVSCR(adc_periph) &= ~((uint32_t)ADC_OVSCR_TOVS); in adc_oversample_mode_config()
/hal_gigadevice-latest/gd32vf103/standard_peripheral/include/
Dgd32vf103_adc.h137 #define ADC_OVSCR_TOVS BIT(9) /*!< triggered oversamplin… macro