Home
last modified time | relevance | path

Searched refs:event (Results 976 – 1000 of 1074) sorted by relevance

1...<<31323334353637383940>>...43

/Zephyr-latest/boards/nxp/mimxrt1064_evk/
Dmimxrt1064_evk.dts11 #include <zephyr/dt-bindings/input/input-event-codes.h>
/Zephyr-latest/boards/atmel/sam/sam_v71_xult/
Dsam_v71_xult-common.dtsi11 #include <zephyr/dt-bindings/input/input-event-codes.h>
/Zephyr-latest/subsys/modem/
Dmodem_chat.c748 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/
Dindex.rst14 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/
Dqspi_if.c487 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/
Drelease-notes-3.0.rst62 ``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
Drelease-notes-1.6.rst39 * 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/
Dmqtt.rst128 be called and an appropriate event notified.
Dmqtt_sn.rst137 appropriate event notified.
Dcoap_server.rst235 following example simply prints when an event occurs.
/Zephyr-latest/boards/xen/xenvm/doc/
Dindex.rst89 * Xen event channels
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dblob_cli.rst16 The BLOB Transfer Client is instantiated on an element with a set of event handler callbacks:
Dcore.rst23 interval, poll event timing and Friend requirements is controlled through the
/Zephyr-latest/boards/ezurio/bl5340_dvk/
Dbl5340_dvk_nrf5340_cpuapp_common.dtsi8 #include <zephyr/dt-bindings/input/input-event-codes.h>
/Zephyr-latest/doc/services/tracing/
Dindex.rst43 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/
Dautopts-win10.rst242 - Check if board sends ready event after restart (hex 00 00 80 ff 00 00). Open serial connection to…
/Zephyr-latest/
DCODE_OF_CONDUCT.md57 representative at an online or offline event.
/Zephyr-latest/boards/nxp/mimxrt685_evk/
Dmimxrt685_evk_mimxrt685s_cm33.dts11 #include <zephyr/dt-bindings/input/input-event-codes.h>
/Zephyr-latest/drivers/i2c/
Di2c_max32.c143 mxc_i2c_slave_event_t event) in i2c_max32_target_callback() argument
149 switch (event) { in i2c_max32_target_callback()
/Zephyr-latest/drivers/flash/
Dnrf_qspi_nor.c389 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/
Dstm32l5.dtsi371 interrupt-names = "event", "error";
383 interrupt-names = "event", "error";
/Zephyr-latest/tests/subsys/mgmt/mcumgr/os_mgmt_datetime/src/
Dmain.c117 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/
Dworkqueue.rst170 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/
Dgd32vf103.dtsi177 interrupt-names = "event", "error";
/Zephyr-latest/subsys/net/lib/ptp/
DKconfig195 transmitting Announce messages and rising timeout event.

1...<<31323334353637383940>>...43