Searched refs:uart_hw_t (Results 1 – 3 of 3) sorted by relevance
172 } uart_hw_t; typedef174 #define uart0_hw ((uart_hw_t *)UART0_BASE)175 #define uart1_hw ((uart_hw_t *)UART1_BASE)
111 static inline uart_hw_t *uart_get_hw(uart_inst_t *uart) { in uart_get_hw()113 return (uart_hw_t *)uart; in uart_get_hw()
19 check_hw_layout(uart_hw_t, fr, UART_UARTFR_OFFSET);20 check_hw_layout(uart_hw_t, dmacr, UART_UARTDMACR_OFFSET);
Completed in 4 milliseconds