Searched refs:uart_console_in_debug_hook_t (Results 1 – 2 of 2) sorted by relevance
45 typedef int (*uart_console_in_debug_hook_t) (uint8_t); typedef47 void uart_console_in_debug_hook_install(uart_console_in_debug_hook_t hook);
46 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()