Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2040/hardware_structs/include/hardware/structs/
Duart.h175 } uart_hw_t; typedef
177 #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, "");
/hal_rpi_pico-latest/src/rp2350/hardware_structs/include/hardware/structs/
Duart.h175 } uart_hw_t; typedef
177 #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, "");
/hal_rpi_pico-latest/src/rp2_common/hardware_uart/
Duart.c24 check_hw_layout(uart_hw_t, fr, UART_UARTFR_OFFSET);
25 check_hw_layout(uart_hw_t, dmacr, UART_UARTDMACR_OFFSET);
/hal_rpi_pico-latest/src/rp2_common/hardware_uart/include/hardware/
Duart.h243 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()
/hal_rpi_pico-latest/src/host/hardware_uart/
Duart.c61 } uart_hw_t; typedef