Home
last modified time | relevance | path

Searched refs:ADC_STAT_STIC (Results 1 – 11 of 11) sorted by relevance

/hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_adc.h73 #define ADC_STAT_STIC BIT(3) /*!< inserted channel … macro
144 #define ADC_FLAG_STIC ADC_STAT_STIC /*!< start fla…
/hal_gigadevice-latest/gd32l23x/standard_peripheral/include/
Dgd32l23x_adc.h72 #define ADC_STAT_STIC BIT(3) /*!< inserted c… macro
149 #define ADC_FLAG_STIC ADC_STAT_STIC /*!< inserted c…
/hal_gigadevice-latest/gd32vf103/standard_peripheral/include/
Dgd32vf103_adc.h73 #define ADC_STAT_STIC BIT(3) /*!< inserted channel star… macro
145 #define ADC_FLAG_STIC ADC_STAT_STIC /*!< inserted …
/hal_gigadevice-latest/gd32f403/standard_peripheral/include/
Dgd32f403_adc.h75 #define ADC_STAT_STIC BIT(3) /*!< inserted channel star… macro
149 #define ADC_FLAG_STIC ADC_STAT_STIC /*!< inserted channel star…
/hal_gigadevice-latest/gd32e10x/standard_peripheral/include/
Dgd32e10x_adc.h75 #define ADC_STAT_STIC BIT(3) /*!< inserted channel star… macro
147 #define ADC_FLAG_STIC ADC_STAT_STIC /*!< inserted channel star…
/hal_gigadevice-latest/gd32a50x/standard_peripheral/include/
Dgd32a50x_adc.h74 #define ADC_STAT_STIC BIT(3) /*!< start flag of inserte… macro
156 #define ADC_FLAG_STIC ADC_STAT_STIC /*!< i…
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_adc.h79 #define ADC_STAT_STIC BIT(3) /*!< inserted channel star… macro
185 #define ADC_FLAG_STIC ADC_STAT_STIC /*!< inserted channel star…
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_adc.h82 #define ADC_STAT_STIC BIT(3) /*!< inserted channel star… macro
178 #define ADC_FLAG_STIC ADC_STAT_STIC /*!< i…
/hal_gigadevice-latest/gd32l23x/standard_peripheral/source/
Dgd32l23x_adc.c830 if((uint32_t)RESET != (ADC_STAT & ADC_STAT_STIC)) { in adc_inserted_software_startconv_flag_get()
/hal_gigadevice-latest/gd32e10x/standard_peripheral/source/
Dgd32e10x_adc.c877 if((uint32_t)RESET != (ADC_STAT(adc_periph) & ADC_STAT_STIC)){ in adc_inserted_software_startconv_flag_get()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_adc.c973 if((uint32_t)RESET != (ADC_STAT(adc_periph) & ADC_STAT_STIC)) { in adc_inserted_software_startconv_flag_get()