Searched refs:app_count (Results 1 – 2 of 2) sorted by relevance
30 uint32_t app_count; member
201 ++bs->app_count; in bootloader_utility_load_partition_table()262 if (index >= 0 && index < MAX_OTA_SLOTS && index < (int)bs->app_count) { in index_to_partition()341 ota_slot = ota_seq % bs->app_count; // Actual OTA partition selection in get_active_otadata_with_check_anti_rollback()386 bs->app_count == 0) {387 …ll-0xFF) or partition table does not have bootable ota_apps (app_count=%"PRIu32")", bs->app_count);420 boot_index = ota_seq % bs->app_count; // Actual OTA partition selection545 for (index = start_index + 1; index < (int)bs->app_count; index++) {