Searched refs:readable (Results 1 – 25 of 35) sorted by relevance
12
/Zephyr-latest/modules/hal_nordic/ |
D | Kconfig.nrf_regtool | 22 1. Print a pretty, human-readable representation of a peripheral's 25 the peripheral configurations, but in a less readable format.
|
/Zephyr-latest/snippets/nordic-log-stm/ |
D | README.rst | 11 decoded and human-readable data is output on the UART.
|
/Zephyr-latest/drivers/usb_c/ppc/ |
D | Kconfig.nxp | 18 Dump human-readable names instead of offsets of registers
|
/Zephyr-latest/subsys/net/lib/sockets/ |
D | socketpair.c | 52 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() 561 res = k_poll_signal_raise(&remote->readable, SPAIR_SIG_DATA); in spair_write() 682 &spair->readable in spair_read() 697 k_poll_signal_check(&spair->readable, &signaled, in spair_read() 732 k_poll_signal_reset(&spair->readable); in spair_read() 775 (*pev)->obj = &spair->readable; in zsock_poll_prepare_ctx() 888 k_poll_signal_check(&spair->readable, &signaled, &result); in zsock_poll_update_ctx()
|
/Zephyr-latest/subsys/logging/ |
D | Kconfig | 57 Module which provides formatting of log messages to a human-readable
|
/Zephyr-latest/subsys/secure_storage/src/its/ |
D | CMakeLists.txt | 16 easily readable by an attacker, not unique, and/or guessable, depending on the device.
|
/Zephyr-latest/doc/services/logging/ |
D | cs_stm.rst | 41 …ol is decoding the data or data can be decoded on-chip to output the data in human readable format. 84 * Standalone - data is decoded on chip and human-readable strings are printed. This mode requires 100 readable strings using logging :ref:`log_output`. 111 The host PC, equipped with a decoder tool, translates these addresses back into human-readable text 144 …ART port and use the provided dictionary databases to decode the logs into a human-readable format. 149 The file will contain timestamps and the log messages in a format that is human-readable. 177 decode data and send human-readable data over UART. Nordic specific driver for ETR buffer is
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/sample_test/ |
D | CMakeLists.txt | 29 # Try to keep test procedures readable, that is minimizing the amount of
|
/Zephyr-latest/arch/nios2/ |
D | Kconfig | 58 human-readable form, at the expense of code size. For example,
|
/Zephyr-latest/drivers/misc/coresight/ |
D | Kconfig | 30 decoded and printed in the human readable form.
|
/Zephyr-latest/samples/boards/nordic/coresight_stm/ |
D | README.rst | 25 and prints human readable logs on UART.
|
/Zephyr-latest/drivers/can/ |
D | Kconfig | 67 Enable scripting-friendly/machine-readable output from the CAN shell. Enabling this
|
/Zephyr-latest/subsys/secure_storage/ |
D | Kconfig.its_transform | 75 This is not necessarily secure as the device ID may be easily readable
|
/Zephyr-latest/boards/renesas/rcar_salvator_x/doc/ |
D | rcar_salvator_x.rst | 76 By running Zephyr on H3 Salvator-X, the software readable push buttons 'SW20',
|
/Zephyr-latest/doc/develop/languages/cpp/ |
D | index.rst | 182 error-prone, more readable and more flexible. On the other hand, C99 204 designated initialization is the more readable and preferred code
|
/Zephyr-latest/subsys/bluetooth/services/ |
D | Kconfig.dis | 156 String value matching the UDI in human readable form
|
/Zephyr-latest/boards/renesas/rcar_h3ulcb/doc/ |
D | rcar_h3ulcb_r7.rst | 94 By running Zephyr on H3ULCB, the software readable push button 'SW3' can be used as input, and the …
|
/Zephyr-latest/doc/ |
D | glossary.rst | 57 The human-readable name of a :term:`board`. Uniquely and descriptively
|
/Zephyr-latest/doc/develop/test/ |
D | pytest.rst | 13 Pytest is a python framework that *“makes it easy to write small, readable tests, and can scale to
|
/Zephyr-latest/doc/connectivity/usb/device_next/ |
D | usb_device.rst | 189 :c:enumerator:`usbd_msg_type` to a human readable form for logging.
|
/Zephyr-latest/ |
D | LICENSE | 108 include a readable copy of the attribution notices contained
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | harness.py | 555 while proc.stdout.readable() and proc.poll() is None:
|
/Zephyr-latest/doc/build/dts/ |
D | intro-syntax-structure.rst | 6 As the name indicates, a devicetree is a tree. The human-readable text format
|
/Zephyr-latest/doc/contribute/coding_guidelines/ |
D | index.rst | 110 …ki.sei.cmu.edu/confluence/display/c/MSC04-C.+Use+comments+consistently+and+in+a+readable+fashion>`_ 188 …ki.sei.cmu.edu/confluence/display/c/MSC04-C.+Use+comments+consistently+and+in+a+readable+fashion>`_ 238 …ki.sei.cmu.edu/confluence/display/c/MSC04-C.+Use+comments+consistently+and+in+a+readable+fashion>`_
|
/Zephyr-latest/doc/contribute/documentation/ |
D | guidelines.rst | 1091 Indicates the human-readable short name of the sample. 1140 Indicates the human-readable name of the category.
|
12