Home
last modified time | relevance | path

Searched refs:FOR_EACH_PARTITION_TABLE (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/storage/flash_map/
Dflash_map_default.c62 #define FOR_EACH_PARTITION_TABLE(table) DT_FOREACH_CHILD(table, DEFINE_PARTITION) macro
63 DT_FOREACH_STATUS_OKAY(fixed_partitions, FOR_EACH_PARTITION_TABLE)
/Zephyr-latest/include/zephyr/storage/
Dflash_map.h440 #define FOR_EACH_PARTITION_TABLE(table) DT_FOREACH_CHILD(table, DECLARE_PARTITION) macro
443 DT_FOREACH_STATUS_OKAY(fixed_partitions, FOR_EACH_PARTITION_TABLE)
447 #undef FOR_EACH_PARTITION_TABLE