Searched full:readable (Results 1 – 25 of 88) sorted by relevance
1234
/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/drivers/usb_c/ppc/ |
D | Kconfig.nxp | 18 Dump human-readable names instead of offsets of registers
|
/Zephyr-latest/arch/arm/include/cortex_m/ |
D | cmse.h | 70 * @return 1 if address is readable, 0 otherwise. 112 * @return 1 if address range is readable, 0 otherwise. 158 * @return p_obj if object is readable, NULL otherwise. 176 * @return p_obj if object is readable, NULL otherwise. 301 * @return 1 if address is readable from Non-Secure state, 0 otherwise. 343 * @return 1 if address range is readable, 0 otherwise. 366 * @return 1 if address range is readable, 0 otherwise. 384 * @return p_obj if object is readable from Non-Secure state, NULL otherwise. 402 * @return p_obj if object is readable from Non-Secure state, NULL otherwise.
|
/Zephyr-latest/dts/bindings/mtd/ |
D | fixed-partitions.yaml | 79 label = "human-readable-name"; 86 Human readable string describing the flash partition.
|
/Zephyr-latest/snippets/nordic-log-stm/ |
D | README.rst | 11 decoded and human-readable data is output on the UART.
|
/Zephyr-latest/dts/bindings/sensor/ |
D | sensor-device.yaml | 13 Human readable string describing the sensor. It can be used to
|
/Zephyr-latest/subsys/logging/ |
D | Kconfig | 57 Module which provides formatting of log messages to a human-readable
|
/Zephyr-latest/dts/bindings/led/ |
D | pwm-leds.yaml | 26 Human readable string describing the LED. It can be used by an
|
D | led-controller.yaml | 11 description: Human readable string describing the LED
|
D | gpio-leds.yaml | 46 Human readable string describing the LED. It can be used by an
|
/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/dts/bindings/dma/ |
D | nxp,edma.yaml | 22 leading to a more readable DTS. Of course, this property
|
/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/include/zephyr/dt-bindings/reserved-memory/ |
D | nordic-owned-memory.h | 16 /** Readable. */
|
/Zephyr-latest/subsys/net/lib/sockets/ |
D | socketpair.c | 52 struct k_poll_signal readable; member 148 * @ref spair.readable 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() 595 * @ref spair.readable: 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() [all …]
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_util.h | 35 * @return ip address in readable form
|
/Zephyr-latest/soc/nordic/common/ |
D | soc_nrf_common.h | 63 * @param psel_prop_name human-readable string name of psel_prop 65 * @param gpio_prop_name human-readable string name of gpios_prop 207 * @param prop_name human-readable string name for 'prop'
|
/Zephyr-latest/arch/nios2/ |
D | Kconfig | 58 human-readable form, at the expense of code size. For example,
|
/Zephyr-latest/scripts/net/ |
D | enumerate_http_status.py | 13 a) be human readable
|
/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/subsys/testsuite/ztest/src/ |
D | ztest_defaults.c | 15 * This makes assertions a lot more readable, and sometimes they fit on one
|
/Zephyr-latest/drivers/misc/coresight/ |
D | Kconfig | 30 decoded and printed in the human readable form.
|
/Zephyr-latest/drivers/sensor/tdk/icp10125/ |
D | icp10125.c | 84 * After issue this command 2byte x 4 sensor constant value can readable. 203 /* Wait for the sensor to become readable. in icp10125_measure() 205 * If that fails, wait until the time to surely became readable. in icp10125_measure()
|
/Zephyr-latest/include/zephyr/logging/ |
D | log_output.h | 136 /** @brief Process log messages v2 to readable strings. 148 /** @brief Process input data to a readable string.
|
/Zephyr-latest/drivers/can/ |
D | Kconfig | 67 Enable scripting-friendly/machine-readable output from the CAN shell. Enabling this
|
1234