Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/console/
Duart_console.h45 typedef int (*uart_console_in_debug_hook_t) (uint8_t); typedef
47 void uart_console_in_debug_hook_install(uart_console_in_debug_hook_t hook);
/Zephyr-latest/drivers/console/
Duart_console.c46 static uart_console_in_debug_hook_t debug_hook_in;
47 void uart_console_in_debug_hook_install(uart_console_in_debug_hook_t hook) in uart_console_in_debug_hook_install()