Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/drivers/console/
Duart_mux.c8 LOG_MODULE_REGISTER(uart_mux, CONFIG_UART_MUX_LOG_LEVEL);
44 struct uart_mux { struct
70 STRUCT_SECTION_ITERABLE(uart_mux, uart_mux_##x) = { \ argument
76 STRUCT_SECTION_START_EXTERN(uart_mux);
77 STRUCT_SECTION_END_EXTERN(uart_mux);
100 struct uart_mux *real_uart;
151 static int uart_mux_consume_ringbuf(struct uart_mux *uart_mux) in uart_mux_consume_ringbuf() argument
157 len = ring_buf_get_claim(uart_mux->rx_ringbuf, &data, in uart_mux_consume_ringbuf()
160 LOG_DBG("Ringbuf %p is empty!", uart_mux->rx_ringbuf); in uart_mux_consume_ringbuf()
172 uart_mux->uart->name); in uart_mux_consume_ringbuf()
[all …]
DCMakeLists.txt16 zephyr_library_sources_ifdef(CONFIG_UART_MUX uart_mux.c)
/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
145 if (uart_mux == 0) in mcux_ccm_get_subsys_rate()
200 uint32_t uart_mux = CLOCK_GetRootMux(clk_root); in mcux_ccm_get_subsys_rate() local
202 if (uart_mux == 0) { in mcux_ccm_get_subsys_rate()
204 } else if (uart_mux == 1) { in mcux_ccm_get_subsys_rate()
/Zephyr-Core-3.4.0/include/zephyr/linker/
Dcommon-ram.ld91 ITERABLE_SECTION_RAM(uart_mux, 4)
/Zephyr-Core-3.4.0/cmake/linker_script/common/
Dcommon-ram.cmake58 zephyr_iterable_section(NAME uart_mux GROUP DATA_REGION ${XIP_ALIGN_WITH_INPUT} SUBALIGN 4)
/Zephyr-Core-3.4.0/doc/releases/
Drelease-notes-2.3.rst528 * Added uart_mux driver that is used in GSM 07.10 muxing protocol
Drelease-notes-3.1.rst1252 - :github:`45842` - drivers: modem: uart_mux errors after second call to gsm_ppp_start
Drelease-notes-2.7.rst1591 * :github:`36608` - Unable to compile USB console example with uart_mux
Drelease-notes-3.2.rst2447 * :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