Lines Matching +full:fixed +full:- +full:partitions
9 * SPDX-License-Identifier: Apache-2.0
20 * @defgroup devicetree-fixed-partition Devicetree Fixed Partition API
26 * @brief Get a node identifier for a fixed partition with
32 * partitions {
33 * compatible = "fixed-partitions";
38 * label = "image-0";
49 * @param label lowercase-and-underscores label property value
56 * @brief Test if a fixed partition with a given label property exists
57 * @param label lowercase-and-underscores label property value
58 * @return 1 if any "fixed-partitions" child node has the given label,
65 * @brief Test if fixed-partition compatible node exists
68 * @return 1 if node exists and is fixed-partition compatible, 0 otherwise.
74 * @brief Get a numeric identifier for a fixed partition
75 * @param node_id node identifier for a fixed-partitions child node
76 * @return the partition's ID, a unique zero-based index number
82 * @param node_id node identifier for a fixed-partitions child node
84 * fixed-partitions node, or @ref DT_INVALID_NODE if it doesn't exist.
92 * @param node_id node identifier for a fixed-partitions child node
94 * contains the fixed-partitions node.
101 * @brief Get the absolute address of a fixed partition
107 * compatible = "soc-nv-flash";
108 * partitions {
109 * compatible = "fixed-partitions";
125 * This macro can only be used with partitions of internal memory
126 * addressable by the CPU. Otherwise, it may produce a compile-time
129 * @param node_id node identifier for a fixed-partitions child node