Home
last modified time | relevance | path

Searched refs:uart_mux (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/drivers/clock_control/
Dclock_control_mcux_ccm.c299 uint32_t uart_mux = CLOCK_GetRootMux(clk_root); in mcux_ccm_get_subsys_rate() local
301 if (uart_mux == 0) { in mcux_ccm_get_subsys_rate()
303 } else if (uart_mux == 1) { in mcux_ccm_get_subsys_rate()
/Zephyr-latest/doc/releases/
Drelease-notes-2.3.rst528 * Added uart_mux driver that is used in GSM 07.10 muxing protocol
Drelease-notes-2.7.rst1591 * :github:`36608` - Unable to compile USB console example with uart_mux
Drelease-notes-3.1.rst1252 - :github:`45842` - drivers: modem: uart_mux errors after second call to gsm_ppp_start
Drelease-notes-2.6.rst1433 * :github:`34103` - Convert drivers/console/uart_mux.c to new kwork API
Drelease-notes-3.2.rst2447 * :github:`45842` - drivers: modem: uart_mux errors after second call to gsm_ppp_start