| /bsp/hk32/libraries/rt_drivers/ |
| A D | drv_usart.c | 143 USART_ITConfig(usart->usartx, USART_IT_RXNE, DISABLE); in hk32_control() 148 USART_ITConfig(usart->usartx, USART_IT_RXNE, ENABLE); in hk32_control() 205 if ((USART_GetITStatus(usart_instance->usartx, USART_IT_RXNE) != RESET) \ in usart_isr() 209 USART_ClearITPendingBit(usart_instance->usartx, USART_IT_RXNE); in usart_isr()
|
| /bsp/wch/arm/Libraries/ch32_drivers/ |
| A D | drv_uart_ch32f10x.c | 146 USART_ITConfig(usart_dev->periph, USART_IT_RXNE, DISABLE); in ch32f1_usart_control() 152 USART_ITConfig(usart_dev->periph, USART_IT_RXNE, ENABLE); in ch32f1_usart_control() 208 …if ((USART_GetITStatus(usart_dev->periph, USART_IT_RXNE) != RESET) && (RESET != USART_GetFlagStatu… in usart_isr() 211 USART_ClearITPendingBit(usart_dev->periph, USART_IT_RXNE); in usart_isr()
|
| A D | drv_uart_ch32f20x.c | 186 USART_ITConfig(usart_dev->periph, USART_IT_RXNE, DISABLE); in ch32f2_usart_control() 192 USART_ITConfig(usart_dev->periph, USART_IT_RXNE, ENABLE); in ch32f2_usart_control() 248 …if ((USART_GetITStatus(usart_dev->periph, USART_IT_RXNE) != RESET) && (RESET != USART_GetFlagStatu… in usart_isr() 251 USART_ClearITPendingBit(usart_dev->periph, USART_IT_RXNE); in usart_isr()
|
| /bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/ |
| A D | air32f10x_usart.h | 223 #define USART_IT_RXNE ((uint16_t)0x0525) macro 232 ((IT) == USART_IT_TC) || ((IT) == USART_IT_RXNE) || \ 236 ((IT) == USART_IT_TC) || ((IT) == USART_IT_RXNE) || \ 240 #define IS_USART_CLEAR_IT(IT) (((IT) == USART_IT_TC) || ((IT) == USART_IT_RXNE) || \
|
| /bsp/airm2m/air32f103/libraries/rt_drivers/ |
| A D | drv_usart.c | 236 USART_ITConfig(uart->config->Instance,USART_IT_RXNE,DISABLE); in air32_control() 247 USART_ITConfig(uart->config->Instance, USART_IT_RXNE,ENABLE); in air32_control() 298 …if ((USART_GetITStatus(uart->config->Instance, USART_IT_RXNE) != RESET) && (RESET != USART_GetFlag… in uart_isr() 301 USART_ClearITPendingBit(uart->config->Instance, USART_IT_RXNE); in uart_isr()
|
| /bsp/wch/risc-v/Libraries/ch32_drivers/ |
| A D | drv_usart.c | 309 USART_ITConfig(uart->config->Instance,USART_IT_RXNE,DISABLE); in ch32_control() 316 USART_ITConfig(uart->config->Instance, USART_IT_RXNE,ENABLE); in ch32_control() 355 if (USART_GetITStatus(uart->config->Instance, USART_IT_RXNE) != RESET) in uart_isr() 358 USART_ClearITPendingBit(uart->config->Instance, USART_IT_RXNE); in uart_isr()
|
| A D | drv_usart_v2.c | 390 USART_ITConfig(uart->handle.Instance, USART_IT_RXNE, DISABLE); in ch32_control() 432 USART_ITConfig(uart->handle.Instance, USART_IT_RXNE, ENABLE); in ch32_control() 433 USART_ClearITPendingBit(uart->config->Instance, USART_IT_RXNE); in ch32_control() 458 USART_ITConfig(uart->handle.Instance, USART_IT_RXNE, DISABLE); in ch32_control() 460 USART_ITConfig(uart->handle.Instance, USART_IT_RXNE, DISABLE); in ch32_control() 529 …if (USART_GetITStatus(uart->handle.Instance, USART_IT_RXNE) != RESET && USART_GetFlagStatus(uart->… in uart_isr() 534 USART_ClearITPendingBit(uart->config->Instance, USART_IT_RXNE); in uart_isr()
|
| /bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ |
| A D | ald_usart.h | 245 USART_IT_RXNE = ((1U << 5) | (1U << 16)), /**< Rx not empty */ enumerator 423 ((x) == USART_IT_TC) || ((x) == USART_IT_RXNE) || \ 427 ((x) == USART_IT_TC) || ((x) == USART_IT_RXNE) || \ 432 #define IS_USART_CLEAR_IT(x) (((x) == USART_IT_TC) || ((x) == USART_IT_RXNE) || \
|
| /bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Inc/ |
| A D | ft32f0xx_usart.h | 417 #define USART_IT_RXNE ((uint32_t)0x00050105) macro 427 ((IT) == USART_IT_TC) || ((IT) == USART_IT_RXNE) || \ 434 ((IT) == USART_IT_TC) || ((IT) == USART_IT_RXNE) || \
|
| /bsp/essemi/es32f0654/drivers/ |
| A D | drv_uart.c | 265 ald_usart_interrupt_config(&usart->huart, USART_IT_RXNE, ENABLE); in es32f0x_configure() 402 ald_usart_interrupt_config(&usart->huart, USART_IT_RXNE, DISABLE); in es32f0x_control() 409 ald_usart_interrupt_config(&usart->huart, USART_IT_RXNE, ENABLE); in es32f0x_control()
|
| /bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ |
| A D | ald_usart.c | 656 ald_usart_interrupt_config(hperh, USART_IT_RXNE, ENABLE); in ald_usart_recv_by_it() 688 ald_usart_interrupt_config(hperh, USART_IT_RXNE, ENABLE); in ald_usart_recv_frame_by_it() 1145 ald_usart_interrupt_config(hperh, USART_IT_RXNE, ENABLE); in ald_usart_recv_by_it_sync() 1182 ald_usart_interrupt_config(hperh, USART_IT_RXNE, ENABLE); in ald_usart_send_recv_by_it_sync() 1559 source = ald_usart_get_it_status(hperh, USART_IT_RXNE); in ald_usart_irq_handler() 1572 source = ald_usart_get_it_status(hperh, USART_IT_RXNE); in ald_usart_irq_handler() 2031 ald_usart_interrupt_config(hperh, USART_IT_RXNE, DISABLE); in usart_wait_flag() 2118 ald_usart_interrupt_config(hperh, USART_IT_RXNE, DISABLE); in __usart_recv_by_it() 2146 ald_usart_interrupt_config(hperh, USART_IT_RXNE, DISABLE); in __usart_recv_frame_cplt() 2200 ald_usart_interrupt_config(hperh, USART_IT_RXNE, DISABLE); in __usart_recv_by_it_sync() [all …]
|
| A D | ald_smartcard.c | 466 ald_usart_interrupt_config((usart_handle_t *)hperh, USART_IT_RXNE, ENABLE); in ald_smartcard_recv_by_it() 610 source = ald_usart_get_it_status((usart_handle_t *)hperh, USART_IT_RXNE); in ald_smartcard_irq_handler() 777 ald_usart_interrupt_config((usart_handle_t *)hperh, USART_IT_RXNE, DISABLE); in smartcard_wait_flag() 847 ald_usart_interrupt_config((usart_handle_t *)hperh, USART_IT_RXNE, DISABLE); in __smartcard_recv_by_it()
|
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/inc/ |
| A D | hk32f0xx_usart.h | 441 #define USART_IT_RXNE ((uint32_t)0x00050105) macro 451 ((IT) == USART_IT_TC) || ((IT) == USART_IT_RXNE) || \ 458 ((IT) == USART_IT_TC) || ((IT) == USART_IT_RXNE) || \
|
| /bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32f10x_usart.h | 111 #define USART_IT_RXNE ((uint16_t)0x0525) macro
|
| /bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32f20x_usart.h | 111 #define USART_IT_RXNE ((uint16_t)0x0525) macro
|
| /bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/inc/ |
| A D | ch32v10x_usart.h | 111 #define USART_IT_RXNE ((uint16_t)0x0525) macro
|
| /bsp/ft32/libraries/Drivers/ |
| A D | drv_usart.c | 189 USART_ITConfig(uart->config->Instance, USART_IT_RXNE, DISABLE); in ft32_control() 212 USART_ITConfig(uart->config->Instance, USART_IT_RXNE, ENABLE); in ft32_control()
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/ |
| A D | stm32l1xx_hal_usart.h | 308 #define USART_IT_RXNE ((uint32_t)(USART_CR1_REG_INDEX << 28U | USART_CR1_RXNEIE)) macro
|