Home
last modified time | relevance | path

Searched refs:node (Results 1026 – 1050 of 1120) sorted by relevance

1...<<4142434445

/Zephyr-latest/drivers/gpio/
Dgpio_intel.c242 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(&data->cb, cb, tmp, node) { in gpio_intel_isr()
/Zephyr-latest/include/zephyr/net/
Dethernet.h624 sys_snode_t node; member
/Zephyr-latest/subsys/net/lib/shell/
Diface.c228 ctx, tmp, node) { in iface_cb()
/Zephyr-latest/tests/subsys/settings/functional/src/
Dsettings_basic_test.c236 return sys_slist_find_and_remove(&settings_handlers, &handler->node); in settings_deregister()
/Zephyr-latest/boards/arduino/nano_33_ble/doc/
Dindex.rst74 done at system init. The pin is specified in the ``zephyr,user`` Devicetree node
/Zephyr-latest/include/zephyr/drivers/
Dsmbus.h289 sys_snode_t node; member
/Zephyr-latest/doc/releases/
Drelease-notes-3.6.rst337 (:dtcompatible:`infineon,xmc4xxx-can` and :dtcompatible:`infineon,xmc4xxx-can-node`).
497 now optional. The node can be used by specifying only input and long codes.
505 * Added a :dtcompatible:`zephyr,native-linux-evdev` device node for getting
506 input events from a Linux evdev device node.
515 * Fixed ESP32 MDIO driver being enabled when node was not status okay.
667 property in targeted serial node, with the following benefits:
680 * On STM2G0 devices, property ``crs-usb-sof`` in ``clk_hsi48`` node enables support
Drelease-notes-3.4.rst727 application image slots, instead of previously used DT node label properties.
729 your MCUboot slot partitions with proper DT node labels; for example partition
730 with "image-0" label property will have to be given slot0_partition DT node label.
731 Label property does not have to be removed from partition node, but will not be used.
733 DT node labels used are listed below
739 | Partition with label property | Required DT node label |
/Zephyr-latest/boards/native/native_sim/doc/
Dindex.rst482 enabled and the devicetree contains a node such as:
491 which evdev device node has to be used, for example
564 This driver is automatically enabled when a devicetree contains a node
583 and ``X_baud`` respectively, where ``X`` is a name of a node. Command line
/Zephyr-latest/drivers/i2c/
DKconfig46 Example of devicetree node:
/Zephyr-latest/boards/heltec/heltec_wireless_stick_lite_v3/doc/
Dindex.rst14 - Semtech SX1262 LoRa node chip
/Zephyr-latest/doc/services/pm/
Ddevice.rst168 node [shape=circle];
409 the device node in devicetree. For example, this devicetree fragment sets the
/Zephyr-latest/dts/arm/nxp/
Dnxp_mcxn94x_common.dtsi36 /* Dummy pinctrl node, filled with pin mux options at board level */
1039 * implementation, so the SysTick node is not to be enabled.
Dnxp_k6x.dtsi75 /* Dummy pinctrl node, filled with pin mux options at board level */
Dnxp_ke1xf.dtsi93 /* Dummy pinctrl node, filled with pin mux options at board level */
/Zephyr-latest/subsys/modbus/
Dmodbus_server.c934 SYS_SLIST_FOR_EACH_CONTAINER(&ctx->user_defined_cbs, p, node) { in mbs_try_user_fc()
/Zephyr-latest/drivers/usb/udc/
Dudc_virtual.c45 sys_snode_t node; member
/Zephyr-latest/boards/st/disco_l475_iot1/doc/
Dindex.rst6 The B-L475E-IOT01A Discovery kit for IoT node allows users to develop
/Zephyr-latest/doc/security/
Dreporting.rst27 node [style = rounded];
/Zephyr-latest/dts/riscv/openisa/
Drv32m1.dtsi48 /* Dummy pinctrl node, filled with pin mux options at board level */
/Zephyr-latest/dts/xtensa/intel/
Dintel_adsp_cavs25.dtsi358 * with node labels, which has problems. A better representation
/Zephyr-latest/include/zephyr/bluetooth/
Dconn.h2408 sys_snode_t node; member
/Zephyr-latest/subsys/usb/device/class/hid/
Dcore.c686 sys_slist_append(&usb_hid_devlist, &dev_data->common.node); in usb_hid_register_device()
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c592 sys_snode_t *node; in hci_num_completed_packets() local
599 node = sys_slist_get(&conn->tx_pending); in hci_num_completed_packets()
601 if (!node) { in hci_num_completed_packets()
607 sys_slist_append(&conn->tx_complete, node); in hci_num_completed_packets()
2061 next, node) { in unpair()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_llcp_remote.c180 sys_slist_append(&conn->llcp.remote.pend_proc_list, &ctx->node); in rr_enqueue()

1...<<4142434445