Searched refs:ASCII (Results 1 – 20 of 20) sorted by relevance
/Zephyr-latest/subsys/modbus/ |
D | Kconfig | 53 bool "Modbus transmission mode ASCII" 55 Enable ASCII transmission mode.
|
/Zephyr-latest/doc/ |
D | substitutions.txt | 9 .. These are replacement strings for non-ASCII characters used within the project
|
D | zephyr.doxyfile.in | 101 # If the ALLOW_UNICODE_NAMES tag is set to YES, Doxygen will allow non-ASCII 102 # characters to appear in the names of generated files. If set to NO, non-ASCII
|
/Zephyr-latest/samples/boards/96boards/argonkey/microphone/ |
D | README.rst | 73 emulator in either binary or ASCII format. The output is controlled by 98 ASCII PCM Output 101 It is also possible to recompile and to have PCM output in ASCII, which needs
|
/Zephyr-latest/samples/shields/x_nucleo_iks02a1/microphone/ |
D | README.rst | 83 emulator in either binary or ASCII format. The output is controlled by the 119 ASCII PCM Output 122 It is also possible to recompile and to have PCM output in ASCII, which needs
|
/Zephyr-latest/doc/contribute/style/ |
D | code.rst | 29 * Avoid using non-ASCII symbols in code, unless it significantly improves
|
/Zephyr-latest/arch/common/ |
D | CMakeLists.txt | 88 # Exclamation mark is printable character with lowest number in ASCII table.
|
/Zephyr-latest/doc/build/dts/ |
D | macros.bnf | 401 ; - lowercase ASCII letters (a-z) 417 ; - uppercase ASCII letters (a-z) 422 ; "lowercase ASCII letter" turns out to be pretty annoying to specify 425 ; This is just ASCII letters a (0x61) through z (0x7a). 428 ; "uppercase ASCII letter" in RFC-7405 syntax
|
/Zephyr-latest/subsys/shell/ |
D | Kconfig | 140 bool "Filter incoming ASCII characters" 144 ASCII range: <0, 127>. As a result filtered characters will not be
|
/Zephyr-latest/samples/subsys/shell/fs/ |
D | README.rst | 190 Read file and dump in hex and ASCII format
|
/Zephyr-latest/subsys/tracing/ctf/tsdl/ |
D | metadata | 8 typealias integer { size = 8; align = 8; signed = false; encoding = ASCII; } := ctf_bounded_string_…
|
/Zephyr-latest/doc/develop/debug/ |
D | index.rst | 327 The content dump consist of both the hex and ASCII representation.
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/host/ |
D | gap.rst | 158 remaining data are the name in ASCII. So, on the other device you should see the name
|
/Zephyr-latest/doc/contribute/documentation/ |
D | guidelines.rst | 418 Non-ASCII Characters 421 You can insert non-ASCII characters such as a Trademark symbol (|trade|),
|
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/ |
D | dtlib.py | 2209 re.MULTILINE | re.ASCII)
|
D | edtlib.py | 3266 _NOT_ALPHANUM_OR_UNDERSCORE = re.compile(r'\W', re.ASCII)
|
/Zephyr-latest/scripts/kconfig/ |
D | kconfiglib.py | 7167 return re.compile(regex, 0 if _IS_PY2 else re.ASCII).match 7171 return re.compile(regex, 0 if _IS_PY2 else re.ASCII).search
|
/Zephyr-latest/doc/contribute/coding_guidelines/ |
D | index.rst | 39 …i.sei.cmu.edu/confluence/display/c/MSC09-C.+Character+encoding%3A+Use+subset+of+ASCII+for+safety>`_ 216 …i.sei.cmu.edu/confluence/display/c/MSC09-C.+Character+encoding%3A+Use+subset+of+ASCII+for+safety>`_
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.13.rst | 515 * :github:`8462` - non-ASCII / non-UTF-8 files in ext/
|
D | release-notes-3.0.rst | 951 * :github:`42098` - intel_adsp_cavs25: west sign command output some unrecognized ASCII char.
|