/Zephyr-latest/kernel/ |
D | Kconfig | 178 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/ |
D | Kconfig | 212 When the results for a CS subevent cannot fit into a single HCI event,
|
/Zephyr-latest/doc/services/retention/ |
D | index.rst | 10 when a device reboots. The stored data should not persist in the event of a
|
/Zephyr-latest/boards/nxp/vmu_rt1170/ |
D | vmu_rt1170_mimxrt1176_cm7.dts | 12 #include <zephyr/dt-bindings/input/input-event-codes.h>
|
/Zephyr-latest/subsys/tracing/ |
D | Kconfig | 77 event internally.
|
/Zephyr-latest/modules/ |
D | Kconfig.stm32 | 163 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/ |
D | Kconfig | 302 int "Number of event counters in the Performance Monitoring Unit" 306 The number of event counters implemented.
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.12.rst | 195 * 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
|
D | release-notes-1.7.rst | 106 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/ |
D | scan.c | 1587 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/ |
D | i3c_stm32.c | 2119 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/ |
D | stm32mp157.dtsi | 335 interrupt-names = "event", "error";
|
/Zephyr-latest/boards/nxp/mimxrt595_evk/ |
D | mimxrt595_evk_mimxrt595s_cm33.dts | 10 #include <zephyr/dt-bindings/input/input-event-codes.h>
|
/Zephyr-latest/boards/olimex/olimexino_stm32/doc/ |
D | index.rst | 437 handler prints information about this event along with its
|
/Zephyr-latest/subsys/net/l2/wifi/ |
D | wifi_mgmt.c | 540 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/ |
D | terminology.rst | 174 e.g. a callback or event.
|
/Zephyr-latest/doc/services/device_mgmt/smp_groups/ |
D | smp_group_10.rst | 434 registered with the event :c:enumerator:`MGMT_EVT_OP_ENUM_MGMT_DETAILS`, whereby the supplied
|
/Zephyr-latest/subsys/net/l2/openthread/ |
D | Kconfig | 311 Set y if the radio supports AckTime event
|
/Zephyr-latest/dts/arm/st/f3/ |
D | stm32f3.dtsi | 232 interrupt-names = "event", "error";
|
/Zephyr-latest/drivers/wifi/nxp/ |
D | Kconfig.nxp | 873 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/ |
D | eth_mcux.c | 875 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/ |
D | uart_nrfx_uarte.c | 1719 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/ |
D | sockets_inet.c | 568 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/ |
D | Kconfig.tcp | 242 "forward progress" event as described in RFC 4861.
|
/Zephyr-latest/soc/nordic/nrf53/ |
D | Kconfig | 94 The EVENTS_TICK event is not handled.
|