/Zephyr-latest/subsys/usb/device_next/ |
D | Kconfig | 56 yet ready to publish the message. The delay unit is milliseconds.
|
/Zephyr-latest/subsys/logging/backends/ |
D | log_multidomain_backend.c | 182 backend_remote->ready = true; in log_multidomain_backend_on_recv_cb() 212 return backend_remote->ready ? 0 : -EINPROGRESS; in is_ready()
|
/Zephyr-latest/subsys/net/conn_mgr/ |
D | conn_mgr_monitor.c | 83 static void conn_mgr_mon_set_ready(int idx, bool ready, bool ready_ipv4, bool ready_ipv6) in conn_mgr_mon_set_ready() argument 90 if (ready) { in conn_mgr_mon_set_ready()
|
/Zephyr-latest/doc/introduction/ |
D | index.rst | 87 * Simple linked-list ready queue 88 * Red/black tree ready queue 89 * Traditional multi-queue ready queue 136 (LE Link Layer). Includes Bluetooth Mesh and a Bluetooth qualification-ready
|
/Zephyr-latest/drivers/sensor/ams/ens210/ |
D | Kconfig | 51 Number of retries when status reading failed or device not ready.
|
/Zephyr-latest/subsys/logging/ |
D | log_multidomain_link.c | 26 link_remote->ready = true; in log_multidomain_link_on_started() 179 if (!link_remote->ready) { in link_remote_activate()
|
/Zephyr-latest/soc/infineon/cat1a/ |
D | Kconfig | 49 dual-core MCU.The image is provided as C array ready to be compiled as part of the Cortex-M4
|
/Zephyr-latest/samples/sensor/tmp116/ |
D | README.rst | 60 Device TMP116 - 0x200010a8 is ready
|
/Zephyr-latest/subsys/fs/zms/ |
D | zms.c | 1036 if (!fs->ready) { in zms_clear() 1055 fs->ready = false; in zms_clear() 1382 fs->ready = true; in zms_mount() 1400 if (!fs->ready) { in zms_write() 1551 if (!fs->ready) { in zms_read_hist() 1676 if (!fs->ready) { in zms_calc_free_space() 1774 if (!fs->ready) { in zms_active_sector_free_space() 1786 if (!fs->ready) { in zms_sector_use_next()
|
/Zephyr-latest/samples/drivers/espi/ |
D | README.rst | 44 VW channel is ready
|
/Zephyr-latest/samples/sensor/6dof_motion_drdy/ |
D | README.rst | 5 Get 6-Axis accelerometer and gyroscope data from a sensor (data ready interrupt mode).
|
/Zephyr-latest/drivers/ieee802154/ |
D | Kconfig.mcr20a | 72 be ready first (and sometime gpio should be the very first as spi
|
D | Kconfig.cc2520 | 27 be ready first (and sometime gpio should be the very first as spi
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig.npcx_fiu | 38 it if QSPI NOR devices are not ready during driver initialization.
|
D | Kconfig.nrf_rram | 39 Set 0 to disable ready next timeout counter.
|
/Zephyr-latest/samples/sensor/lsm6dsl/ |
D | README.rst | 12 and enable a trigger on data ready. It displays on the console the
|
/Zephyr-latest/samples/drivers/watchdog/ |
D | README.rst | 54 Handled things..ready to reset
|
/Zephyr-latest/drivers/serial/ |
D | uart_async_to_irq.c | 266 bool ready = (data->flags & A2I_TX_IRQ_ENABLED) && !(data->flags & A2I_TX_BUSY); in z_uart_async_to_irq_irq_tx_ready() local 269 return ready ? data->tx.len : 0; in z_uart_async_to_irq_irq_tx_ready()
|
/Zephyr-latest/tests/drivers/build_all/input/ |
D | app.overlay | 259 data-ready-gpios = <&test_gpio 0 0>; 323 data-ready-gpios = <&test_gpio 0 0>;
|
/Zephyr-latest/samples/sensor/lsm6dso_i2c_on_i3c/ |
D | README.rst | 11 12.5Hz and enables a trigger on data ready. It displays on the console
|
/Zephyr-latest/boards/arduino/nano_33_iot/ |
D | arduino_nano_33_iot.dts | 80 ready-gpios = <&porta 28 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
|
/Zephyr-latest/modules/nrf_wifi/bus/ |
D | qspi_if.c | 202 volatile bool ready; 443 while (!dev_data->ready) { in qspi_wait_for_completion() 448 dev_data->ready = false; in qspi_wait_for_completion() 459 dev_data->ready = true; in qspi_complete()
|
/Zephyr-latest/drivers/modem/ |
D | Kconfig.quectel-bg9x | 61 This string is used to determine when modem powered and ready
|
/Zephyr-latest/tests/kernel/timer/timer_behavior/ |
D | Kconfig | 71 int "Delay, in seconds, between tests, so that external tool can be ready"
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | net_if.rst | 73 Bringing an interface up however not always means that the interface is ready to 119 interface is ready to be used by the application.
|