/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_central.c | 690 void *node; local 707 node = pdu_tx; 708 LL_ASSERT(IS_PTR_ALIGNED(node, struct node_rx_cc)); 711 cc = node;
|
D | ull_llcp_local.c | 141 sys_slist_append(&conn->llcp.local.pend_proc_list, &ctx->node); in llcp_lr_enqueue() 189 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(&conn->llcp.local.pend_proc_list, ctx, tmp, node) { in llcp_lr_peek_proc()
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-arch.rst | 113 corresponding device tree node is enabled. 124 disabled, typically by disabling the corresponding device tree node. This is done 125 together with enabling the device tree node for some other HCI driver and making 139 corresponding device tree node is enabled.
|
/Zephyr-latest/doc/releases/ |
D | migration-guide-3.5.rst | 158 :dtcompatible:`zephyr,kscan-input` node. 179 compatible declaration. You may update an existing sh1106 node to change the 184 property of the devicetree node. 203 ``clocks`` node as it is done for other peripherals, for example, to select 213 * On NXP boards with LPC DMA, the DMA controller node used to have its ``dma-channels`` property 310 corresponding driver were updated to consistently use the node name 375 example :dtcompatible:`arm,gic-v2`, to the GIC node in the device tree.
|
/Zephyr-latest/boards/shields/renesas_us159_da14531evz/doc/ |
D | index.rst | 22 socket and defines the ``pmod_serial`` node label (see :ref:`shields` for
|
/Zephyr-latest/boards/arm/fvp_base_revc_2xaemv8a/ |
D | fvp_base_revc_2xaemv8a.dts | 17 * The SRAM node is actually located in the
|
/Zephyr-latest/boards/infineon/cy8cproto_062_4343w/ |
D | cy8cproto_062_4343w.dts | 72 * bt-hci{...} node, cyw43xx driver will use bus/current-speed as
|
/Zephyr-latest/boards/shields/adafruit_data_logger/doc/ |
D | index.rst | 60 defines node aliases for SPI and GPIO interfaces (see :ref:`shields` for more details).
|
/Zephyr-latest/boards/nxp/frdm_mcxn236/ |
D | frdm_mcxn236.dtsi | 51 * This node describes the GPIO pins of the LCD-PAR-S035 panel 8080 interface.
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_rt118x_cm7.dtsi | 46 /delete-node/ cpu@0;
|
D | nxp_rt11xx_cm4.dtsi | 11 /delete-node/ cpu@0; 23 /delete-node/ dma-controller@40070000;
|
/Zephyr-latest/subsys/net/lib/shell/ |
D | route.c | 34 SYS_SLIST_FOR_EACH_CONTAINER(&entry->nexthop, nexthop_route, node) { in route_cb()
|
/Zephyr-latest/boards/nxp/frdm_mcxn947/ |
D | frdm_mcxn947_mcxn947_cpu0.dtsi | 18 /delete-node/ cpu@1;
|
/Zephyr-latest/samples/sensor/bmg160/ |
D | README.rst | 22 must have an enabled node with ``compatible = "bosch,bmg160";``. See
|
/Zephyr-latest/modules/loramac-node/ |
D | CMakeLists.txt | 3 set(ZEPHYR_CURRENT_LIBRARY loramac-node)
|
/Zephyr-latest/samples/boards/st/steval_stwinbx1/sensors/ |
D | README.rst | 4 Read sensor data from the various STWIN SensorTile wireless industrial node sensors.
|
/Zephyr-latest/include/zephyr/net/ |
D | net_if.h | 221 sys_snode_t node; member 392 sys_snode_t node; member 500 sys_snode_t node; member 1675 sys_snode_t node; member 2774 sys_snode_t node; member 3060 sys_snode_t node; member
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | conn.c | 287 const sys_snode_t *node = sys_slist_get_not_empty(&conn->tx_complete); in tx_notify_process() local 289 tx = CONTAINER_OF(node, struct bt_conn_tx, node); in tx_notify_process() 741 sys_slist_append(&conn->tx_pending, &tx->node); in send_buf() 758 (void)sys_slist_find_and_remove(&conn->tx_pending, &tx->node); in send_buf() 1132 sys_snode_t *node; in process_unack_tx() local 1134 node = sys_slist_get(&conn->tx_pending); in process_unack_tx() 1136 if (!node) { in process_unack_tx() 1141 tx = CONTAINER_OF(node, struct bt_conn_tx, node); in process_unack_tx() 4087 if (sys_slist_find(&bt_auth_info_cbs, &cb->node, NULL)) { in bt_conn_auth_info_cb_register() 4091 sys_slist_append(&bt_auth_info_cbs, &cb->node); in bt_conn_auth_info_cb_register() [all …]
|
/Zephyr-latest/dts/arm/nordic/ |
D | nrf5340_cpunet.dtsi | 195 * This i2c node can be TWIM or TWIS, 212 * This spi node can be SPIM or SPIS,
|
D | nrf52805.dtsi | 120 * This i2c node can be TWI, TWIM, or TWIS, 138 * This spi node can be SPI, SPIM, or SPIS,
|
/Zephyr-latest/dts/arm/renesas/ra/ra6/ |
D | r7fa6e10x.dtsi | 11 /delete-node/ &adc1; 12 /delete-node/ &dac1;
|
/Zephyr-latest/dts/arm/renesas/ra/ra4/ |
D | r7fa4m2ax.dtsi | 11 /delete-node/ &spi1; 13 /delete-node/ &adc1;
|
/Zephyr-latest/samples/bluetooth/hci_uart_async/ |
D | README.rst | 152 The UART needs to have as its child node a HCI UART node:
|
/Zephyr-latest/drivers/i3c/ |
D | i3c_common.c | 269 sys_slist_append(&data->attached_dev.devices.i3c, &target->node); in i3c_attach_i3c_device() 313 if (!sys_slist_find_and_remove(&data->attached_dev.devices.i3c, &target->node)) { in i3c_detach_i3c_device() 353 sys_slist_append(&data->attached_dev.devices.i2c, &target->node); in i3c_attach_i2c_device() 371 if (!sys_slist_find_and_remove(&data->attached_dev.devices.i2c, &target->node)) { in i3c_detach_i2c_device()
|
/Zephyr-latest/scripts/ |
D | zephyr_module.py | 780 node = start_modules.pop(0) 781 sorted_modules.append(node) 782 node_name = node.meta['name']
|