Home
last modified time | relevance | path

Searched refs:node (Results 551 – 575 of 1120) sorted by relevance

1...<<21222324252627282930>>...45

/Zephyr-latest/boards/panasonic/pan1783/
Dpan1783a_pa_evb_nrf5340_cpuapp.dts24 /delete-node/ uart;
/Zephyr-latest/boards/adafruit/qt_py_esp32s3/
Dadafruit_qt_py_esp32s3_appcpu_psram.overlay5 /delete-node/ &flash0;
Dadafruit_qt_py_esp32s3_procpu_psram.overlay5 /delete-node/ &flash0;
/Zephyr-latest/subsys/modbus/
DKconfig18 prompt "Supported node roles"
21 Specify the type of supported node roles.
/Zephyr-latest/drivers/mfd/
Dmfd_ite_it8801.c68 sys_slist_append(&data->callback_list, &callback->node); in mfd_it8801_register_interrupt_callback()
76 SYS_SLIST_FOR_EACH_CONTAINER(&data->callback_list, cb_entry, node) { in it8801_gpio_alert_worker()
/Zephyr-latest/doc/_extensions/zephyr/
Dlink-roles.py128 node = nodes.reference(rawtext, link_text, refuri=url, **options)
129 return [node], []
/Zephyr-latest/samples/boards/nordic/nrfx_prs/boards/
Dnrf5340dk_nrf5340_cpuapp.overlay41 /* This node corresponds to the SPIM1 peripheral that is to be used via
54 * peripherals cannot be used simultaneously and this node must be disabled.
/Zephyr-latest/drivers/gpio/
Dgpio_sc18im704.c266 #define CHECK_COMPAT(node) \ argument
267 COND_CODE_1(DT_NODE_HAS_COMPAT(node, nxp_sc18im704_i2c), (DEVICE_DT_GET(node)), ())
Dgpio_renesas_ra_ioport.c271 #define GPIO_DEVICE_INIT(node, port_number, suffix, addr) \ argument
272 DT_FOREACH_PROP_ELEM(node, port_irq_names, GPIO_RA_DECL_PINS); \
274 DT_FOREACH_PROP_ELEM(node, port_irq_names, GPIO_RA_IRQ_INFO)}; \
287 DEVICE_DT_DEFINE(node, NULL, NULL, &gpio_ra_data_##suffix, &gpio_ra_config_##suffix, \
/Zephyr-latest/subsys/usb/device_next/
Dusbd_core.c78 SYS_SLIST_FOR_EACH_CONTAINER(&cfg_nd->class_list, c_nd, node) { in usbd_class_bcast_event()
231 SYS_SLIST_FOR_EACH_CONTAINER(&uds_ctx->hs_configs, cfg_nd, node) { in usbd_device_shutdown_core()
240 SYS_SLIST_FOR_EACH_CONTAINER(&uds_ctx->fs_configs, cfg_nd, node) { in usbd_device_shutdown_core()
/Zephyr-latest/subsys/bluetooth/host/
Datt.c37 #define ATT_REQ(_node) CONTAINER_OF(_node, struct bt_att_req, node)
110 sys_snode_t node; member
498 sys_snode_t *node = sys_slist_get(reqs); in get_first_req_matching_chan() local
500 if (node) { in get_first_req_matching_chan()
501 return ATT_REQ(node); in get_first_req_matching_chan()
583 sys_snode_t *node = sys_slist_get(&att->reqs); in bt_att_sent() local
585 if (chan_req_send(chan, ATT_REQ(node)) >= 0) { in bt_att_sent()
590 sys_slist_prepend(&att->reqs, node); in bt_att_sent()
754 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(&att->chans, chan, tmp, node) { in att_send_process()
889 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(&att->chans, chan, tmp, node) { in att_req_send_process()
[all …]
/Zephyr-latest/subsys/bluetooth/services/ots/
Dots_l2cap_internal.h27 sys_snode_t node; member
/Zephyr-latest/boards/shields/v2c_daplink/
Dv2c_daplink_cfg.overlay7 /delete-node/ &itcm;
/Zephyr-latest/include/zephyr/drivers/
Ddisk.h91 sys_dnode_t node; member
/Zephyr-latest/include/zephyr/bluetooth/classic/
Dclassic.h131 sys_snode_t node; member
/Zephyr-latest/tests/drivers/sensor/sbs_gauge/boards/
Dqemu_arc_qemu_arc_hs.overlay10 /* qemu_cortex_a9 board isn't configured with an I2C node */
Dqemu_cortex_a9.overlay10 /* qemu_cortex_a9 board isn't configured with an I2C node */
/Zephyr-latest/include/zephyr/mgmt/hawkbit/
Devent.h92 sys_snode_t node; member
/Zephyr-latest/samples/basic/button/
DREADME.rst74 As shown, the ``sw0`` devicetree alias must point to a child node of a node
79 - ``gpio0`` is an example node label referring to a GPIO controller
85 node, and that the GPIO controller's devicetree binding names those two cells
/Zephyr-latest/samples/subsys/fs/littlefs/boards/
Dparticle_xenon.overlay7 /delete-node/ &storage_partition;
/Zephyr-latest/samples/subsys/shell/fs/boards/
Dparticle_xenon.overlay7 /delete-node/ &storage_partition;
/Zephyr-latest/drivers/adc/
DKconfig.esp3220 that enable dma channels in their device tree node.
/Zephyr-latest/include/zephyr/drivers/i3c/
Dibi.h90 sys_snode_t node; member
/Zephyr-latest/samples/subsys/usb/cdc_acm/
Dnucleo_f413zh_dwc2.overlay7 /delete-node/ &zephyr_udc0;
/Zephyr-latest/dts/arm/st/f1/
Dstm32f103Xb.dtsi23 * STM32F103TB. Delete node in stm32f103tb.dtsi.

1...<<21222324252627282930>>...45