Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_bootrom/
Dbootrom.c114 resident_partition_t partitions[PARTITION_TABLE_MAX_PARTITIONS]; in rom_add_flash_runtime_partition()
118 if (pt->permission_partition_count < PARTITION_TABLE_MAX_PARTITIONS) { in rom_add_flash_runtime_partition()
/hal_rpi_pico-latest/src/rp2_common/boot_bootrom_headers/include/boot/
Dbootrom_constants.h69 #define PARTITION_TABLE_MAX_PARTITIONS 16 macro