Lines Matching refs:a
5 document is a guide for RT-Thread developers. Please obey it as you develop.
13 have descriptive names. For example, the port of a chip should be composed of
27 To avoid include the same header file for multiple times, you need to define a
139 There should be a space before parentheses when it's not a function call. For
152 In expressions, there should be a space between most binary and ternary
160 This is a bad practice.
165 In RT-Thread, rt_kprintf is a commonly used logging routine. In RT-Thread
166 rt_kprintf is implemented as a polling, non-interrupting string output. It is
173 Logging should be off by default and can be turned on by a switch (e.g. a
174 variable or a macro). When logging, it should be easy to understand and easy to
208 rt_timer + verb phrase stands for the method that could be used on a timer object.
210 When creating a new object, think twice on memory allocations: whether a static