Lines Matching full:output
56 prompt "The static output log level."
59 When the log level is less than this option and it will stop output.
77 prompt "The static output log level."
80 When the log level is less than this option and it will stop output.
123 The log output API can using in ISR (Interrupt Service Routines) also.
136 bool "Enable async output mode."
139 …When enable asynchronous output mode. The log output is not immediately and the log will stored to…
140 …The another thread (Such as idle) will read the buffer and output the log. So it will using more R…
144 int "The async output buffer size."
148 bool "Enable async output by thread."
151 …This thread will output the asynchronous logs. The logs can output by other user thread when this …
156 int "The async output thread stack size."
160 int "The async output thread stack priority."
211 The low level output using rt_kprintf().