Searched refs:UART_RX_ENABLE (Results 1 – 4 of 4) sorted by relevance
97 #define UART_RX_ENABLE (BIT(7)) /*!< Receive enable bit */ macro
212 hal_uart_control(huart->instance, UART_RX_ENABLE, HAL_ENABLE); in uart_config_all()
54 #define UART_RX_ENABLE(hperh) (SET_BIT((hperh)->perh->LCR, UART_LCR_RXEN_MSK)) macro
56 #define UART_RX_ENABLE(hperh) (SET_BIT((hperh)->perh->LCON, UART_LCON_RXEN_MSK)) macro
Completed in 14 milliseconds