Home
last modified time | relevance | path

Searched refs:ready (Results 51 – 75 of 186) sorted by relevance

12345678

/Zephyr-latest/subsys/usb/device_next/
DKconfig56 yet ready to publish the message. The delay unit is milliseconds.
/Zephyr-latest/subsys/logging/backends/
Dlog_multidomain_backend.c182 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/
Dconn_mgr_monitor.c83 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/
Dindex.rst87 * 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/
DKconfig51 Number of retries when status reading failed or device not ready.
/Zephyr-latest/subsys/logging/
Dlog_multidomain_link.c26 link_remote->ready = true; in log_multidomain_link_on_started()
179 if (!link_remote->ready) { in link_remote_activate()
/Zephyr-latest/soc/infineon/cat1a/
DKconfig49 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/
DREADME.rst60 Device TMP116 - 0x200010a8 is ready
/Zephyr-latest/subsys/fs/zms/
Dzms.c1036 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/
DREADME.rst44 VW channel is ready
/Zephyr-latest/samples/sensor/6dof_motion_drdy/
DREADME.rst5 Get 6-Axis accelerometer and gyroscope data from a sensor (data ready interrupt mode).
/Zephyr-latest/drivers/ieee802154/
DKconfig.mcr20a72 be ready first (and sometime gpio should be the very first as spi
DKconfig.cc252027 be ready first (and sometime gpio should be the very first as spi
/Zephyr-latest/drivers/flash/
DKconfig.npcx_fiu38 it if QSPI NOR devices are not ready during driver initialization.
DKconfig.nrf_rram39 Set 0 to disable ready next timeout counter.
/Zephyr-latest/samples/sensor/lsm6dsl/
DREADME.rst12 and enable a trigger on data ready. It displays on the console the
/Zephyr-latest/samples/drivers/watchdog/
DREADME.rst54 Handled things..ready to reset
/Zephyr-latest/drivers/serial/
Duart_async_to_irq.c266 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/
Dapp.overlay259 data-ready-gpios = <&test_gpio 0 0>;
323 data-ready-gpios = <&test_gpio 0 0>;
/Zephyr-latest/samples/sensor/lsm6dso_i2c_on_i3c/
DREADME.rst11 12.5Hz and enables a trigger on data ready. It displays on the console
/Zephyr-latest/boards/arduino/nano_33_iot/
Darduino_nano_33_iot.dts80 ready-gpios = <&porta 28 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
/Zephyr-latest/modules/nrf_wifi/bus/
Dqspi_if.c202 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/
DKconfig.quectel-bg9x61 This string is used to determine when modem powered and ready
/Zephyr-latest/tests/kernel/timer/timer_behavior/
DKconfig71 int "Delay, in seconds, between tests, so that external tool can be ready"
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_if.rst73 Bringing an interface up however not always means that the interface is ready to
119 interface is ready to be used by the application.

12345678