Lines Matching refs:output
25 prompt "The static output log level."
28 When the log level is less than this option and it will stop output.
46 prompt "The static output log level."
49 When the log level is less than this option and it will stop output.
92 The log output API can using in ISR (Interrupt Service Routines) also.
105 bool "Enable async output mode."
108 …When enable asynchronous output mode. The log output is not immediately and the log will stored to…
109 …The another thread (Such as idle) will read the buffer and output the log. So it will using more R…
113 int "The async output buffer size."
117 bool "Enable async output by thread."
120 …This thread will output the asynchronous logs. The logs can output by other user thread when this …
125 int "The async output thread stack size."
129 int "The async output thread stack priority."
179 The low level output using rt_kprintf().