Home
last modified time | relevance | path

Searched refs:event (Results 1001 – 1025 of 1074) sorted by relevance

1...<<414243

/Zephyr-latest/kernel/
DKconfig178 power management but possibly to other features like system event
707 This option enables event objects. Threads may wait on event
709 events to event objects.
1005 This option enables a fully event driven kernel. Periodic system
/Zephyr-latest/subsys/bluetooth/
DKconfig212 When the results for a CS subevent cannot fit into a single HCI event,
/Zephyr-latest/doc/services/retention/
Dindex.rst10 when a device reboots. The stored data should not persist in the event of a
/Zephyr-latest/boards/nxp/vmu_rt1170/
Dvmu_rt1170_mimxrt1176_cm7.dts12 #include <zephyr/dt-bindings/input/input-event-codes.h>
/Zephyr-latest/subsys/tracing/
DKconfig77 event internally.
/Zephyr-latest/modules/
DKconfig.stm32163 Enable STM32Cube Extended interrupt and event controller (EXTI) HAL
676 Enable STM32Cube Extended interrupt and event controller (EXTI) LL
/Zephyr-latest/arch/arm/core/cortex_m/
DKconfig302 int "Number of event counters in the Performance Monitoring Unit"
306 The number of event counters implemented.
/Zephyr-latest/doc/releases/
Drelease-notes-1.12.rst195 * Fixing network management event ordering.
314 * :github:`2916` - event logger: context switch event is not supported at ARC
364 * :github:`5254` - missing test for kernel event logger
429 * :github:`6413` - net_mgmt.h API event set data structure leads to undesirable behavior
745 * :github:`7931` - Bluetooth controller nrf52 - connection event status
Drelease-notes-1.7.rst106 as a network event notification system (sender/listener).
276 * ``ZEP-1337`` - Relocate event logger files
439 * ``ZEP-1787`` - kernel event logger build failed with "CONFIG_LEGACY_KERNEL=n"
/Zephyr-latest/subsys/bluetooth/host/
Dscan.c1587 static void bt_hci_le_df_connectionless_iq_report_common(uint8_t event, struct net_buf *buf) in bt_hci_le_df_connectionless_iq_report_common() argument
1595 if (event == BT_HCI_EVT_LE_CONNECTIONLESS_IQ_REPORT) { in bt_hci_le_df_connectionless_iq_report_common()
1602 event == BT_HCI_EVT_VS_LE_CONNECTIONLESS_IQ_REPORT) { in bt_hci_le_df_connectionless_iq_report_common()
/Zephyr-latest/drivers/i3c/
Di3c_stm32.c2119 IRQ_CONNECT(DT_INST_IRQ_BY_NAME(index, event, irq), \
2120 DT_INST_IRQ_BY_NAME(index, event, priority), i3c_stm32_event_isr, \
2122 irq_enable(DT_INST_IRQ_BY_NAME(index, event, irq)); \
/Zephyr-latest/dts/arm/st/mp1/
Dstm32mp157.dtsi335 interrupt-names = "event", "error";
/Zephyr-latest/boards/nxp/mimxrt595_evk/
Dmimxrt595_evk_mimxrt595s_cm33.dts10 #include <zephyr/dt-bindings/input/input-event-codes.h>
/Zephyr-latest/boards/olimex/olimexino_stm32/doc/
Dindex.rst437 handler prints information about this event along with its
/Zephyr-latest/subsys/net/l2/wifi/
Dwifi_mgmt.c540 char event[MAX_EVENT_STR_LEN + 1] = {0}; in wifi_mgmt_raise_neighbor_rep_recv_event() local
555 event, bssid, bssid_info, &op_class, &channel, &phy_type) == 6) { in wifi_mgmt_raise_neighbor_rep_recv_event()
/Zephyr-latest/doc/develop/api/
Dterminology.rst174 e.g. a callback or event.
/Zephyr-latest/doc/services/device_mgmt/smp_groups/
Dsmp_group_10.rst434 registered with the event :c:enumerator:`MGMT_EVT_OP_ENUM_MGMT_DETAILS`, whereby the supplied
/Zephyr-latest/subsys/net/l2/openthread/
DKconfig311 Set y if the radio supports AckTime event
/Zephyr-latest/dts/arm/st/f3/
Dstm32f3.dtsi232 interrupt-names = "event", "error";
/Zephyr-latest/drivers/wifi/nxp/
DKconfig.nxp873 bool "Subscribe event from firmware"
876 This option prints the get subscribe event from firmware for user test.
1103 bool "Dump event information"
1106 Enabling this will dump event codes of
/Zephyr-latest/drivers/ethernet/nxp_enet/
Deth_mcux.c875 enet_event_t event, enet_frame_info_t *frameinfo, void *param) in eth_callback() argument
879 switch (event) { in eth_callback()
/Zephyr-latest/drivers/serial/
Duart_nrfx_uarte.c1719 static bool event_check_clear(NRF_UARTE_Type *uarte, nrf_uarte_event_t event, in event_check_clear() argument
1722 if (nrf_uarte_event_check(uarte, event) && (int_mask & int_en_mask)) { in event_check_clear()
1723 nrf_uarte_event_clear(uarte, event); in event_check_clear()
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_inet.c568 struct k_poll_event event; in send_check_and_wait() local
570 k_poll_event_init(&event, in send_check_and_wait()
575 k_poll(&event, 1, K_MSEC(*retry_timeout)); in send_check_and_wait()
/Zephyr-latest/subsys/net/ip/
DKconfig.tcp242 "forward progress" event as described in RFC 4861.
/Zephyr-latest/soc/nordic/nrf53/
DKconfig94 The EVENTS_TICK event is not handled.

1...<<414243