Home
last modified time | relevance | path

Searched refs:node (Results 926 – 950 of 1120) sorted by relevance

1...<<31323334353637383940>>...45

/Zephyr-latest/samples/bluetooth/hci_uart_3wire/
DREADME.rst179 The UART needs to have as its child node a HCI UART node:
/Zephyr-latest/tests/lib/devicetree/api/
Dapp.overlay131 disabled-node@0 {
137 reserved-node@0 {
138 compatible = "vnd,reserved-node";
366 * There should only be one spi-device-2 node.
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c4325 void *node; local
4330 node = pdu_data;
4331 LL_ASSERT(IS_PTR_ALIGNED(node, struct node_rx_conn_iso_estab));
4333 req = node;
4362 void *node; local
4377 node = pdu_data;
4378 LL_ASSERT(IS_PTR_ALIGNED(node, struct node_rx_conn_iso_estab));
4380 est = node;
4424 void *node; local
4436 node = pdu_data_rx;
[all …]
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull.c1810 tx->node = node_tx; in ll_tx_ack_put()
2676 tx_node = tx->node; in tx_cmplt_get()
2686 NODE_TX_FRAGMENTS_SET(tx->node, sdu_fragments); in tx_cmplt_get()
2726 tx_node = tx->node; in tx_cmplt_get()
2735 NODE_TX_DATA_SET(tx->node); in tx_cmplt_get()
2741 NODE_TX_CTRL_SET(tx->node); in tx_cmplt_get()
/Zephyr-latest/subsys/bluetooth/controller/ticker/
Dticker.h169 uint8_t ticker_init(uint8_t instance_index, uint8_t count_node, void *node,
/Zephyr-latest/boards/shields/mikroe_ble_tiny_click/doc/
Dindex.rst22 socket and defines the ``mikrobus_serial`` node label (see :ref:`shields`
/Zephyr-latest/samples/boards/st/power_mgmt/serial_wakeup/
DREADME.rst81 - Use a LPUART instead of a basic U(S)ART node
/Zephyr-latest/kernel/
Dtimer.c46 if (sys_dnode_is_linked(&t->node)) { in z_timer_expiration_handler()
/Zephyr-latest/dts/arm/infineon/cat1a/psoc6_02/
Dpsoc6_02.100-wlcsp.dtsi14 /delete-node/ gpio@40310180; // gpio_prt3
15 /delete-node/ gpio@40310200; // gpio_prt4
/Zephyr-latest/doc/services/retention/
Dindex.rst33 child node of this device 1 or more times - note that the memory region will
152 node of ``zephyr,boot-mode``. See the following example:
/Zephyr-latest/samples/bluetooth/hci_uart/
DREADME.rst184 The UART needs to have as its child node a HCI UART node:
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_object.h193 sys_snode_t node; member
413 sys_snode_t node; member
481 sys_snode_t node; member
/Zephyr-latest/subsys/usb/device/class/audio/
Daudio.c441 SYS_SLIST_FOR_EACH_CONTAINER(&usb_audio_data_devlist, dev_data, node) { in get_audio_dev_data_by_entity()
500 SYS_SLIST_FOR_EACH_CONTAINER(&usb_audio_data_devlist, dev_data, node) { in get_audio_dev_data_by_iface()
994 sys_slist_append(&usb_audio_data_devlist, &audio_dev_data->common.node); in usb_audio_register()
/Zephyr-latest/doc/services/smf/
Dindex.rst165 node [style=rounded];
268 node [style = rounded];
384 node [style=rounded];
535 node [style = rounded];
/Zephyr-latest/dts/arm/nxp/
Dnxp_kl25z.dtsi32 /* Dummy pinctrl node, filled with pin mux options at board level */
/Zephyr-latest/doc/hardware/peripherals/
Ddma.rst57 node [style=rounded];
/Zephyr-latest/include/zephyr/net/
Dnet_pkt_filter.h51 sys_snode_t node; /**< Slist rule list node */ member
/Zephyr-latest/samples/subsys/tracing/
DREADME.rst37 You may need to set "zephyr,tracing-uart" property under the chosen node in your devicetree.
/Zephyr-latest/boards/st/nucleo_wb55rg/
Dnucleo_wb55rg.dts100 /* To select another clock, enable the node */
/Zephyr-latest/modules/
DKconfig96 comment "loramac-node module not available."
/Zephyr-latest/include/zephyr/bluetooth/
Diso.h210 sys_snode_t node; member
Dbluetooth.h1729 sys_snode_t node; member
2273 sys_snode_t node; member
/Zephyr-latest/subsys/lorawan/
Dlorawan.c184 SYS_SLIST_FOR_EACH_CONTAINER(&dl_callbacks, cb, node) { in mcps_indication_handler()
727 sys_slist_append(&dl_callbacks, &cb->node); in lorawan_register_downlink_callback()
/Zephyr-latest/boards/nxp/mimxrt595_evk/
Dmimxrt595_evk_mimxrt595s_cm33.dts106 * This node describes the GPIO pins of the MIPI FPC interface,
485 /* Disable this node if not using USB and need another MPU region */
/Zephyr-latest/drivers/tee/optee/
Doptee.c53 sys_dnode_t node; member
439 SYS_DLIST_FOR_EACH_CONTAINER(&data->notif, iter, node) { in key_is_pending()
507 sys_dlist_append(&data->notif, &entry->node); in optee_notif_wait()
513 sys_dlist_remove(&entry->node); in optee_notif_wait()

1...<<31323334353637383940>>...45