Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_adc.h112 #define ADC_CTL1_ETMRC BITS(28,29) /*!< external trigger conv… macro
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_adc.c677 ADC_CTL1(adc_periph) &= ~((uint32_t)ADC_CTL1_ETMRC); in adc_external_trigger_config()