Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_adc.h172 #define ADC_SYNCCTL_ADCCK BITS(16,18) /*!< ADC clock */ macro
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_adc.c93 ADC_SYNCCTL &= ~((uint32_t)ADC_SYNCCTL_ADCCK); in adc_clock_config()