| /bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/ |
| A D | HAL_adc.h | 259 #define ADC_FLAG_AWD ((uint8_t)0x02) //ADWIF �Ƚϱ�־λ macro 262 #define IS_ADC_GET_FLAG(FLAG) (((FLAG) == ADC_FLAG_AWD) || ((FLAG) == ADC_FLAG_EOC))
|
| /bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/ |
| A D | HAL_adc.h | 290 #define ADC_FLAG_AWD ((uint8_t)0x02) //ADWIF �Ƚϱ�־λ macro 293 #define IS_ADC_GET_FLAG(FLAG) (((FLAG) == ADC_FLAG_AWD) || ((FLAG) == ADC_FLAG_EOC))
|
| /bsp/mm32f103x/Libraries/MM32F103/HAL_lib/inc/ |
| A D | HAL_adc.h | 282 #define ADC_FLAG_AWD ((uint8_t)0x02) macro 285 #define IS_ADC_GET_FLAG(FLAG) (((FLAG) == ADC_FLAG_AWD) || ((FLAG) == ADC_FLAG_EOC))
|
| /bsp/tkm32F499/Libraries/Hal_lib/inc/ |
| A D | HAL_adc.h | 307 #define ADC_FLAG_AWD ((uint8_t)0x02) //ADWIF 比较标志位 macro 310 #define IS_ADC_GET_FLAG(FLAG) (((FLAG) == ADC_FLAG_AWD) || ((FLAG) == ADC_FLAG_EOC))
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/inc/ |
| A D | hk32f0xx_adc.h | 341 #define ADC_FLAG_AWD ADC_ISR_AWD macro 353 ((FLAG) == ADC_FLAG_AWD) || ((FLAG) == ADC_FLAG_OVR) || \
|
| /bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/ |
| A D | air32f10x_adc.h | 307 #define ADC_FLAG_AWD ((uint8_t)0x01) macro 313 #define IS_ADC_GET_FLAG(FLAG) (((FLAG) == ADC_FLAG_AWD) || ((FLAG) == ADC_FLAG_EOC) || \
|
| /bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ |
| A D | ald_adc.h | 196 ADC_FLAG_AWD = (1U << 0), /**<ADC flag awd */ enumerator 439 #define IS_ADC_FLAGS_TYPE(x) (((x) == ADC_FLAG_AWD) || \
|
| /bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Include/ |
| A D | ald_adc.h | 197 ADC_FLAG_AWD = (1U << 0), /**<ADC flag awd */ enumerator 461 #define IS_ADC_FLAGS_TYPE(x) (((x) == ADC_FLAG_AWD) || \
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/ |
| A D | stm32l1xx_hal_adc.c | 708 __HAL_ADC_CLEAR_FLAG(hadc, (ADC_FLAG_AWD | ADC_FLAG_JEOC | ADC_FLAG_EOC | in HAL_ADC_DeInit() 1353 __HAL_ADC_CLEAR_FLAG(hadc, ADC_FLAG_AWD); in HAL_ADC_PollForEvent() 1799 if(__HAL_ADC_GET_FLAG(hadc, ADC_FLAG_AWD)) in HAL_ADC_IRQHandler() 1811 __HAL_ADC_CLEAR_FLAG(hadc, ADC_FLAG_AWD); in HAL_ADC_IRQHandler()
|
| /bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Inc/ |
| A D | ft32f0xx_adc.h | 471 #define ADC_FLAG_AWD ADC_ISR_AWD macro 483 ((FLAG) == ADC_FLAG_AWD) || ((FLAG) == ADC_FLAG_OVR) || \
|
| /bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/inc/ |
| A D | apm32f0xx_adc.h | 263 ADC_FLAG_AWD = ((uint8_t)0x80), /*!< Analog watchdog flag */ enumerator
|
| /bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32f10x_adc.h | 138 #define ADC_FLAG_AWD ((uint8_t)0x01) macro
|
| /bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32v10x_adc.h | 139 #define ADC_FLAG_AWD ((uint8_t)0x01) macro
|
| /bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32f20x_adc.h | 169 #define ADC_FLAG_AWD ((uint8_t)0x01) macro
|
| /bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/inc/ |
| A D | apm32f4xx_adc.h | 300 ADC_FLAG_AWD = BIT0, /*!< Analog watchdog flag */ enumerator
|
| /bsp/apm32/libraries/APM32S10x_Library/APM32S10x_StdPeriphDriver/inc/ |
| A D | apm32s10x_adc.h | 211 ADC_FLAG_AWD = ((uint8_t)0x01), /*!< Analog Watchdog event occur flag */ enumerator
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/ |
| A D | stm32l1xx_hal_adc.h | 637 #define ADC_AWD_EVENT ((uint32_t)ADC_FLAG_AWD) /*!< ADC Analog watchdog event */ 657 #define ADC_FLAG_AWD ADC_SR_AWD /*!< ADC Analog watchdog flag */ macro 699 #define ADC_FLAG_POSTCONV_ALL (ADC_FLAG_EOC | ADC_FLAG_JEOC | ADC_FLAG_AWD | \
|
| /bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/inc/ |
| A D | apm32e10x_adc.h | 229 ADC_FLAG_AWD = ((uint8_t)0x01), /*!< Analog Watchdog event occur flag */ enumerator
|
| /bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/inc/ |
| A D | apm32f10x_adc.h | 229 ADC_FLAG_AWD = ((uint8_t)0x01), /*!< Analog Watchdog event occur flag */ enumerator
|
| /bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Inc/ |
| A D | hal_adc.h | 172 ADC_FLAG_AWD = 2 enumerator
|
| /bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ |
| A D | ald_adc.c | 765 if (ald_adc_get_it_status(hperh, ADC_IT_AWD) && ald_adc_get_flag_status(hperh, ADC_FLAG_AWD)) { in ald_adc_irq_handler() 767 WRITE_REG(hperh->perh->CLR, ADC_FLAG_AWD); in ald_adc_irq_handler()
|
| /bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Source/ |
| A D | ald_adc.c | 827 if (ald_adc_get_it_status(hperh, ADC_IT_AWD) && ald_adc_get_flag_status(hperh, ADC_FLAG_AWD)) { in ald_adc_irq_handler() 829 WRITE_REG(hperh->perh->CLR, ADC_FLAG_AWD); in ald_adc_irq_handler()
|