Home
last modified time | relevance | path

Searched refs:low_threshold (Results 1 – 16 of 16) sorted by relevance

/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_adc.c790 void adc_watchdog0_threshold_config(uint32_t adc_periph, uint16_t low_threshold, uint16_t high_thre… in adc_watchdog0_threshold_config() argument
792 ADC_WDLT0(adc_periph) = (uint32_t)WDLT0_WDLT0(low_threshold); in adc_watchdog0_threshold_config()
804 void adc_watchdog1_threshold_config(uint32_t adc_periph, uint8_t low_threshold, uint8_t high_thresh… in adc_watchdog1_threshold_config() argument
808 ADC_WDT1(adc_periph) |= (uint32_t)WDT1_WDLT1(low_threshold); in adc_watchdog1_threshold_config()
820 void adc_watchdog2_threshold_config(uint32_t adc_periph, uint8_t low_threshold, uint8_t high_thresh… in adc_watchdog2_threshold_config() argument
824 ADC_WDT2(adc_periph) |= (uint32_t)WDT2_WDLT2(low_threshold); in adc_watchdog2_threshold_config()
/hal_gigadevice-latest/gd32a50x/standard_peripheral/source/
Dgd32a50x_adc.c704 void adc_watchdog0_threshold_config(uint32_t adc_periph, uint16_t low_threshold, uint16_t high_thre… in adc_watchdog0_threshold_config() argument
706 ADC_WDLT0(adc_periph) = (uint32_t)WDLT0_WDLT0(low_threshold); in adc_watchdog0_threshold_config()
718 void adc_watchdog1_threshold_config(uint32_t adc_periph, uint8_t low_threshold, uint8_t high_thresh… in adc_watchdog1_threshold_config() argument
722 ADC_WDT1(adc_periph) |= (uint32_t)WDT1_WDLT1(low_threshold); in adc_watchdog1_threshold_config()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_adc.h504 void adc_watchdog0_threshold_config(uint32_t adc_periph , uint16_t low_threshold , uint16_t high_th…
506 void adc_watchdog1_threshold_config(uint32_t adc_periph , uint8_t low_threshold , uint8_t high_thre…
508 void adc_watchdog2_threshold_config(uint32_t adc_periph , uint8_t low_threshold , uint8_t high_thre…
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_adc.c783 void adc_watchdog_threshold_config(uint16_t low_threshold, uint16_t high_threshold) in adc_watchdog_threshold_config() argument
785 ADC_WDLT = (uint32_t)WDLT_WDLT(low_threshold); in adc_watchdog_threshold_config()
/hal_gigadevice-latest/gd32a50x/standard_peripheral/include/
Dgd32a50x_adc.h402 void adc_watchdog0_threshold_config(uint32_t adc_periph , uint16_t low_threshold , uint16_t high_th…
404 void adc_watchdog1_threshold_config(uint32_t adc_periph , uint8_t low_threshold , uint8_t high_thre…
/hal_gigadevice-latest/gd32l23x/standard_peripheral/source/
Dgd32l23x_adc.c689 void adc_watchdog_threshold_config(uint16_t low_threshold, uint16_t high_threshold) in adc_watchdog_threshold_config() argument
692 ADC_WDLT = (uint32_t)WDLT_WDLT(low_threshold); in adc_watchdog_threshold_config()
/hal_gigadevice-latest/gd32f403/standard_peripheral/source/
Dgd32f403_adc.c857 void adc_watchdog_threshold_config(uint32_t adc_periph , uint16_t low_threshold , uint16_t high_thr… in adc_watchdog_threshold_config() argument
859 ADC_WDLT(adc_periph) = (uint32_t)WDLT_WDLT(low_threshold); in adc_watchdog_threshold_config()
/hal_gigadevice-latest/gd32e10x/standard_peripheral/source/
Dgd32e10x_adc.c805 void adc_watchdog_threshold_config(uint32_t adc_periph , uint16_t low_threshold , uint16_t high_thr… in adc_watchdog_threshold_config() argument
807 ADC_WDLT(adc_periph) = (uint32_t)WDLT_WDLT(low_threshold); in adc_watchdog_threshold_config()
/hal_gigadevice-latest/gd32vf103/standard_peripheral/source/
Dgd32vf103_adc.c718 void adc_watchdog_threshold_config(uint32_t adc_periph, uint16_t low_threshold, uint16_t high_thres… in adc_watchdog_threshold_config() argument
720 ADC_WDLT(adc_periph) = (uint32_t)WDLT_WDLT(low_threshold); in adc_watchdog_threshold_config()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_adc.c896 void adc_watchdog_threshold_config(uint32_t adc_periph, uint16_t low_threshold, uint16_t high_thres… in adc_watchdog_threshold_config() argument
899 ADC_WDLT(adc_periph) = (uint32_t)WDLT_WDLT(low_threshold); in adc_watchdog_threshold_config()
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_adc.h355 void adc_watchdog_threshold_config(uint16_t low_threshold, uint16_t high_threshold);
/hal_gigadevice-latest/gd32l23x/standard_peripheral/include/
Dgd32l23x_adc.h356 void adc_watchdog_threshold_config(uint16_t low_threshold, uint16_t high_threshold);
/hal_gigadevice-latest/gd32vf103/standard_peripheral/include/
Dgd32vf103_adc.h367 void adc_watchdog_threshold_config(uint32_t adc_periph, uint16_t low_threshold, uint16_t high_thres…
/hal_gigadevice-latest/gd32f403/standard_peripheral/include/
Dgd32f403_adc.h384 void adc_watchdog_threshold_config(uint32_t adc_periph , uint16_t low_threshold , uint16_t high_thr…
/hal_gigadevice-latest/gd32e10x/standard_peripheral/include/
Dgd32e10x_adc.h376 void adc_watchdog_threshold_config(uint32_t adc_periph, uint16_t low_threshold, uint16_t high_thres…
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_adc.h482 void adc_watchdog_threshold_config(uint32_t adc_periph , uint16_t low_threshold , uint16_t high_thr…