/Zephyr-latest/boards/nxp/mimxrt1064_evk/ |
D | mimxrt1064_evk.dts | 11 #include <zephyr/dt-bindings/input/input-event-codes.h>
|
/Zephyr-latest/boards/atmel/sam/sam_v71_xult/ |
D | sam_v71_xult-common.dtsi | 11 #include <zephyr/dt-bindings/input/input-event-codes.h>
|
/Zephyr-latest/subsys/modem/ |
D | modem_chat.c | 748 static void modem_chat_pipe_callback(struct modem_pipe *pipe, enum modem_pipe_event event, in modem_chat_pipe_callback() argument 753 switch (event) { in modem_chat_pipe_callback()
|
/Zephyr-latest/doc/services/rtio/ |
D | index.rst | 14 RTIO provides a framework for doing asynchronous operation chains with event 119 effect every io device can be viewed as an independent, event driven actor like
|
/Zephyr-latest/modules/nrf_wifi/bus/ |
D | qspi_if.c | 487 static void qspi_handler(nrfx_qspi_evt_t event, void *p_context) in qspi_handler() argument 491 if (event == NRFX_QSPI_EVENT_DONE) { in qspi_handler()
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.0.rst | 62 ``conn = NULL`` in the event of a disconnect. This was not documented as part 216 in response to ``UART_RX_BUF_REQUEST`` event. 275 * Added support for event objects. Threads may wait on an event object such 276 that any events posted to that event object may wake a waiting thread if the 277 posting satisfies the waiting threads' event conditions. 884 …uetooth: Controller: Missing ticks slot offset calculation in Periodic Advertising event scheduling 1045 * :github:`41291` - LVGL touch event "LV_EVENT_LONG_PRESSED" can not be generated if I press the sc… 1161 * :github:`40209` - Bluetooth: First AUX_SYNC_IND never received, missing event send to host 1272 * :github:`39497` - doc: kernel: event object static initialization mismatch
|
D | release-notes-1.6.rst | 39 * Renamed kernel objects event to alert and memory map to memory slab. 40 * Changed memory pool, memory maps, message queues and event handling APIs. 234 * ``ZEP-928`` - API changes to event handling
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | mqtt.rst | 128 be called and an appropriate event notified.
|
D | mqtt_sn.rst | 137 appropriate event notified.
|
D | coap_server.rst | 235 following example simply prints when an event occurs.
|
/Zephyr-latest/boards/xen/xenvm/doc/ |
D | index.rst | 89 * Xen event channels
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | blob_cli.rst | 16 The BLOB Transfer Client is instantiated on an element with a set of event handler callbacks:
|
D | core.rst | 23 interval, poll event timing and Friend requirements is controlled through the
|
/Zephyr-latest/boards/ezurio/bl5340_dvk/ |
D | bl5340_dvk_nrf5340_cpuapp_common.dtsi | 8 #include <zephyr/dt-bindings/input/input-event-codes.h>
|
/Zephyr-latest/doc/services/tracing/ |
D | index.rst | 43 Users can generate a custom trace event by calling 44 :c:func:`sys_tracing_named_event`, which takes an event name as well as two 45 arbitrary 4 byte arguments. Tracing backends may truncate the provided event 73 In CTF, an event is serialized to a packet containing one or more fields.
|
/Zephyr-latest/doc/connectivity/bluetooth/autopts/ |
D | autopts-win10.rst | 242 - Check if board sends ready event after restart (hex 00 00 80 ff 00 00). Open serial connection to…
|
/Zephyr-latest/ |
D | CODE_OF_CONDUCT.md | 57 representative at an online or offline event.
|
/Zephyr-latest/boards/nxp/mimxrt685_evk/ |
D | mimxrt685_evk_mimxrt685s_cm33.dts | 11 #include <zephyr/dt-bindings/input/input-event-codes.h>
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_max32.c | 143 mxc_i2c_slave_event_t event) in i2c_max32_target_callback() argument 149 switch (event) { in i2c_max32_target_callback()
|
/Zephyr-latest/drivers/flash/ |
D | nrf_qspi_nor.c | 389 static void qspi_handler(nrfx_qspi_evt_t event, void *p_context) in qspi_handler() argument 393 if (event == NRFX_QSPI_EVENT_DONE) { in qspi_handler()
|
/Zephyr-latest/dts/arm/st/l5/ |
D | stm32l5.dtsi | 371 interrupt-names = "event", "error"; 383 interrupt-names = "event", "error";
|
/Zephyr-latest/tests/subsys/mgmt/mcumgr/os_mgmt_datetime/src/ |
D | main.c | 117 static enum mgmt_cb_return os_mgmt_datetime_callback(uint32_t event, in os_mgmt_datetime_callback() argument 122 if (event == MGMT_EVT_OP_OS_MGMT_DATETIME_GET) { in os_mgmt_datetime_callback() 127 } else if (event == MGMT_EVT_OP_OS_MGMT_DATETIME_SET) { in os_mgmt_datetime_callback()
|
/Zephyr-latest/doc/kernel/services/threads/ |
D | workqueue.rst | 170 item in response to a **poll event** (see :ref:`polling_v2`), that will 174 a dedicated thread waiting or actively polling for a poll event. 197 as long as it is still waiting for a poll event. In such case, the kernel 345 deadline should be extended if a new event occurs. An example is collecting
|
/Zephyr-latest/dts/riscv/gd/ |
D | gd32vf103.dtsi | 177 interrupt-names = "event", "error";
|
/Zephyr-latest/subsys/net/lib/ptp/ |
D | Kconfig | 195 transmitting Announce messages and rising timeout event.
|