Searched refs:UART_CONSOLE_OUT_DEBUG_HOOK_SIG (Results 1 – 2 of 2) sorted by relevance
39 #define UART_CONSOLE_OUT_DEBUG_HOOK_SIG(x) int(x)(char c) macro40 typedef UART_CONSOLE_OUT_DEBUG_HOOK_SIG(uart_console_out_debug_hook_t); typedef
52 static UART_CONSOLE_OUT_DEBUG_HOOK_SIG(debug_hook_out_nop) { in UART_CONSOLE_OUT_DEBUG_HOOK_SIG() function