Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/console/
Duart_console.c55 static uart_console_out_debug_hook_t *debug_hook_out = debug_hook_out_nop; variable
58 debug_hook_out = hook; in uart_console_out_debug_hook_install()
61 (debug_hook_out(c) == UART_CONSOLE_DEBUG_HOOK_HANDLED)