/Zephyr-latest/drivers/gpio/ |
D | gpio_intel.c | 242 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(&data->cb, cb, tmp, node) { in gpio_intel_isr()
|
/Zephyr-latest/include/zephyr/net/ |
D | ethernet.h | 624 sys_snode_t node; member
|
/Zephyr-latest/subsys/net/lib/shell/ |
D | iface.c | 228 ctx, tmp, node) { in iface_cb()
|
/Zephyr-latest/tests/subsys/settings/functional/src/ |
D | settings_basic_test.c | 236 return sys_slist_find_and_remove(&settings_handlers, &handler->node); in settings_deregister()
|
/Zephyr-latest/boards/arduino/nano_33_ble/doc/ |
D | index.rst | 74 done at system init. The pin is specified in the ``zephyr,user`` Devicetree node
|
/Zephyr-latest/include/zephyr/drivers/ |
D | smbus.h | 289 sys_snode_t node; member
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.6.rst | 337 (: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
|
D | release-notes-3.4.rst | 727 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/ |
D | index.rst | 482 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/ |
D | Kconfig | 46 Example of devicetree node:
|
/Zephyr-latest/boards/heltec/heltec_wireless_stick_lite_v3/doc/ |
D | index.rst | 14 - Semtech SX1262 LoRa node chip
|
/Zephyr-latest/doc/services/pm/ |
D | device.rst | 168 node [shape=circle]; 409 the device node in devicetree. For example, this devicetree fragment sets the
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_mcxn94x_common.dtsi | 36 /* Dummy pinctrl node, filled with pin mux options at board level */ 1039 * implementation, so the SysTick node is not to be enabled.
|
D | nxp_k6x.dtsi | 75 /* Dummy pinctrl node, filled with pin mux options at board level */
|
D | nxp_ke1xf.dtsi | 93 /* Dummy pinctrl node, filled with pin mux options at board level */
|
/Zephyr-latest/subsys/modbus/ |
D | modbus_server.c | 934 SYS_SLIST_FOR_EACH_CONTAINER(&ctx->user_defined_cbs, p, node) { in mbs_try_user_fc()
|
/Zephyr-latest/drivers/usb/udc/ |
D | udc_virtual.c | 45 sys_snode_t node; member
|
/Zephyr-latest/boards/st/disco_l475_iot1/doc/ |
D | index.rst | 6 The B-L475E-IOT01A Discovery kit for IoT node allows users to develop
|
/Zephyr-latest/doc/security/ |
D | reporting.rst | 27 node [style = rounded];
|
/Zephyr-latest/dts/riscv/openisa/ |
D | rv32m1.dtsi | 48 /* Dummy pinctrl node, filled with pin mux options at board level */
|
/Zephyr-latest/dts/xtensa/intel/ |
D | intel_adsp_cavs25.dtsi | 358 * with node labels, which has problems. A better representation
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | conn.h | 2408 sys_snode_t node; member
|
/Zephyr-latest/subsys/usb/device/class/hid/ |
D | core.c | 686 sys_slist_append(&usb_hid_devlist, &dev_data->common.node); in usb_hid_register_device()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | hci_core.c | 592 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/ |
D | ull_llcp_remote.c | 180 sys_slist_append(&conn->llcp.remote.pend_proc_list, &ctx->node); in rr_enqueue()
|