Home
last modified time | relevance | path

Searched full:readable (Results 1 – 25 of 64) sorted by relevance

123

/Zephyr-Core-3.5.0/arch/arm/include/cortex_m/
Dcmse.h70 * @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/
Dfixed-partitions.yaml79 label = "human-readable-name";
86 Human readable string describing the flash partition.
/Zephyr-Core-3.5.0/dts/bindings/sensor/
Dsensor-device.yaml13 Human readable string describing the sensor. It can be used to
/Zephyr-Core-3.5.0/subsys/logging/
DKconfig57 Module which provides formatting of log messages to a human-readable
/Zephyr-Core-3.5.0/dts/bindings/led/
Dpwm-leds.yaml26 Human readable string describing the LED. It can be used by an
Dled-controller.yaml11 description: Human readable string describing the LED
Dgpio-leds.yaml46 Human readable string describing the LED. It can be used by an
/Zephyr-Core-3.5.0/soc/arm/nordic_nrf/common/
Dsoc_nrf_common.h63 * @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/
Dsocketpair.c52 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/
Dlwm2m_util.h35 * @return ip address in readable form
/Zephyr-Core-3.5.0/arch/nios2/
DKconfig58 human-readable form, at the expense of code size. For example,
/Zephyr-Core-3.5.0/dts/bindings/base/
Dbase.yaml53 Human readable string describing the device (used as device_get_binding() argument)
/Zephyr-Core-3.5.0/subsys/testsuite/ztest/src/
Dztest_defaults.c14 * This makes assertions a lot more readable, and sometimes they fit on one
/Zephyr-Core-3.5.0/scripts/net/
Denumerate_http_status.py13 a) be human readable
/Zephyr-Core-3.5.0/drivers/sensor/icp10125/
Dicp10125.c84 * 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/
Dlog_output.h133 /** @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/
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/samples/bluetooth/eddystone/src/
Dmain.c563 /* 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/
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/include/zephyr/rtio/
Drtio_spsc.h67 /* producer mutable, consumer readable */
70 /* consumer mutable, producer readable */
/Zephyr-Core-3.5.0/drivers/gpio/
Dgpio_mmio32.c19 * readable and writable, and that for any bits that act as outputs, the value
/Zephyr-Core-3.5.0/drivers/disk/nvme/
Dnvme_namespace.h155 /* Readable identifier: nvme%%n%%\0 */
/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
/Zephyr-Core-3.5.0/include/zephyr/
Dsyscall_handler.h338 * 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/
Dsettings.c175 /* helps in making settings file readable */ in settings_custom_save()

123