Home
last modified time | relevance | path

Searched refs:node (Results 1051 – 1075 of 1120) sorted by relevance

1...<<4142434445

/Zephyr-latest/doc/services/debugging/
Dgdbstub.rst52 property of the chosen node to the spare UART device so that :c:func:`printk`
/Zephyr-latest/include/zephyr/drivers/
Di2c.h447 sys_snode_t node; member
Dgpio.h745 sys_snode_t node; member
/Zephyr-latest/lib/net_buf/
Dbuf.c426 sys_slist_append(list, &buf->node); in net_buf_slist_put()
/Zephyr-latest/dts/arm/nxp/
Dnxp_rt6xx_common.dtsi87 * implementation, so the SysTick node is not to be enabled.
Dnxp_rt5xx_common.dtsi103 * implementation, so the SysTick node is not to be enabled.
/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_cdc_ecm.c469 sys_dlist_remove(&data->mac_desc_data->node); in usbd_cdc_ecm_shutdown()
/Zephyr-latest/drivers/modem/
Dhl7800.c960 sys_snode_t *node; in event_handler() local
966 SYS_SLIST_FOR_EACH_NODE(&hl7800_event_callback_list, node) { in event_handler()
967 agent = CONTAINER_OF(node, struct mdm_hl7800_callback_agent, node); in event_handler()
5712 sys_slist_append(&hl7800_event_callback_list, &agent->node); in mdm_hl7800_register_event_callback()
5726 ret = (int)sys_slist_find_and_remove(&hl7800_event_callback_list, &agent->node); in mdm_hl7800_unregister_event_callback()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_llcp_internal.h135 sys_snode_t node; member
/Zephyr-latest/doc/hardware/peripherals/can/
Dshell.rst206 * ``P``: The frame has the CAN FD Error State Indicator (ESI) flag set. The transmitting node is
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dblob.rst34 The BLOB Transfer Client is instantiated on the sender node, and the BLOB Transfer Server is
/Zephyr-latest/subsys/usb/device/class/
Dcdc_acm.c501 sys_slist_append(&cdc_acm_data_devlist, &dev_data->common.node); in cdc_acm_init()
/Zephyr-latest/doc/releases/
Drelease-notes-2.5.rst60 ``user_data`` as arguments instead of structure which contained list node,
657 * Enabled solicit node multicast group registration for Bluetooth IPSP
787 * Miscellaneous new node-related macros:
1014 * :github:`31905` - Question : Friend & Low power node with nRF52840
1281 * :github:`30423` - Devicetree: Child node of node on SPI bus itself needs reg property - Bug?
1317 * :github:`30240` - Bluetooth: Mesh: PTS Test failed in friend node
1483 * :github:`29544` - Bluetooth: Mesh: Friend node unable relay message for lpn
1813 * :github:`26050` - devicetree: provide access to node ordinal
Drelease-notes-2.3.rst817 * :github:`25493` - devicetree: nRF5340 application core DTSI is missing cryptocell node
1005 * :github:`24311` - LPN not receiving any message from Friend node after LPN device reset
1029 * :github:`24194` - Bluetooth: Mesh: Unknown message received by the node
1070 * :github:`24014` - Bluetooth: Mesh: Friend node not cache for lpn which receiveing unknown app_idx
1071 * :github:`24009` - Bluetooth: Mesh: Friend node not cache ALL_Node Address or different app_idx
1233 * :github:`22555` - Add support to device tree generation support for DT_NODELABEL_<node-label>_<FO…
Drelease-notes-2.2.rst478 LoRaMac-node library.
686 * LoRa support was added through official LoRaMac-node reference
966 * :github:`21623` - DT: accept standard syntax for phandle in chosen node
1036 * :github:`21165` - Bluetooth: Mesh: Friend Clear message from a Friend node
1073 * :github:`20746` - Bluetooth: Mesh: Friend node Adding another Friend Update
Drelease-notes-3.7.rst283 * Any device initialization can be deferred if its associated devicetree node
459 * Added Arduino dts node labels for the nRF5340 Audio DK.
1611 * Added :c:macro:`DT_INST_NODE_HAS_COMPAT` to check if a node has a compatible.
1613 * Added :c:macro:`DT_CHILD_NUM` and variants to count the number of children of a node.
1615 node labels of a devicetree node.
1815 fixed partition information from a devicetree node rather than a label.
/Zephyr-latest/drivers/usb/device/
Dusb_dc_stm32.c383 #warning USBPRE/OTGFSPRE should be set in rcc node in usb_dc_stm32_clock_enable()
/Zephyr-latest/drivers/usb/udc/
Dudc_mcux_ehci.c59 sys_snode_t node; member
Dudc_mcux_ip3511.c59 sys_snode_t node; member
Dudc_common.c563 SYS_SLIST_FOR_EACH_CONTAINER(&list, buf, node) { in udc_debug_ep_enqueue()
/Zephyr-latest/subsys/bluetooth/controller/
DKconfig.ll_sw_split1208 ticker node timeouts and thereby prevents ticker interrupts during
1268 ticker nodes with a callback for every found ticker node. When
1325 Under race conditions wherein for a given ticker node if a number of
1334 requests, the said ticker node is always scheduled and at timeout the
/Zephyr-latest/subsys/bluetooth/mesh/
Dlpn.c37 CONFIG_LOG_MODE_DEFERRED Kconfig option when Low Power node feature is enabled.
/Zephyr-latest/subsys/net/ip/
DKconfig.ipv6281 The node MUST perform duplicate address detection (DAD) on the
/Zephyr-latest/modules/
DKconfig.mcuboot266 Note that the zephyr chosen node ``zephyr,code-partition`` should be set to
/Zephyr-latest/include/zephyr/
Dnet_buf.h1008 sys_snode_t node; member

1...<<4142434445