Searched refs:USART_FLAG_NE (Results 1 – 16 of 16) sorted by relevance
| /bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Inc/ |
| A D | ft32f0xx_usart.h | 375 #define USART_FLAG_NE USART_ISR_NE macro 382 ((FLAG) == USART_FLAG_NE) || ((FLAG) == USART_FLAG_FE) || \ 392 ((FLAG) == USART_FLAG_NE) || ((FLAG) == USART_FLAG_FE) || \
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/inc/ |
| A D | hk32f0xx_usart.h | 399 #define USART_FLAG_NE USART_ISR_NE 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 | 306 #define USART_FLAG_NE ((uint16_t)0x0004) macro 313 ((FLAG) == USART_FLAG_NE) || ((FLAG) == USART_FLAG_FE))
|
| /bsp/apm32/libraries/Drivers/ |
| A D | drv_usart.c | 350 if (USART_ReadStatusFlag(usart->usartx, USART_FLAG_NE) != RESET) in usart_isr() 352 USART_ClearStatusFlag(usart->usartx, USART_FLAG_NE); in usart_isr()
|
| /bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ |
| A D | ald_usart.h | 264 USART_FLAG_NE = (1U << 2), /**< Noise error */ enumerator 439 ((x) == USART_FLAG_NE) || ((x) == USART_FLAG_FE))
|
| /bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/inc/ |
| A D | apm32f4xx_usart.h | 204 USART_FLAG_NE = 0x0004, /*!< Noise Error flag */ enumerator
|
| /bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32f10x_usart.h | 144 #define USART_FLAG_NE ((uint16_t)0x0004) macro
|
| /bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32f20x_usart.h | 147 #define USART_FLAG_NE ((uint16_t)0x0004) macro
|
| /bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32v10x_usart.h | 147 #define USART_FLAG_NE ((uint16_t)0x0004) macro
|
| /bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/inc/ |
| A D | apm32e10x_usart.h | 203 USART_FLAG_NE = 0x0004, enumerator
|
| /bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/inc/ |
| A D | apm32f10x_usart.h | 203 USART_FLAG_NE = 0x0004, enumerator
|
| /bsp/apm32/libraries/APM32S10x_Library/APM32S10x_StdPeriphDriver/inc/ |
| A D | apm32s10x_usart.h | 203 USART_FLAG_NE = 0x0004, enumerator
|
| /bsp/ft32/libraries/Drivers/ |
| A D | drv_usart.c | 375 if (USART_GetFlagStatus(uart->config->Instance, USART_FLAG_NE) != RESET) in uart_isr() 377 USART_ClearFlag(uart->config->Instance, USART_FLAG_NE); in uart_isr()
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/ |
| A D | stm32l1xx_hal_usart.h | 289 #define USART_FLAG_NE ((uint32_t)USART_SR_NE) macro
|
| /bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ |
| A D | ald_smartcard.c | 599 flag = ald_usart_get_flag_status((usart_handle_t *)hperh, USART_FLAG_NE); in ald_smartcard_irq_handler()
|
| A D | ald_usart.c | 1540 flag = ald_usart_get_flag_status(hperh, USART_FLAG_NE); in ald_usart_irq_handler()
|
Completed in 29 milliseconds