Home
last modified time | relevance | path

Searched refs:ADC_WDHT (Results 1 – 12 of 12) sorted by relevance

/hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_adc.h55 #define ADC_WDHT REG32(ADC + 0x00000024U) /*!< ADC watchdog high… macro
/hal_gigadevice-latest/gd32l23x/standard_peripheral/include/
Dgd32l23x_adc.h53 #define ADC_WDHT REG32(ADC + 0x00000024U) /*!< ADC watchd… macro
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_adc.c786 ADC_WDHT = (uint32_t)WDHT_WDHT(high_threshold); in adc_watchdog_threshold_config()
/hal_gigadevice-latest/gd32vf103/standard_peripheral/include/
Dgd32vf103_adc.h55 #define ADC_WDHT(adcx) REG32((adcx) + 0x24U) /*!< ADC watchdog high thr… macro
/hal_gigadevice-latest/gd32f403/standard_peripheral/include/
Dgd32f403_adc.h57 #define ADC_WDHT(adcx) REG32((adcx) + 0x24U) /*!< ADC watchdog high thr… macro
/hal_gigadevice-latest/gd32e10x/standard_peripheral/include/
Dgd32e10x_adc.h57 #define ADC_WDHT(adcx) REG32((adcx) + 0x24U) /*!< ADC watchdog high thr… macro
/hal_gigadevice-latest/gd32l23x/standard_peripheral/source/
Dgd32l23x_adc.c694 ADC_WDHT = (uint32_t)WDHT_WDHT(high_threshold); in adc_watchdog_threshold_config()
/hal_gigadevice-latest/gd32f403/standard_peripheral/source/
Dgd32f403_adc.c860 ADC_WDHT(adc_periph) = (uint32_t)WDHT_WDHT(high_threshold); in adc_watchdog_threshold_config()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_adc.h58 #define ADC_WDHT(adcx) REG32((adcx) + 0x24U) /*!< ADC watchdog high th… macro
/hal_gigadevice-latest/gd32e10x/standard_peripheral/source/
Dgd32e10x_adc.c808 ADC_WDHT(adc_periph) = (uint32_t)WDHT_WDHT(high_threshold); in adc_watchdog_threshold_config()
/hal_gigadevice-latest/gd32vf103/standard_peripheral/source/
Dgd32vf103_adc.c721 ADC_WDHT(adc_periph) = (uint32_t)WDHT_WDHT(high_threshold); in adc_watchdog_threshold_config()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_adc.c901 ADC_WDHT(adc_periph) = (uint32_t)WDHT_WDHT(high_threshold); in adc_watchdog_threshold_config()