Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/
Dmflash_file.c343 uint32_t total_sectors; in mflash_format_internal() local
358 total_sectors = 0; in mflash_format_internal()
364 total_sectors += file_sectors; in mflash_format_internal()
370 total_sectors += dir_sectors; in mflash_format_internal()
373 if ((0u != fs_size_limit) && (fs_size_limit < total_sectors * MFLASH_SECTOR_SIZE)) in mflash_format_internal()
379 for (uint32_t i = 0u; i < total_sectors; i++) in mflash_format_internal()
391 file_offset = total_sectors * MFLASH_SECTOR_SIZE; in mflash_format_internal()
436 fsh->total_size = total_sectors * MFLASH_SECTOR_SIZE; in mflash_format_internal()