Searched refs:uart_msg_hw (Results 1 – 1 of 1) sorted by relevance
55 FUartMsg *uart_msg_hw = RT_NULL; in uart_msg_configure() local62 uart_msg_hw = uart_msg->handle; in uart_msg_configure()73 RT_ASSERT(FUartMsgCfgInitialize(uart_msg_hw, &config) == FT_SUCCESS); in uart_msg_configure()75 FUartMsgSetStartUp(uart_msg_hw); in uart_msg_configure()77 FUartMsgSetHandler(uart_msg_hw, Ft_Os_Uart_Msg_Callback, serial); in uart_msg_configure()82 rt_hw_interrupt_set_priority(uart_msg_hw->config.irq_num, uart_msg->config.isr_priority); in uart_msg_configure()83 rt_hw_interrupt_install(uart_msg_hw->config.irq_num, rt_hw_uart_msg_isr, uart_msg_hw, "uart"); in uart_msg_configure()84 rt_hw_interrupt_umask(uart_msg_hw->config.irq_num); in uart_msg_configure()85 FUartMsgEnableInterrups(uart_msg_hw); in uart_msg_configure()
Completed in 4 milliseconds