Searched refs:mflash_fs_t (Results 1 – 1 of 1) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/flash/mflash/ |
| D | mflash_file.c | 61 } mflash_fs_t; typedef 71 static mflash_fs_t *g_mflash_fs = NULL; 161 static status_t mflash_fs_sector_erase(mflash_fs_t *fs, uint32_t sector_offset) in mflash_fs_sector_erase() 176 static status_t mflash_fs_page_program(mflash_fs_t *fs, uint32_t page_offset, uint32_t *data) in mflash_fs_page_program() 191 static inline void *mflash_fs_get_ptr(mflash_fs_t *fs, uint32_t offset) in mflash_fs_get_ptr() 225 static status_t mflash_fs_check(mflash_fs_t *fs) in mflash_fs_check() 268 static status_t mflash_file_check(mflash_fs_t *fs, mflash_dir_record_t *dr) in mflash_file_check() 313 static status_t mflash_dir_lookup(mflash_fs_t *fs, char *path, mflash_dir_record_t *dr_ptr) in mflash_dir_lookup() 335 static status_t mflash_format_internal(mflash_fs_t *fs, in mflash_format_internal() 446 static status_t mflash_format(mflash_fs_t *fs, uint32_t fs_size_limit, const mflash_file_t *dir_tem… in mflash_format() [all …]
|