Searched refs:event (Results 1026 – 1050 of 1074) sorted by relevance
1...<<414243
/Zephyr-latest/doc/services/sensing/ |
D | index.rst | 111 :alt: Sensor Data Flow (App receive hinge angel data through data event callback example).
|
/Zephyr-latest/doc/services/device_mgmt/smp_groups/ |
D | smp_group_3.rst | 545 with the event :c:enumerator:`MGMT_EVT_OP_SETTINGS_MGMT_ACCESS`, whereby the supplied callback data
|
/Zephyr-latest/boards/nxp/mr_canhubk3/ |
D | mr_canhubk3.dts | 10 #include <zephyr/dt-bindings/input/input-event-codes.h>
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | Kconfig | 116 which all event callbacks to the application occur. The 599 peer address (or IRK) and `bt_unpair` that bond before the event 651 encryption-change event to be received before accepting key-distribution 1097 bool "User Vendor-Specific event handling"
|
D | conn.c | 4154 void bt_hci_le_df_connection_iq_report_common(uint8_t event, struct net_buf *buf) in bt_hci_le_df_connection_iq_report_common() argument 4160 if (event == BT_HCI_EVT_LE_CONNECTION_IQ_REPORT) { in bt_hci_le_df_connection_iq_report_common() 4167 event == BT_HCI_EVT_VS_LE_CONNECTION_IQ_REPORT) { in bt_hci_le_df_connection_iq_report_common()
|
/Zephyr-latest/tests/subsys/mgmt/mcumgr/settings_mgmt/src/ |
D | main.c | 1548 static enum mgmt_cb_return mgmt_event_cmd_callback(uint32_t event, enum mgmt_cb_return prev_status, in mgmt_event_cmd_callback() argument 1552 if (event == MGMT_EVT_OP_SETTINGS_MGMT_ACCESS) { in mgmt_event_cmd_callback()
|
/Zephyr-latest/doc/kernel/services/other/ |
D | fatal.rst | 191 In the event that a thread pushes more data onto its execution stack than its
|
/Zephyr-latest/doc/hardware/peripherals/can/ |
D | shell.rst | 259 The ``can recover`` subcommand can be used for initiating manual recovery from a CAN bus-off event
|
/Zephyr-latest/subsys/net/lib/dns/ |
D | mdns_responder.c | 707 svc->pev[0].event.fd = ctx->sock; in register_dispatcher()
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.4.rst | 1109 * Added new :c:macro:`LWM2M_RD_CLIENT_EVENT_REG_UPDATE` event. 1133 a possible event loss with the old implementation. 1213 * Added new ``NET_EVENT_WIFI_TWT_SLEEP_STATE`` event to notify TWT sleep status. 1223 ``NET_EVENT_WIFI_CMD_RAW_SCAN_RESULT`` event. 1374 * Added a new policy event API that can be used to register expected events
|
D | release-notes-3.5.rst | 155 * Fixed ``tbs_client`` missing discovery complete event 255 * Added Kconfig to maximize BIG event length and preempt PTO & CTRL subevents 768 * Increased esp32 default network (TCP workq, RX and mgmt event) stack sizes to 2048 bytes. 786 cause CoAP packets to not timeout at all on this event. 838 * Added new :c:macro:`LWM2M_RD_CLIENT_EVENT_DEREGISTER` event. 2152 * Fixed :c:func:`poll` issue with event file descriptors
|
D | release-notes-1.5.rst | 227 * ``ZEP-526`` - build "kernel event logger" sample app failed for BOARD=quark_d2000_crb
|
D | release-notes-1.11.rst | 102 * Net management API event enhancements 411 * :github:`5753` - Bluetooth: controller: In nRF5 radio. c RATEBOOST event not cleared in ISRs
|
/Zephyr-latest/drivers/spi/ |
D | spi_b_renesas_ra8.c | 66 switch (p_args->event) { in spi_cb()
|
D | spi_renesas_ra.c | 62 switch (p_args->event) { in spi_cb()
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-arch.rst | 188 event handling as well as connection tracking happens. The implementation of
|
/Zephyr-latest/modules/hostap/ |
D | Kconfig | 284 bool "Monitor the net mgmt event to add/del interface"
|
/Zephyr-latest/drivers/usb_c/tcpc/ |
D | ucpd_numaker.c | 845 static void numaker_utcpd_notify_ppc_event(const struct device *dev, enum usbc_ppc_event event) in numaker_utcpd_notify_ppc_event() argument 852 event_handler(dev, event_data, event); in numaker_utcpd_notify_ppc_event()
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | lwm2m.rst | 567 - No event 635 - Ignore the event.
|
/Zephyr-latest/subsys/bluetooth/controller/ |
D | Kconfig.df | 267 SOCs nRF52811, nRF52820, nRF52833, nRF5340 generate PHYEND event delayed when
|
/Zephyr-latest/samples/net/mqtt_publisher/ |
D | README.rst | 75 identifier, event type and message format. This application uses the
|
/Zephyr-latest/ |
D | LICENSE | 153 8. Limitation of Liability. In no event and under no legal theory,
|
/Zephyr-latest/boards/openisa/rv32m1_vega/doc/ |
D | index.rst | 68 | EVENT | on-chip | event unit interrupt controller | 96 | EVENT | on-chip | event unit interrupt controller |
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | i3c.rst | 136 hot-join events. IBI event should only be enabled when
|
/Zephyr-latest/drivers/can/ |
D | can_renesas_ra.c | 797 switch (p_args->event) { in can_renesas_ra_fsp_cb()
|
1...<<414243