Searched refs:UART_MCR_AFE (Results 1 – 6 of 6) sorted by relevance
443 pReg->MCR = UART_MCR_AFE | 0X02; in HAL_UART_EnableAutoFlowControl()453 pReg->MCR &= ~UART_MCR_AFE; in HAL_UART_DisableAutoFlowControl()
116 #define UART_MCR_AFE (BIT(5)) macro
326 value |= UART_MCR_DTR | UART_MCR_RTS | UART_MCR_AFE; in hal_uart_set_hardware_flowcontrol()344 value &= ~(UART_MCR_DTR | UART_MCR_RTS | UART_MCR_AFE); in hal_uart_disable_flowcontrol()
115 #define UART_MCR_AFE 0x20 /* Enable auto-RTS/CTS (TI16C550C/TI16C750) */ macro
103 #define UART_MCR_AFE 0x20 /**< Enable auto-RTS/CTS (TI16C550C/TI16C750) */ macro
296 #define UART_MCR_AFE (BIT(5)) macro
Completed in 23 milliseconds