Searched full:readable (Results 1 – 25 of 64) sorted by relevance
123
/Zephyr-Core-3.5.0/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-Core-3.5.0/dts/bindings/mtd/ |
D | fixed-partitions.yaml | 79 label = "human-readable-name"; 86 Human readable string describing the flash partition.
|
/Zephyr-Core-3.5.0/dts/bindings/sensor/ |
D | sensor-device.yaml | 13 Human readable string describing the sensor. It can be used to
|
/Zephyr-Core-3.5.0/subsys/logging/ |
D | Kconfig | 57 Module which provides formatting of log messages to a human-readable
|
/Zephyr-Core-3.5.0/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-Core-3.5.0/soc/arm/nordic_nrf/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 161 * @param prop_name human-readable string name for 'prop'
|
/Zephyr-Core-3.5.0/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() 555 res = k_poll_signal_raise(&remote->readable, SPAIR_SIG_DATA); in spair_write() 589 * @ref spair.readable: 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() [all …]
|
/Zephyr-Core-3.5.0/subsys/net/lib/lwm2m/ |
D | lwm2m_util.h | 35 * @return ip address in readable form
|
/Zephyr-Core-3.5.0/arch/nios2/ |
D | Kconfig | 58 human-readable form, at the expense of code size. For example,
|
/Zephyr-Core-3.5.0/dts/bindings/base/ |
D | base.yaml | 53 Human readable string describing the device (used as device_get_binding() argument)
|
/Zephyr-Core-3.5.0/subsys/testsuite/ztest/src/ |
D | ztest_defaults.c | 14 * This makes assertions a lot more readable, and sometimes they fit on one
|
/Zephyr-Core-3.5.0/scripts/net/ |
D | enumerate_http_status.py | 13 a) be human readable
|
/Zephyr-Core-3.5.0/drivers/sensor/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-Core-3.5.0/include/zephyr/logging/ |
D | log_output.h | 133 /** @brief Process log messages v2 to readable strings. 145 /** @brief Process input data to a readable string.
|
/Zephyr-Core-3.5.0/arch/arm64/core/ |
D | Kconfig | 261 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/samples/bluetooth/eddystone/src/ |
D | main.c | 563 /* Capabilities: Readable only when unlocked. Never writable. */ 585 * Readable in locked or unlocked state. 593 * Readable only in locked state. 600 /* Public ECDH Key: Readable only in unlocked state. Never writable. */ 603 /* EID Identity Key:Readable only in unlocked state. Never writable. */
|
/Zephyr-Core-3.5.0/arch/arc/ |
D | Kconfig | 384 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/include/zephyr/rtio/ |
D | rtio_spsc.h | 67 /* producer mutable, consumer readable */ 70 /* consumer mutable, producer readable */
|
/Zephyr-Core-3.5.0/drivers/gpio/ |
D | gpio_mmio32.c | 19 * readable and writable, and that for any bits that act as outputs, the value
|
/Zephyr-Core-3.5.0/drivers/disk/nvme/ |
D | nvme_namespace.h | 155 /* Readable identifier: nvme%%n%%\0 */
|
/Zephyr-Core-3.5.0/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-Core-3.5.0/include/zephyr/ |
D | syscall_handler.h | 338 * Checks that the particular memory area is readable and/or writeable by the 360 * Checks that the particular memory area is readable by the currently running 376 * Checks that the particular memory area is readable and writable by the
|
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/gatt/settings/src/ |
D | settings.c | 175 /* helps in making settings file readable */ in settings_custom_save()
|
123