Searched refs:node (Results 1 – 11 of 11) sorted by relevance
51 sys_snode_t node; member125 sys_slist_append(&avail_queue, &line_bufs[i].node); in boot_console_init()151 sys_snode_t *node; in boot_uart_fifo_callback() local153 node = sys_slist_get(&avail_queue); in boot_uart_fifo_callback()154 if (!node) { in boot_uart_fifo_callback()159 cmd = CONTAINER_OF(node, struct line_input, node); in boot_uart_fifo_callback()168 sys_slist_append(&lines_queue, &cmd->node); in boot_uart_fifo_callback()179 sys_snode_t *node; in boot_uart_fifo_getline() local185 if (sys_slist_peek_tail(&avail_queue) != &cmd->node) { in boot_uart_fifo_getline()186 sys_slist_append(&avail_queue, &cmd->node); in boot_uart_fifo_getline()[all …]
367 function(dt_get_parent node)368 string(FIND "${${node}}" "/" pos REVERSE)371 message(FATAL_ERROR "Unable to get parent of node: ${${node}}")374 string(SUBSTRING "${${node}}" 0 ${pos} ${node})375 set(${node} "${${node}}" PARENT_SCOPE)
34 node "zephyr,uart-mcumgr", when such node does not exist
492 - Chosen node "zephyr,bootloader-info" to be set to the retention
7 /delete-node/ &boot_partition;8 /delete-node/ &slot0_partition;9 /delete-node/ &slot1_partition;
7 /delete-node/ &slot1_partition;8 /delete-node/ &slot0_partition;9 /delete-node/ &boot_partition;
60 for node in part_nodes:61 for child in node.children.values():
36 `boards/arm/frdm_k64f/frdm_k64f.dts`. Make sure the DT node labels in your board's219 Which interface belongs to the protocol shall be set by the devicetree-chosen node: