Home
last modified time | relevance | path

Searched refs:ASCII (Results 1 – 20 of 20) sorted by relevance

/Zephyr-latest/subsys/modbus/
DKconfig53 bool "Modbus transmission mode ASCII"
55 Enable ASCII transmission mode.
/Zephyr-latest/doc/
Dsubstitutions.txt9 .. These are replacement strings for non-ASCII characters used within the project
Dzephyr.doxyfile.in101 # 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/
DREADME.rst73 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/
DREADME.rst83 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/
Dcode.rst29 * Avoid using non-ASCII symbols in code, unless it significantly improves
/Zephyr-latest/arch/common/
DCMakeLists.txt88 # Exclamation mark is printable character with lowest number in ASCII table.
/Zephyr-latest/doc/build/dts/
Dmacros.bnf401 ; - 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/
DKconfig140 bool "Filter incoming ASCII characters"
144 ASCII range: <0, 127>. As a result filtered characters will not be
/Zephyr-latest/samples/subsys/shell/fs/
DREADME.rst190 Read file and dump in hex and ASCII format
/Zephyr-latest/subsys/tracing/ctf/tsdl/
Dmetadata8 typealias integer { size = 8; align = 8; signed = false; encoding = ASCII; } := ctf_bounded_string_…
/Zephyr-latest/doc/develop/debug/
Dindex.rst327 The content dump consist of both the hex and ASCII representation.
/Zephyr-latest/doc/connectivity/bluetooth/shell/host/
Dgap.rst158 remaining data are the name in ASCII. So, on the other device you should see the name
/Zephyr-latest/doc/contribute/documentation/
Dguidelines.rst418 Non-ASCII Characters
421 You can insert non-ASCII characters such as a Trademark symbol (|trade|),
/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Ddtlib.py2209 re.MULTILINE | re.ASCII)
Dedtlib.py3266 _NOT_ALPHANUM_OR_UNDERSCORE = re.compile(r'\W', re.ASCII)
/Zephyr-latest/scripts/kconfig/
Dkconfiglib.py7167 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/
Dindex.rst39 …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/
Drelease-notes-1.13.rst515 * :github:`8462` - non-ASCII / non-UTF-8 files in ext/
Drelease-notes-3.0.rst951 * :github:`42098` - intel_adsp_cavs25: west sign command output some unrecognized ASCII char.