/Zephyr-latest/doc/services/debugging/ |
D | gdbstub.rst | 52 property of the chosen node to the spare UART device so that :c:func:`printk`
|
/Zephyr-latest/include/zephyr/drivers/ |
D | i2c.h | 447 sys_snode_t node; member
|
D | gpio.h | 745 sys_snode_t node; member
|
/Zephyr-latest/lib/net_buf/ |
D | buf.c | 426 sys_slist_append(list, &buf->node); in net_buf_slist_put()
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_rt6xx_common.dtsi | 87 * implementation, so the SysTick node is not to be enabled.
|
D | nxp_rt5xx_common.dtsi | 103 * implementation, so the SysTick node is not to be enabled.
|
/Zephyr-latest/subsys/usb/device_next/class/ |
D | usbd_cdc_ecm.c | 469 sys_dlist_remove(&data->mac_desc_data->node); in usbd_cdc_ecm_shutdown()
|
/Zephyr-latest/drivers/modem/ |
D | hl7800.c | 960 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/ |
D | ull_llcp_internal.h | 135 sys_snode_t node; member
|
/Zephyr-latest/doc/hardware/peripherals/can/ |
D | shell.rst | 206 * ``P``: The frame has the CAN FD Error State Indicator (ESI) flag set. The transmitting node is
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | blob.rst | 34 The BLOB Transfer Client is instantiated on the sender node, and the BLOB Transfer Server is
|
/Zephyr-latest/subsys/usb/device/class/ |
D | cdc_acm.c | 501 sys_slist_append(&cdc_acm_data_devlist, &dev_data->common.node); in cdc_acm_init()
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.5.rst | 60 ``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
|
D | release-notes-2.3.rst | 817 * :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…
|
D | release-notes-2.2.rst | 478 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
|
D | release-notes-3.7.rst | 283 * 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/ |
D | usb_dc_stm32.c | 383 #warning USBPRE/OTGFSPRE should be set in rcc node in usb_dc_stm32_clock_enable()
|
/Zephyr-latest/drivers/usb/udc/ |
D | udc_mcux_ehci.c | 59 sys_snode_t node; member
|
D | udc_mcux_ip3511.c | 59 sys_snode_t node; member
|
D | udc_common.c | 563 SYS_SLIST_FOR_EACH_CONTAINER(&list, buf, node) { in udc_debug_ep_enqueue()
|
/Zephyr-latest/subsys/bluetooth/controller/ |
D | Kconfig.ll_sw_split | 1208 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/ |
D | lpn.c | 37 CONFIG_LOG_MODE_DEFERRED Kconfig option when Low Power node feature is enabled.
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig.ipv6 | 281 The node MUST perform duplicate address detection (DAD) on the
|
/Zephyr-latest/modules/ |
D | Kconfig.mcuboot | 266 Note that the zephyr chosen node ``zephyr,code-partition`` should be set to
|
/Zephyr-latest/include/zephyr/ |
D | net_buf.h | 1008 sys_snode_t node; member
|