Home
last modified time | relevance | path

Searched refs:readable (Results 1 – 22 of 22) sorted by relevance

/Zephyr-Core-3.5.0/subsys/net/lib/sockets/
Dsocketpair.c52 struct k_poll_signal readable; member
180 res = k_poll_signal_raise(&remote->readable, in spair_delete()
254 k_poll_signal_init(&spair->readable); in spair_new()
555 res = k_poll_signal_raise(&remote->readable, SPAIR_SIG_DATA); in spair_write()
676 &spair->readable in spair_read()
691 k_poll_signal_check(&spair->readable, &signaled, in spair_read()
726 k_poll_signal_reset(&spair->readable); in spair_read()
769 (*pev)->obj = &spair->readable; in zsock_poll_prepare_ctx()
882 k_poll_signal_check(&spair->readable, &signaled, &result); in zsock_poll_update_ctx()
/Zephyr-Core-3.5.0/subsys/logging/
DKconfig57 Module which provides formatting of log messages to a human-readable
/Zephyr-Core-3.5.0/arch/nios2/
DKconfig58 human-readable form, at the expense of code size. For example,
/Zephyr-Core-3.5.0/arch/arm64/core/
DKconfig261 Print human-readable information about exception vectors, cause codes,
262 and parameters, at a cost of code/data size for the human-readable
/Zephyr-Core-3.5.0/boards/arm/rcar_h3_salvatorx/doc/
Drcar_h3_salvatorx.rst76 By running Zephyr on H3 Salvator-X, the software readable push buttons 'SW20',
/Zephyr-Core-3.5.0/arch/arc/
DKconfig384 Print human-readable information about exception vectors, cause codes,
385 and parameters, at a cost of code/data size for the human-readable
/Zephyr-Core-3.5.0/doc/develop/test/
Dpytest.rst13 Pytest is a python framework that *“makes it easy to write small, readable tests, and can scale to
Dtwister.rst1279 Robot files allow you to express interactive test scenarios in human-readable text format and execu…
/Zephyr-Core-3.5.0/boards/arm/rcar_h3ulcb/doc/
Drcar_h3ulcb.rst94 By running Zephyr on H3ULCB, the software readable push button 'SW3' can be used as input, and the …
/Zephyr-Core-3.5.0/scripts/pylib/twister/twisterlib/
Dharness.py391 while proc.stdout.readable() and proc.poll() is None:
/Zephyr-Core-3.5.0/
DLICENSE108 include a readable copy of the attribution notices contained
/Zephyr-Core-3.5.0/doc/build/dts/
Dintro-syntax-structure.rst6 As the name indicates, a devicetree is a tree. The human-readable text format
Dhowtos.rst410 description: <Human-readable description of your binding>
/Zephyr-Core-3.5.0/doc/contribute/coding_guidelines/
Dindex.rst102 …ki.sei.cmu.edu/confluence/display/c/MSC04-C.+Use+comments+consistently+and+in+a+readable+fashion>`_
181 …ki.sei.cmu.edu/confluence/display/c/MSC04-C.+Use+comments+consistently+and+in+a+readable+fashion>`_
231 …ki.sei.cmu.edu/confluence/display/c/MSC04-C.+Use+comments+consistently+and+in+a+readable+fashion>`_
/Zephyr-Core-3.5.0/doc/hardware/porting/
Dboard_porting.rst198 model = "A human readable name";
/Zephyr-Core-3.5.0/doc/services/logging/
Dindex.rst678 Dictionary-based logging, instead of human readable texts, outputs the log
/Zephyr-Core-3.5.0/doc/develop/
Dmodules.rst972 - ``description``: Human-readable description of the binary blob
/Zephyr-Core-3.5.0/doc/
Dzephyr.doxyfile.in189 # less readable) file names. This can be useful is your file systems doesn't
351 # according to the Markdown format, which allows for more readable
/Zephyr-Core-3.5.0/doc/releases/
Drelease-notes-2.7.rst647 * Fixed a bug, where notifications were generated on changes to non-readable
Drelease-notes-3.2.rst1880 * :github:`50214` - Missing human readable names in names file od deive structure
Drelease-notes-3.3.rst1478 which is a human-readable string describing the sensor.
/Zephyr-Core-3.5.0/samples/modules/tflite-micro/hello_world/train/
Dtrain_hello_world_model.ipynb1527 "To make the flatter part of the graph more readable, let's skip the first 50 epochs:"