Home
last modified time | relevance | path

Searched full:ready (Results 1 – 25 of 1564) sorted by relevance

12345678910>>...63

/Zephyr-latest/tests/subsys/shell/shell_device/
Dtestcase.yaml16 - "device@0 \\(READY\\)"
17 - "device@1 \\(READY\\)"
18 - "device@2 \\(READY\\)"
19 - "device@3 \\(READY\\)"
20 - "device@4 \\(READY\\)"
28 - "device@0 \\(READY\\)"
41 - "device@0 \\(READY\\)"
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll.c824 struct lll_event *ready; local
829 /* Find the ready prepare in the pipeline */
831 ready = prepare_dequeue_iter_ready_get(&idx);
834 if (ready) {
840 ticks_at_preempt_next = ready->prepare_param.ticks_at_expire;
845 if (&ready->prepare_param != prepare_param) {
846 ready_short = ready;
849 ready = NULL;
875 /* Current event active or another prepare is ready in the pipeline */
878 (ready && is_resume)) {
[all …]
/Zephyr-latest/tests/drivers/can/api/src/
Dtransceiver.c34 TC_PRINT("CAN device not ready"); in can_transceiver_predicate()
39 TC_PRINT("CAN transceiver device not ready"); in can_transceiver_predicate()
51 zassert_true(device_is_ready(can_dev), "CAN device not ready"); in can_transceiver_setup()
52 zassert_true(device_is_ready(can_phy), "CAN transceiver device not ready"); in can_transceiver_setup()
/Zephyr-latest/drivers/sensor/bosch/bma280/
Dbma280_trigger.c95 /* check for data ready */ in bma280_thread_cb()
166 /* disable data ready interrupt while changing trigger params */ in bma280_trigger_set()
170 LOG_DBG("Could not disable data ready interrupt"); in bma280_trigger_set()
180 /* enable data ready interrupt */ in bma280_trigger_set()
185 LOG_DBG("Could not enable data ready interrupt"); in bma280_trigger_set()
193 LOG_DBG("Could not disable data ready interrupt"); in bma280_trigger_set()
208 LOG_DBG("Could not enable data ready interrupt"); in bma280_trigger_set()
232 /* setup data ready gpio interrupt */ in bma280_init_interrupt()
234 LOG_ERR("GPIO device not ready"); in bma280_init_interrupt()
249 /* map data ready interrupt to INT1 */ in bma280_init_interrupt()
[all …]
/Zephyr-latest/drivers/usb/common/nrf_usbd_common/
DKconfig14 bool "Send ZLP on ISO IN when not ready"
19 data is ready to be sent. When enabled, ZLP is sent when no data is
20 ready. When disabled, no response is sent (bus timeout occurs).
/Zephyr-latest/drivers/wifi/eswifi/
Deswifi_bus_spi.c117 * 1. Module raises data-ready when ready for **command phase** in eswifi_spi_request()
121 * 5. Module lowers data-ready signal in eswifi_spi_request()
122 * 6. Module raises data-ready to signal start of the **data phase** in eswifi_spi_request()
124 * 8. Host fetch data as long as data-ready pin is up in eswifi_spi_request()
125 * 9. Module lowers data-ready to signal the end of the data Phase in eswifi_spi_request()
139 /* CMD/DATA READY signals the Command Phase */ in eswifi_spi_request()
142 LOG_ERR("CMD ready timeout\n"); in eswifi_spi_request()
158 /* CMD/DATA READY signals the Data Phase */ in eswifi_spi_request()
161 LOG_ERR("DATA ready timeout\n"); in eswifi_spi_request()
240 /* SPI DATA READY PIN */ in eswifi_spi_init()
[all …]
/Zephyr-latest/doc/kernel/services/scheduling/
Dindex.rst21 - transition of a thread to the :ref:`ready state <thread_states>`, for
38 The kernel's scheduler selects the highest priority ready thread
39 to be the current thread. When multiple ready threads of the same priority
58 The kernel can be built with one of several choices for the ready queue
62 * Simple linked-list ready queue (:kconfig:option:`CONFIG_SCHED_DUMB`)
64 The scheduler ready queue will be implemented as a simple unordered list, with
71 * Red/black tree ready queue (:kconfig:option:`CONFIG_SCHED_SCALABLE`)
73 The scheduler ready queue will be implemented as a red/black tree. This has
80 so). Most applications won't need this ready queue implementation.
82 * Traditional multi-queue ready queue (:kconfig:option:`CONFIG_SCHED_MULTIQ`)
[all …]
/Zephyr-latest/tests/benchmarks/sched_queues/
DKconfig20 will add to the ready queue. Increasing this value will places greater
21 stress on the ready queue and better highlight the performance
22 differences as the number of threads in the ready queue changes.
DREADME.rst7 number of ready threads increases. This benchmark can be used to help
12 * Time to add a threads of increasing priority to the ready queue.
13 * Time to add threads of decreasing priority to the ready queue.
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/
Dec_host_cmd_backend_shi.h41 * Then the EC found an error in the request, or was not ready for the request
59 * EC is ready to receive, and has ignored the byte sent by the AP. EC expects
85 * EC received data from the AP before it was ready. That is, the AP asserted
86 * chip select and started clocking data before the EC was ready to receive it.
92 * EC was ready to receive a request from the AP. EC has treated the byte sent
94 * a fully received packet but is not ready to respond yet.
/Zephyr-latest/subsys/shell/backends/
Dshell_rpmsg.c41 if (!sh_rpmsg->ready) { in uninit()
46 sh_rpmsg->ready = false; in uninit()
60 if (sh_rpmsg->ready) { in init()
83 sh_rpmsg->ready = true; in init()
92 if (!sh_rpmsg->ready) { in enable()
109 if (!sh_rpmsg->ready) { in write()
119 /* Set TX ready in any case, as we have no way to recover otherwise */ in write()
139 if (!sh_rpmsg->ready) { in read()
/Zephyr-latest/drivers/usb/udc/
DKconfig.dwc243 int "UDC DWC2 USBHS VBUS ready event timeout in ms"
48 UDC DWC2 USBHS VBUS ready event timeout. If the VBUS is not ready
/Zephyr-latest/dts/bindings/sensor/
Dbosch,bmm150.yaml12 This property specifies the connection for data ready pin.
13 The polarity default is active high when sensor data is ready.
/Zephyr-latest/soc/nuvoton/numaker/m2l31x/
Dsoc.c32 /* Wait for HXT clock ready */ in soc_reset_hook()
43 /* Wait for LXT clock ready */ in soc_reset_hook()
52 /* Wait for HIRC clock ready */ in soc_reset_hook()
57 /* Wait for LIRC clock ready */ in soc_reset_hook()
64 /* Wait for HIRC48M clock ready */ in soc_reset_hook()
/Zephyr-latest/soc/nuvoton/numaker/m46x/
Dsoc.c32 /* Wait for HXT clock ready */ in soc_reset_hook()
43 /* Wait for LXT clock ready */ in soc_reset_hook()
52 /* Wait for HIRC clock ready */ in soc_reset_hook()
57 /* Wait for LIRC clock ready */ in soc_reset_hook()
64 /* Wait for HIRC48M clock ready */ in soc_reset_hook()
/Zephyr-latest/samples/boards/st/mco/src/
Dmain.c16 * initialization. This sample checks that all MCOs are ready - if so, in main()
27 printk("MCO1 device not ready\n"); in main()
39 printk("MCO2 device not ready\n"); in main()
/Zephyr-latest/soc/intel/intel_adsp/ace/
Dirq.c18 LOG_DBG("board: ACE V1X device is not ready"); in z_soc_irq_enable()
32 LOG_DBG("board: ACE V1X device is not ready"); in z_soc_irq_disable()
46 LOG_DBG("board: ACE V1X device is not ready"); in z_soc_irq_is_enabled()
/Zephyr-latest/drivers/usb/uhc/
DKconfig.max3421e24 int "Maximum retries for oscillator ready event"
27 Specify the number of retries for oscillator ready event.
/Zephyr-latest/dts/bindings/adc/
Dti,ads131m02.yaml18 GPIO for data ready, becomes active when a conversion result is ready.
Dmaxim,max1125x-base.yaml30 gpio for data ready, becomes active when a conversion result is ready
/Zephyr-latest/tests/drivers/i2s/i2s_api/src/
Dmain.c39 "device %s is not ready", dev_i2s_rx->name); in before()
42 "device %s is not ready", dev_i2s_tx->name); in before()
59 "device %s is not ready", dev_i2s->name); in before_dir_both()
66 * (READY, both TX and RX queues empty) it is actually a no-op. in before_dir_both()
/Zephyr-latest/subsys/net/conn_mgr/
Dconn_mgr_monitor.c37 /* Tracks the most recent total quantity of L4-ready ifaces (any, IPv4, IPv6) */
78 * @param idx - index (in iface_states) of the iface to mark ready or unready
79 * @param ready - true if the iface should be considered ready, otherwise false
80 * @param ready_ipv4 - true if the iface is ready with IPv4, otherwise false
81 * @param ready_ipv6 - true if the iface is ready with IPv6, otherwise false
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()
132 /* Detect whether iface was previously considered ready */ in conn_mgr_mon_handle_update()
144 /* Determine whether iface is currently considered ready */ in conn_mgr_mon_handle_update()
149 /* Track ready iface count */ in conn_mgr_mon_handle_update()
[all …]
/Zephyr-latest/boards/silabs/starter_kits/slstk3701a/
Dboard.c22 printk("Ethernet PHY power gpio port is not ready!\n"); in efm32gg_stk3701a_init()
32 printk("Ethernet reference clock gpio port is not ready!\n"); in efm32gg_stk3701a_init()
50 printk("Ethernet PHY reset gpio port is not ready!\n"); in efm32gg_stk3701a_init()
/Zephyr-latest/samples/subsys/usb/hid-keyboard/src/
Dmain.c73 static void kb_iface_ready(const struct device *dev, const bool ready) in kb_iface_ready() argument
76 dev->name, ready ? "ready" : "not ready"); in kb_iface_ready()
77 kb_ready = ready; in kb_iface_ready()
184 LOG_ERR("LED device %s is not ready", kb_leds[i].port->name); in main()
197 LOG_ERR("HID Device is not ready"); in main()
278 LOG_INF("USB HID device is not ready"); in main()
/Zephyr-latest/drivers/sensor/nxp/fxls8974/
DKconfig41 bool "Data ready interrupt to INT1 pin"
44 Say Y to route data ready interrupt to INT1 pin. Say N to route to

12345678910>>...63