Home
last modified time | relevance | path

Searched refs:uart_msg (Results 1 – 2 of 2) sorted by relevance

/bsp/phytium/libraries/drivers/
A Ddrv_usart_msg.c54 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()
71 FIOPadSetUartMux(uart_msg->config.uart_instance); 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
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
[all …]
/bsp/phytium/aarch64/.ci/attachconfig/
A Dci.attachconfig.yml247 devices.uart_msg:

Completed in 4 milliseconds