Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_adc.h71 #define ADC_STAT_EOC BIT(1) /*!< end of conversion… macro
142 #define ADC_FLAG_EOC ADC_STAT_EOC /*!< end of gr…
276 #define ADC_INT_EOC ADC_STAT_EOC /*!< end of gr…
281 #define ADC_INT_FLAG_EOC ADC_STAT_EOC /*!< end of gr…
/hal_gigadevice-latest/gd32l23x/standard_peripheral/include/
Dgd32l23x_adc.h70 #define ADC_STAT_EOC BIT(1) /*!< end of con… macro
147 #define ADC_FLAG_EOC ADC_STAT_EOC /*!< end of con…
289 #define ADC_INT_EOC ADC_STAT_EOC /*!< end of gro…
294 #define ADC_INT_FLAG_EOC ADC_STAT_EOC /*!< end of gro…
/hal_gigadevice-latest/gd32vf103/standard_peripheral/include/
Dgd32vf103_adc.h71 #define ADC_STAT_EOC BIT(1) /*!< end of conversion */ macro
143 #define ADC_FLAG_EOC ADC_STAT_EOC /*!< end of co…
262 #define ADC_INT_EOC ADC_STAT_EOC /*!< end of gr…
267 #define ADC_INT_FLAG_EOC ADC_STAT_EOC /*!< end of gr…
/hal_gigadevice-latest/gd32f403/standard_peripheral/include/
Dgd32f403_adc.h73 #define ADC_STAT_EOC BIT(1) /*!< end of conversion */ macro
147 #define ADC_FLAG_EOC ADC_STAT_EOC /*!< end of conversion */
305 #define ADC_INT_EOC ADC_STAT_EOC /*!< end of gr…
310 #define ADC_INT_FLAG_EOC ADC_STAT_EOC /*!< end of gr…
/hal_gigadevice-latest/gd32e10x/standard_peripheral/include/
Dgd32e10x_adc.h73 #define ADC_STAT_EOC BIT(1) /*!< end of conversion */ macro
145 #define ADC_FLAG_EOC ADC_STAT_EOC /*!< end of conversion */
299 #define ADC_INT_EOC ADC_STAT_EOC /*!< end of gr…
304 #define ADC_INT_FLAG_EOC ADC_STAT_EOC /*!< end of gr…
/hal_gigadevice-latest/gd32a50x/standard_peripheral/include/
Dgd32a50x_adc.h72 #define ADC_STAT_EOC BIT(1) /*!< end of group conversi… macro
154 #define ADC_FLAG_EOC ADC_STAT_EOC /*!< e…
315 #define ADC_INT_EOC ADC_STAT_EOC /*!< e…
321 #define ADC_INT_FLAG_EOC ADC_STAT_EOC /*!< e…
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_adc.h80 #define ADC_STAT_EOC BIT(1) /*!< end of conversion */ macro
176 #define ADC_FLAG_EOC ADC_STAT_EOC /*!< e…
413 #define ADC_INT_EOC ADC_STAT_EOC /*!< e…
420 #define ADC_INT_FLAG_EOC ADC_STAT_EOC /*!< e…
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_adc.h77 #define ADC_STAT_EOC BIT(1) /*!< end of conversion */ macro
183 #define ADC_FLAG_EOC ADC_STAT_EOC /*!< end of conversion */
367 #define ADC_INT_FLAG_EOC ADC_STAT_EOC /*!< end of group convers…
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_adc.c631 state = ADC_STAT & ADC_STAT_EOC; in adc_interrupt_flag_get()
/hal_gigadevice-latest/gd32l23x/standard_peripheral/source/
Dgd32l23x_adc.c957 state = ADC_STAT & ADC_STAT_EOC; in adc_interrupt_flag_get()
/hal_gigadevice-latest/gd32f403/standard_peripheral/source/
Dgd32f403_adc.c699 state = ADC_STAT(adc_periph) & ADC_STAT_EOC; in adc_interrupt_flag_get()
/hal_gigadevice-latest/gd32a50x/standard_peripheral/source/
Dgd32a50x_adc.c949 state = ADC_STAT(adc_periph) & ADC_STAT_EOC; in adc_interrupt_flag_get()
/hal_gigadevice-latest/gd32e10x/standard_peripheral/source/
Dgd32e10x_adc.c909 state = ADC_STAT(adc_periph) & ADC_STAT_EOC; in adc_interrupt_flag_get()
/hal_gigadevice-latest/gd32vf103/standard_peripheral/source/
Dgd32vf103_adc.c822 state = ADC_STAT(adc_periph) & ADC_STAT_EOC; in adc_interrupt_flag_get()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_adc.c1006 state = ADC_STAT(adc_periph) & ADC_STAT_EOC; in adc_interrupt_flag_get()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_adc.c1064 state = ADC_STAT(adc_periph) & ADC_STAT_EOC; in adc_interrupt_flag_get()