Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/console/
Duart_console.c46 static uart_console_in_debug_hook_t debug_hook_in; variable
49 debug_hook_in = hook; in uart_console_in_debug_hook_install()
465 if (debug_hook_in != NULL && debug_hook_in(byte) != 0) { in uart_console_isr()