We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c72def commit dd86a4dCopy full SHA for dd86a4d
include/zephyr/storage/flash_map.h
@@ -429,11 +429,11 @@ uint8_t flash_area_erased_val(const struct flash_area *fa);
429
*/
430
#define FIXED_PARTITION_BY_NODE(node) FIXED_PARTITION_1(node)
431
432
+/** @cond INTERNAL_HIDDEN */
433
#define FIXED_PARTITION_1(node) FIXED_PARTITION_0(DT_DEP_ORD(node))
434
#define FIXED_PARTITION_0(ord) \
435
((const struct flash_area *)&DT_CAT(global_fixed_partition_ORD_, ord))
436
-/** @cond INTERNAL_HIDDEN */
437
#define DECLARE_PARTITION(node) DECLARE_PARTITION_0(DT_DEP_ORD(node))
438
#define DECLARE_PARTITION_0(ord) \
439
extern const struct flash_area DT_CAT(global_fixed_partition_ORD_, ord);
0 commit comments