![]() |
nRF Connect SDK API 3.3.99
|
#include <pm_config.h>#include <zephyr/sys/util.h>#include <zephyr/devicetree.h>Go to the source code of this file.
Macros | |
| #define | image_0 mcuboot_primary |
| #define | slot0_partition mcuboot_primary |
| #define | image_1 mcuboot_secondary |
| #define | slot1_partition mcuboot_secondary |
| #define | image_0_nonsecure mcuboot_primary |
| #define | slot0_ns_partition mcuboot_primary |
| #define | image_1_nonsecure mcuboot_secondary |
| #define | slot1_ns_partition mcuboot_secondary |
| #define | image_2 mcuboot_primary_1 |
| #define | image_3 mcuboot_secondary_1 |
| #define | slot2_partition mcuboot_primary_1 |
| #define | slot3_partition mcuboot_secondary_1 |
| #define | slot4_partition mcuboot_primary_2 |
| #define | slot5_partition mcuboot_secondary_2 |
| #define | image_scratch mcuboot_scratch |
| #define | image_scratch mcuboot_scratch |
| #define | PM_ID(label) |
| #define | PM_IS_ENABLED(label) |
| #define | FLASH_AREA_LABEL_STR(label) |
| #define | FIXED_PARTITION_ID(label) |
| #define | PARTITION_ID(label) |
| #define | FLASH_AREA_ID(label) |
| #define | FIXED_PARTITION_DATA_FIELD(label, x) |
| #define | PARTITION_DATA_FIELD(label, x) |
| #define | FLASH_DATA_FIELD(label, x) |
| #define | FIXED_PARTITION_OFFSET(label) |
| #define | PARTITION_OFFSET(label) |
| #define | FLASH_AREA_OFFSET(label) |
| #define | FIXED_PARTITION_SIZE(label) |
| #define | PARTITION_SIZE(label) |
| #define | FLASH_AREA_SIZE(label) |
| #define | FIXED_PARTITION_DEVICE(label) |
| #define | PARTITION_DEVICE(label) |
| #define | FLASH_AREA_DEVICE(label) |
| #define | FIXED_PARTITION_MTD(label) |
| #define | PARTITION_MTD(label) |
| #define | FIXED_PARTITION_NODE_MTD(node) |
| #define | PARTITION_NODE_MTD(node) |
| #define | FIXED_PARTITION_EXISTS(label) |
| #define | PARTITION_EXISTS(label) |
| #define | FLASH_AREA_LABEL_EXISTS(label) |
| #define | FIXED_PARTITION_ADDRESS(label) |
| #define | PARTITION_ADDRESS(label) |
| #define | FIXED_PARTITION(label) |
| #define | PARTITION(label) |
| #define | DECLARE_PARTITION(label) |
| #define | MAKE_LABEL(id, _) |
Functions | |
| FOR_EACH (DECLARE_PARTITION,(;), LISTIFY(PM_NUM, MAKE_LABEL,(,))) | |