Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/
Dmflash_file.c55 } mflash_fs_header_t; typedef
59 mflash_fs_header_t header;
236 status = mflash_readable_check(fs, sizeof(mflash_fs_header_t)); in mflash_fs_check()
262 …mflash_readable_check(fs, sizeof(mflash_fs_header_t) + fs->header.file_count * sizeof(mflash_dir_r… in mflash_fs_check()
351 mflash_fs_header_t *fsh; in mflash_format_internal()
368 dir_size = file_count * sizeof(mflash_dir_record_t) + sizeof(mflash_fs_header_t); in mflash_format_internal()
390 dir_offset = file_count * sizeof(mflash_dir_record_t) + sizeof(mflash_fs_header_t); in mflash_format_internal()
428 assert(dir_offset == sizeof(mflash_fs_header_t)); in mflash_format_internal()
431 fsh = (mflash_fs_header_t *)page_buf; in mflash_format_internal()