Searched refs:uart_hw_t (Results 1 – 5 of 5) sorted by relevance
175 } uart_hw_t; typedef177 #define uart0_hw ((uart_hw_t *)UART0_BASE)178 #define uart1_hw ((uart_hw_t *)UART1_BASE)179 static_assert(sizeof (uart_hw_t) == 0x004c, "");
24 check_hw_layout(uart_hw_t, fr, UART_UARTFR_OFFSET);25 check_hw_layout(uart_hw_t, dmacr, UART_UARTDMACR_OFFSET);
243 static inline uart_hw_t *uart_get_hw(uart_inst_t *uart) { in uart_get_hw()245 return (uart_hw_t *)uart; in uart_get_hw()
61 } uart_hw_t; typedef