Home
last modified time | relevance | path

Searched refs:drv_usart_msg (Results 1 – 3 of 3) sorted by relevance

/bsp/phytium/libraries/drivers/
A Ddrv_usart_msg.c54 struct drv_usart_msg *uart_msg = RT_NULL; in uart_msg_configure()
61 uart_msg = rt_container_of(serial, struct drv_usart_msg, serial); in uart_msg_configure()
92 struct drv_usart_msg *uart_msg = RT_NULL; in uart_msg_control()
96 uart_msg = rt_container_of(serial, struct drv_usart_msg, serial); in uart_msg_control()
117 struct drv_usart_msg *uart_msg = RT_NULL; in uart_msg_putc()
121 uart_msg = rt_container_of(serial, struct drv_usart_msg, serial); in uart_msg_putc()
153 struct drv_usart_msg *uart_msg = RT_NULL; in uart_msg_getc()
214 static int uart_msg_init(struct drv_usart_msg *uart_msg_dev) in uart_msg_init()
239 static struct drv_usart_msg drv_uart0_msg;
243 static struct drv_usart_msg drv_uart1_msg;
[all …]
A Ddrv_usart_msg.h35 struct drv_usart_msg struct
/bsp/phytium/libraries/
A DSConscript91 …+= Glob(PHYTIUM_SDK_DIR+'/drivers/serial/fserial_v2_0/*.c') + Glob(PORT_DRV_DIR+'/drv_usart_msg.c')

Completed in 4 milliseconds