/Zephyr-latest/samples/bluetooth/hci_uart_3wire/ |
D | README.rst | 179 The UART needs to have as its child node a HCI UART node:
|
/Zephyr-latest/tests/lib/devicetree/api/ |
D | app.overlay | 131 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/ |
D | hci.c | 4325 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/ |
D | ull.c | 1810 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/ |
D | ticker.h | 169 uint8_t ticker_init(uint8_t instance_index, uint8_t count_node, void *node,
|
/Zephyr-latest/boards/shields/mikroe_ble_tiny_click/doc/ |
D | index.rst | 22 socket and defines the ``mikrobus_serial`` node label (see :ref:`shields`
|
/Zephyr-latest/samples/boards/st/power_mgmt/serial_wakeup/ |
D | README.rst | 81 - Use a LPUART instead of a basic U(S)ART node
|
/Zephyr-latest/kernel/ |
D | timer.c | 46 if (sys_dnode_is_linked(&t->node)) { in z_timer_expiration_handler()
|
/Zephyr-latest/dts/arm/infineon/cat1a/psoc6_02/ |
D | psoc6_02.100-wlcsp.dtsi | 14 /delete-node/ gpio@40310180; // gpio_prt3 15 /delete-node/ gpio@40310200; // gpio_prt4
|
/Zephyr-latest/doc/services/retention/ |
D | index.rst | 33 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/ |
D | README.rst | 184 The UART needs to have as its child node a HCI UART node:
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_object.h | 193 sys_snode_t node; member 413 sys_snode_t node; member 481 sys_snode_t node; member
|
/Zephyr-latest/subsys/usb/device/class/audio/ |
D | audio.c | 441 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/ |
D | index.rst | 165 node [style=rounded]; 268 node [style = rounded]; 384 node [style=rounded]; 535 node [style = rounded];
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_kl25z.dtsi | 32 /* Dummy pinctrl node, filled with pin mux options at board level */
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | dma.rst | 57 node [style=rounded];
|
/Zephyr-latest/include/zephyr/net/ |
D | net_pkt_filter.h | 51 sys_snode_t node; /**< Slist rule list node */ member
|
/Zephyr-latest/samples/subsys/tracing/ |
D | README.rst | 37 You may need to set "zephyr,tracing-uart" property under the chosen node in your devicetree.
|
/Zephyr-latest/boards/st/nucleo_wb55rg/ |
D | nucleo_wb55rg.dts | 100 /* To select another clock, enable the node */
|
/Zephyr-latest/modules/ |
D | Kconfig | 96 comment "loramac-node module not available."
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | iso.h | 210 sys_snode_t node; member
|
D | bluetooth.h | 1729 sys_snode_t node; member 2273 sys_snode_t node; member
|
/Zephyr-latest/subsys/lorawan/ |
D | lorawan.c | 184 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/ |
D | mimxrt595_evk_mimxrt595s_cm33.dts | 106 * 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/ |
D | optee.c | 53 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()
|