| /bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Inc/ |
| A D | ft32f0xx_usart.h | 376 #define USART_FLAG_FE USART_ISR_FE macro 382 ((FLAG) == USART_FLAG_NE) || ((FLAG) == USART_FLAG_FE) || \ 392 ((FLAG) == USART_FLAG_NE) || ((FLAG) == USART_FLAG_FE) || \
|
| /bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/ |
| A D | ht32f5xxxx_usart.h | 302 #define USART_FLAG_FE ((u32)0x00000008) macro 319 (FLAG == USART_FLAG_PE) || (FLAG == USART_FLAG_FE) || \ 327 (FLAG == USART_FLAG_FE) || (FLAG == USART_FLAG_BI) || \
|
| /bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/ |
| A D | ht32f1xxxx_usart.h | 392 #define USART_FLAG_FE ((u32)0x00000008) macro 403 (FLAG == USART_FLAG_PE) || (FLAG == USART_FLAG_FE) || \ 410 (FLAG == USART_FLAG_FE) || (FLAG == USART_FLAG_BI) || \
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/inc/ |
| A D | hk32f0xx_usart.h | 400 #define USART_FLAG_FE USART_ISR_FE macro 406 ((FLAG) == USART_FLAG_NE) || ((FLAG) == USART_FLAG_FE) || \ 416 ((FLAG) == USART_FLAG_NE) || ((FLAG) == USART_FLAG_FE) || \
|
| /bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/ |
| A D | air32f10x_usart.h | 307 #define USART_FLAG_FE ((uint16_t)0x0002) macro 313 ((FLAG) == USART_FLAG_NE) || ((FLAG) == USART_FLAG_FE))
|
| /bsp/apm32/libraries/Drivers/ |
| A D | drv_usart.c | 354 if (USART_ReadStatusFlag(usart->usartx, USART_FLAG_FE) != RESET) in usart_isr() 356 USART_ClearStatusFlag(usart->usartx, USART_FLAG_FE); in usart_isr()
|
| /bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ |
| A D | ald_usart.h | 265 USART_FLAG_FE = (1U << 1), /**< Frame error */ enumerator 439 ((x) == USART_FLAG_NE) || ((x) == USART_FLAG_FE))
|
| /bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/inc/ |
| A D | apm32f4xx_usart.h | 205 USART_FLAG_FE = 0x0002, /*!< Framing Error flag */ enumerator
|
| /bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32f10x_usart.h | 145 #define USART_FLAG_FE ((uint16_t)0x0002) macro
|
| /bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32f20x_usart.h | 148 #define USART_FLAG_FE ((uint16_t)0x0002) macro
|
| /bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32v10x_usart.h | 148 #define USART_FLAG_FE ((uint16_t)0x0002) macro
|
| /bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/inc/ |
| A D | apm32e10x_usart.h | 204 USART_FLAG_FE = 0x0002, enumerator
|
| /bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/inc/ |
| A D | apm32f10x_usart.h | 204 USART_FLAG_FE = 0x0002, enumerator
|
| /bsp/apm32/libraries/APM32S10x_Library/APM32S10x_StdPeriphDriver/inc/ |
| A D | apm32s10x_usart.h | 204 USART_FLAG_FE = 0x0002, enumerator
|
| /bsp/ft32/libraries/Drivers/ |
| A D | drv_usart.c | 379 if (USART_GetFlagStatus(uart->config->Instance, USART_FLAG_FE) != RESET) in uart_isr() 381 USART_ClearFlag(uart->config->Instance, USART_FLAG_FE); in uart_isr()
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/ |
| A D | stm32l1xx_hal_usart.h | 290 #define USART_FLAG_FE ((uint32_t)USART_SR_FE) macro
|
| /bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ |
| A D | ald_smartcard.c | 593 flag = ald_usart_get_flag_status((usart_handle_t *)hperh, USART_FLAG_FE); in ald_smartcard_irq_handler()
|
| A D | ald_usart.c | 1534 flag = ald_usart_get_flag_status(hperh, USART_FLAG_FE); in ald_usart_irq_handler()
|