Home
last modified time | relevance | path

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

/external/platform/pico/rp2040/hardware_structs/include/hardware/structs/
A Duart.h172 } uart_hw_t; typedef
174 #define uart0_hw ((uart_hw_t *)UART0_BASE)
175 #define uart1_hw ((uart_hw_t *)UART1_BASE)
/external/platform/pico/rp2_common/hardware_uart/include/hardware/
A Duart.h111 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()
/external/platform/pico/rp2_common/hardware_uart/
A Duart.c19 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