Lines Matching full:node
26 * @brief Get a node identifier for a fixed partition with
46 * DT_NODE_BY_FIXED_PARTITION_LABEL(mcuboot) // node identifier for boot_partition
47 * DT_NODE_BY_FIXED_PARTITION_LABEL(image_0) // node identifier for slot0_partition
50 * @return a node identifier for the partition with that label property
58 * @return 1 if any "fixed-partitions" child node has the given label,
65 * @brief Test if fixed-partition compatible node exists
67 * @param node_id DTS node to test
68 * @return 1 if node exists and is fixed-partition compatible, 0 otherwise.
75 * @param node_id node identifier for a fixed-partitions child node
81 * @brief Get the node identifier of the flash memory for a partition
82 * @param node_id node identifier for a fixed-partitions child node
83 * @return the node identifier of the internal memory that contains the
84 * fixed-partitions node, or @ref DT_INVALID_NODE if it doesn't exist.
91 * @brief Get the node identifier of the flash controller for a partition
92 * @param node_id node identifier for a fixed-partitions child node
93 * @return the node identifier of the memory technology device that
94 * contains the fixed-partitions node.
129 * @param node_id node identifier for a fixed-partitions child node
131 * node containing it.