Home
last modified time | relevance | path

Searched defs:uart_mux (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.4.0/drivers/clock_control/
Dclock_control_mcux_ccm.c142 uint32_t uart_mux = CLOCK_GetRootClockMux(clk_root); in mcux_ccm_get_subsys_rate() local
200 uint32_t uart_mux = CLOCK_GetRootMux(clk_root); in mcux_ccm_get_subsys_rate() local
/Zephyr-Core-3.4.0/drivers/console/
Duart_mux.c44 struct uart_mux { struct
46 const struct device *uart;
70 STRUCT_SECTION_ITERABLE(uart_mux, uart_mux_##x) = { \ argument
151 static int uart_mux_consume_ringbuf(struct uart_mux *uart_mux) in uart_mux_consume_ringbuf()
188 struct uart_mux *uart_mux = in uart_mux_rx_work() local