Home
last modified time | relevance | path

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

/hal_gigadevice-latest/gd32f3x0/standard_peripheral/include/
Dgd32f3x0_adc.h72 #define ADC_STAT_EOIC BIT(2) /*!< inserted channel … macro
143 #define ADC_FLAG_EOIC ADC_STAT_EOIC /*!< end of in…
277 #define ADC_INT_EOIC ADC_STAT_EOIC /*!< end of in…
282 #define ADC_INT_FLAG_EOIC ADC_STAT_EOIC /*!< end of in…
/hal_gigadevice-latest/gd32l23x/standard_peripheral/include/
Dgd32l23x_adc.h71 #define ADC_STAT_EOIC BIT(2) /*!< inserted c… macro
148 #define ADC_FLAG_EOIC ADC_STAT_EOIC /*!< inserted c…
290 #define ADC_INT_EOIC ADC_STAT_EOIC /*!< end of ins…
295 #define ADC_INT_FLAG_EOIC ADC_STAT_EOIC /*!< end of ins…
/hal_gigadevice-latest/gd32vf103/standard_peripheral/include/
Dgd32vf103_adc.h72 #define ADC_STAT_EOIC BIT(2) /*!< inserted channel end … macro
144 #define ADC_FLAG_EOIC ADC_STAT_EOIC /*!< inserted …
263 #define ADC_INT_EOIC ADC_STAT_EOIC /*!< end of in…
268 #define ADC_INT_FLAG_EOIC ADC_STAT_EOIC /*!< end of in…
/hal_gigadevice-latest/gd32f403/standard_peripheral/include/
Dgd32f403_adc.h74 #define ADC_STAT_EOIC BIT(2) /*!< inserted channel end … macro
148 #define ADC_FLAG_EOIC ADC_STAT_EOIC /*!< inserted channel end …
306 #define ADC_INT_EOIC ADC_STAT_EOIC /*!< end of in…
311 #define ADC_INT_FLAG_EOIC ADC_STAT_EOIC /*!< end of in…
/hal_gigadevice-latest/gd32e10x/standard_peripheral/include/
Dgd32e10x_adc.h74 #define ADC_STAT_EOIC BIT(2) /*!< inserted channel end … macro
146 #define ADC_FLAG_EOIC ADC_STAT_EOIC /*!< inserted channel end …
300 #define ADC_INT_EOIC ADC_STAT_EOIC /*!< end of in…
305 #define ADC_INT_FLAG_EOIC ADC_STAT_EOIC /*!< end of in…
/hal_gigadevice-latest/gd32a50x/standard_peripheral/include/
Dgd32a50x_adc.h73 #define ADC_STAT_EOIC BIT(2) /*!< end of inserted group… macro
155 #define ADC_FLAG_EOIC ADC_STAT_EOIC /*!< i…
316 #define ADC_INT_EOIC ADC_STAT_EOIC /*!< e…
322 #define ADC_INT_FLAG_EOIC ADC_STAT_EOIC /*!< e…
/hal_gigadevice-latest/gd32e50x/standard_peripheral/include/
Dgd32e50x_adc.h81 #define ADC_STAT_EOIC BIT(2) /*!< inserted channel end … macro
177 #define ADC_FLAG_EOIC ADC_STAT_EOIC /*!< i…
414 #define ADC_INT_EOIC ADC_STAT_EOIC /*!< e…
421 #define ADC_INT_FLAG_EOIC ADC_STAT_EOIC /*!< e…
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/include/
Dgd32f4xx_adc.h78 #define ADC_STAT_EOIC BIT(2) /*!< inserted channel end … macro
184 #define ADC_FLAG_EOIC ADC_STAT_EOIC /*!< inserted channel end …
368 #define ADC_INT_FLAG_EOIC ADC_STAT_EOIC /*!< end of inserted grou…
/hal_gigadevice-latest/gd32f3x0/standard_peripheral/source/
Dgd32f3x0_adc.c637 state = ADC_STAT & ADC_STAT_EOIC; in adc_interrupt_flag_get()
/hal_gigadevice-latest/gd32l23x/standard_peripheral/source/
Dgd32l23x_adc.c964 state = ADC_STAT & ADC_STAT_EOIC; in adc_interrupt_flag_get()
/hal_gigadevice-latest/gd32f403/standard_peripheral/source/
Dgd32f403_adc.c705 state = ADC_STAT(adc_periph) & ADC_STAT_EOIC; in adc_interrupt_flag_get()
/hal_gigadevice-latest/gd32a50x/standard_peripheral/source/
Dgd32a50x_adc.c955 state = ADC_STAT(adc_periph) & ADC_STAT_EOIC; in adc_interrupt_flag_get()
/hal_gigadevice-latest/gd32e10x/standard_peripheral/source/
Dgd32e10x_adc.c916 state = ADC_STAT(adc_periph) & ADC_STAT_EOIC; in adc_interrupt_flag_get()
/hal_gigadevice-latest/gd32vf103/standard_peripheral/source/
Dgd32vf103_adc.c829 state = ADC_STAT(adc_periph) & ADC_STAT_EOIC; in adc_interrupt_flag_get()
/hal_gigadevice-latest/gd32f4xx/standard_peripheral/source/
Dgd32f4xx_adc.c1013 state = ADC_STAT(adc_periph) & ADC_STAT_EOIC; in adc_interrupt_flag_get()
/hal_gigadevice-latest/gd32e50x/standard_peripheral/source/
Dgd32e50x_adc.c1070 state = ADC_STAT(adc_periph) & ADC_STAT_EOIC; in adc_interrupt_flag_get()