Home
last modified time | relevance | path

Searched refs:node (Results 951 – 975 of 1204) sorted by relevance

1...<<31323334353637383940>>...49

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_central.c690 void *node; local
707 node = pdu_tx;
708 LL_ASSERT(IS_PTR_ALIGNED(node, struct node_rx_cc));
711 cc = node;
Dull_llcp_local.c141 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/
Dbluetooth-arch.rst113 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/
Dmigration-guide-3.5.rst158 :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/
Dindex.rst22 socket and defines the ``pmod_serial`` node label (see :ref:`shields` for
/Zephyr-latest/boards/arm/fvp_base_revc_2xaemv8a/
Dfvp_base_revc_2xaemv8a.dts17 * The SRAM node is actually located in the
/Zephyr-latest/boards/infineon/cy8cproto_062_4343w/
Dcy8cproto_062_4343w.dts72 * bt-hci{...} node, cyw43xx driver will use bus/current-speed as
/Zephyr-latest/boards/shields/adafruit_data_logger/doc/
Dindex.rst60 defines node aliases for SPI and GPIO interfaces (see :ref:`shields` for more details).
/Zephyr-latest/boards/nxp/frdm_mcxn236/
Dfrdm_mcxn236.dtsi51 * This node describes the GPIO pins of the LCD-PAR-S035 panel 8080 interface.
/Zephyr-latest/dts/arm/nxp/
Dnxp_rt118x_cm7.dtsi46 /delete-node/ cpu@0;
Dnxp_rt11xx_cm4.dtsi11 /delete-node/ cpu@0;
23 /delete-node/ dma-controller@40070000;
/Zephyr-latest/subsys/net/lib/shell/
Droute.c34 SYS_SLIST_FOR_EACH_CONTAINER(&entry->nexthop, nexthop_route, node) { in route_cb()
/Zephyr-latest/boards/nxp/frdm_mcxn947/
Dfrdm_mcxn947_mcxn947_cpu0.dtsi18 /delete-node/ cpu@1;
/Zephyr-latest/samples/sensor/bmg160/
DREADME.rst22 must have an enabled node with ``compatible = "bosch,bmg160";``. See
/Zephyr-latest/modules/loramac-node/
DCMakeLists.txt3 set(ZEPHYR_CURRENT_LIBRARY loramac-node)
/Zephyr-latest/samples/boards/st/steval_stwinbx1/sensors/
DREADME.rst4 Read sensor data from the various STWIN SensorTile wireless industrial node sensors.
/Zephyr-latest/include/zephyr/net/
Dnet_if.h221 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/
Dconn.c287 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/
Dnrf5340_cpunet.dtsi195 * This i2c node can be TWIM or TWIS,
212 * This spi node can be SPIM or SPIS,
Dnrf52805.dtsi120 * 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/
Dr7fa6e10x.dtsi11 /delete-node/ &adc1;
12 /delete-node/ &dac1;
/Zephyr-latest/dts/arm/renesas/ra/ra4/
Dr7fa4m2ax.dtsi11 /delete-node/ &spi1;
13 /delete-node/ &adc1;
/Zephyr-latest/samples/bluetooth/hci_uart_async/
DREADME.rst152 The UART needs to have as its child node a HCI UART node:
/Zephyr-latest/drivers/i3c/
Di3c_common.c269 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/
Dzephyr_module.py780 node = start_modules.pop(0)
781 sorted_modules.append(node)
782 node_name = node.meta['name']

1...<<31323334353637383940>>...49