Searched defs:uart_device (Results 1 – 14 of 14) sorted by relevance
29 struct uart_device struct31 CySCB_Type* scb_device;33 cy_stc_scb_uart_config_t const *uart_config;35 cy_stc_scb_uart_context_t *uart_context;37 const cy_stc_sysint_t *uart_int;39 IRQn_Type rx_irq;40 IRQn_Type tx_irq;43 struct uart_int_rx* int_rx;45 struct uart_int_tx* int_tx;
18 struct uart_device struct25 static struct uart_device uart_device0 = argument54 struct uart_device *uart_device = serial->parent.user_data; in uart_configure() local163 struct uart_device *uart_device = serial->parent.user_data; in uart_control() local240 struct uart_device *uart_device = serial->parent.user_data; in uart_putc() local276 struct uart_device *uart_device = serial->parent.user_data; in uart_getc() local
33 struct rt_uart_pic32 *uart_device = (struct rt_uart_pic32*)dev; in rt_uart_init() local62 struct rt_uart_pic32 *uart_device = (struct rt_uart_pic32*)dev; in rt_uart_read() local108 struct rt_uart_pic32 *uart_device = (struct rt_uart_pic32*)dev; in rt_uart_write() local153 struct rt_uart_pic32 *uart_device = &uart1_device; in __ISR() local205 struct rt_uart_pic32 *uart_device = &uart2_device; in __ISR() local254 struct rt_uart_pic32 *uart_device; in rt_hw_usart_init() local
21 UART_Type* uart_device; member
26 struct rt_device uart_device; variable
10 UART0_Type* uart_device; member
27 }uart_device; variable
26 }uart_device; variable
53 } uart_device; variable
82 FM4_MFS_TypeDef* uart_device; member
82 FM3_MFS03_UART_TypeDef* uart_device; member
38 uint32_t uart_device; member
222 TLS_UART_REGS_T volatile *uart_device; member
28 USART_Module *uart_device; member
Completed in 29 milliseconds