Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_adc.h74 #define ADC_STAT_STRC BIT(4) /*!< regular channel s… macro
145 #define ADC_FLAG_STRC ADC_STAT_STRC /*!< start fla…
/hal_gigadevice-latest/gd32l23x/standard_peripheral/include/
Dgd32l23x_adc.h73 #define ADC_STAT_STRC BIT(4) /*!< regular ch… macro
150 #define ADC_FLAG_STRC ADC_STAT_STRC /*!< regular ch…
/hal_gigadevice-latest/gd32vf103/standard_peripheral/include/
Dgd32vf103_adc.h74 #define ADC_STAT_STRC BIT(4) /*!< regular channel start… macro
146 #define ADC_FLAG_STRC ADC_STAT_STRC /*!< regular c…
/hal_gigadevice-latest/gd32f403/standard_peripheral/include/
Dgd32f403_adc.h76 #define ADC_STAT_STRC BIT(4) /*!< regular channel start… macro
150 #define ADC_FLAG_STRC ADC_STAT_STRC /*!< regular channel start…
/hal_gigadevice-latest/gd32e10x/standard_peripheral/include/
Dgd32e10x_adc.h76 #define ADC_STAT_STRC BIT(4) /*!< regular channel start… macro
148 #define ADC_FLAG_STRC ADC_STAT_STRC /*!< regular channel start…
/hal_gigadevice-latest/gd32a50x/standard_peripheral/include/
Dgd32a50x_adc.h75 #define ADC_STAT_STRC BIT(4) /*!< start flag of regular… macro
157 #define ADC_FLAG_STRC ADC_STAT_STRC /*!< r…
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_adc.h80 #define ADC_STAT_STRC BIT(4) /*!< regular channel start… macro
186 #define ADC_FLAG_STRC ADC_STAT_STRC /*!< regular channel start…
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_adc.h83 #define ADC_STAT_STRC BIT(4) /*!< regular channel start… macro
179 #define ADC_FLAG_STRC ADC_STAT_STRC /*!< r…
/hal_gigadevice-latest/gd32l23x/standard_peripheral/source/
Dgd32l23x_adc.c815 if((uint32_t)RESET != (ADC_STAT & ADC_STAT_STRC)) { in adc_regular_software_startconv_flag_get()
/hal_gigadevice-latest/gd32e10x/standard_peripheral/source/
Dgd32e10x_adc.c861 if((uint32_t)RESET != (ADC_STAT(adc_periph) & ADC_STAT_STRC)){ in adc_regular_software_startconv_flag_get()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_adc.c957 if((uint32_t)RESET != (ADC_STAT(adc_periph) & ADC_STAT_STRC)) { in adc_regular_software_startconv_flag_get()