Searched refs:uart_msg (Results 1 – 2 of 2) sorted by relevance
54 struct drv_usart_msg *uart_msg = RT_NULL; in uart_msg_configure() local61 uart_msg = rt_container_of(serial, struct drv_usart_msg, serial); in uart_msg_configure()62 uart_msg_hw = uart_msg->handle; in uart_msg_configure()71 FIOPadSetUartMux(uart_msg->config.uart_instance); in uart_msg_configure()92 struct drv_usart_msg *uart_msg = RT_NULL; in uart_msg_control() local96 uart_msg = rt_container_of(serial, struct drv_usart_msg, serial); in uart_msg_control()97 uart_msg_ptr = uart_msg->handle; in uart_msg_control()117 struct drv_usart_msg *uart_msg = RT_NULL; in uart_msg_putc() local122 uart_msg_ptr = uart_msg->handle; in uart_msg_putc()153 struct drv_usart_msg *uart_msg = RT_NULL; in uart_msg_getc() local[all …]
247 devices.uart_msg:
Completed in 4 milliseconds