Home
last modified time | relevance | path

Searched refs:UART_FLAG_RXAVL (Results 1 – 11 of 11) sorted by relevance

/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/
A DHAL_uart.h187 #define UART_FLAG_RXAVL ((uint16_t)0x0002) macro
192 ((FLAG) == UART_FLAG_RXAVL) || ((FLAG) == UART_FLAG_TXEPT))
/bsp/tkm32F499/Libraries/Hal_lib/inc/
A DHAL_uart.h187 #define UART_FLAG_RXAVL ((uint16_t)0x0002) macro
192 ((FLAG) == UART_FLAG_RXAVL) || ((FLAG) == UART_FLAG_TXEPT))
/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/
A DHAL_uart.h187 #define UART_FLAG_RXAVL ((uint16_t)0x0002) macro
192 ((FLAG) == UART_FLAG_RXAVL) || ((FLAG) == UART_FLAG_TXEPT))
/bsp/mm32f103x/Libraries/MM32F103/HAL_lib/inc/
A DHAL_uart.h187 #define UART_FLAG_RXAVL ((uint16_t)0x0002) macro
192 ((FLAG) == UART_FLAG_RXAVL) || ((FLAG) == UART_FLAG_TXEPT))
/bsp/mm32f526x/drivers/
A Ddrv_uart.c91 if (uart->uart->CSR & UART_FLAG_RXAVL) in mm32_uart_getc()
/bsp/mm32f103x/drivers/
A Ddrv_uart.c99 if (uart->uart->CSR & UART_FLAG_RXAVL) in mm32_uart_getc()
/bsp/mm32l3xx/drivers/
A Ddrv_uart.c99 if (uart->uart->CSR & UART_FLAG_RXAVL) in mm32_uart_getc()
/bsp/mm32f327x/drivers/
A Ddrv_uart.c105 if (uart->uart->CSR & UART_FLAG_RXAVL) in mm32_uart_getc()
/bsp/tkm32F499/drivers/
A Ddrv_uart.c103 if (uart->uart->CSR & UART_FLAG_RXAVL) in tkm32_uart_getc()
/bsp/mm32l07x/drivers/
A Ddrv_uart.c102 if (uart->uart->CSR & UART_FLAG_RXAVL) in mm32_uart_getc()
/bsp/mm32f327x/Libraries/MM32F327x/Include/
A Dmm32_reg_redefine_v1.h1022 #define UART_FLAG_RXAVL UART_CSR_RXAVL macro

Completed in 16 milliseconds