Lines Matching full:label
27 * a given label property
35 * label = "mcuboot";
38 * label = "image-0";
49 * @param label lowercase-and-underscores label property value
50 * @return a node identifier for the partition with that label property
52 #define DT_NODE_BY_FIXED_PARTITION_LABEL(label) \ argument
53 DT_CAT(DT_COMPAT_fixed_partitions_LABEL_, label)
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,
61 #define DT_HAS_FIXED_PARTITION_LABEL(label) \ argument
62 IS_ENABLED(DT_CAT3(DT_COMPAT_fixed_partitions_LABEL_, label, _EXISTS))
111 * label = "storage";