Lines Matching refs:uart_msg
54 struct drv_usart_msg *uart_msg = RT_NULL; in uart_msg_configure() local
61 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()
63 config = *(const FUartMsgConfig *)FUartMsgLookupConfig(uart_msg->config.uart_instance); in uart_msg_configure()
71 FIOPadSetUartMux(uart_msg->config.uart_instance); 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()
92 struct drv_usart_msg *uart_msg = RT_NULL; in uart_msg_control() local
96 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() local
121 uart_msg = rt_container_of(serial, struct drv_usart_msg, serial); in uart_msg_putc()
122 uart_msg_ptr = uart_msg->handle; in uart_msg_putc()
153 struct drv_usart_msg *uart_msg = RT_NULL; in uart_msg_getc() local
157 uart_msg = rt_container_of(serial, struct drv_usart_msg, serial); in uart_msg_getc()
158 uart_msg_ptr = uart_msg->handle; in uart_msg_getc()