Searched refs:UART_WITH_LOCK (Results 1 - 3 of 3) sorted by relevance
/kernel/liteos_a/kernel/common/ |
H A D | los_printf.c | 72 UartPuts(p, (UINT32)strlen(p), UART_WITH_LOCK); in ErrorMsg() local 119 UartOutput(str, len, UART_WITH_LOCK); in OutputControl() 122 UartPuts(str, len, UART_WITH_LOCK); in OutputControl() 161 UartPuts(errMsgLen, (UINT32)strlen(errMsgLen), UART_WITH_LOCK); in OsVprintf() local 166 UartPuts(errMsgMalloc, (UINT32)strlen(errMsgMalloc), UART_WITH_LOCK); in OsVprintf() local
|
/kernel/liteos_a/kernel/include/ |
H A D | los_printf.h | 113 #define UART_WITH_LOCK 1 macro
|
/kernel/liteos_a/shell/full/src/cmds/ |
H A D | dmesg.c | 550 UartPuts(p, i, UART_WITH_LOCK);
in OsLogShow()
|
Completed in 2 milliseconds