Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/
Dmflash_file.c338 const mflash_file_t *dir_template) in mflash_format_internal() argument
359 …for (const mflash_file_t *dt = dir_template; (NULL != dt->path) && ('\0' != dt->path[0]) && (0 != … in mflash_format_internal()
403 const mflash_file_t *dt = &dir_template[fi]; in mflash_format_internal()
446 … status_t mflash_format(mflash_fs_t *fs, uint32_t fs_size_limit, const mflash_file_t *dir_template) in mflash_format() argument
452 if (dir_template == NULL) in mflash_format()
465 status = mflash_format_internal(fs, page_buf, fs_size_limit, dir_template); in mflash_format()
475 static status_t mflash_template_match(mflash_fs_t *fs, const mflash_file_t *dir_template) in mflash_template_match() argument
479 …for (const mflash_file_t *dt = dir_template; (NULL != dt->path) && ('\0' != dt->path[0]) && (0u !=… in mflash_template_match()
502 …status_t mflash_fs_init(mflash_fs_t *fs, uint32_t fs_size_limit, const mflash_file_t *dir_template) in mflash_fs_init() argument
512 status = mflash_template_match(fs, dir_template); in mflash_fs_init()
[all …]
Dmflash_file.h30 status_t mflash_init(const mflash_file_t *dir_template, bool init_drv);