#include "minfs.h"Functions | |
| int32_t | MINFS_Read (MINFS_fs_t *p_fs, MINFS_block_buf_t *p_block_buf, uint16_t data_offset, uint16_t data_len) |
| int32_t | MINFS_Write (MINFS_fs_t *p_fs, MINFS_block_buf_t *p_block_buf, uint16_t data_offset, uint16_t data_len) |
| int32_t | MINFS_GetBlockBuffer (MINFS_fs_t *p_fs, MINFS_block_buf_t **pp_block_buf, uint32_t block_n, uint32_t file_id) |
| int32_t MINFS_GetBlockBuffer | ( | MINFS_fs_t * | p_fs, | |
| MINFS_block_buf_t ** | pp_block_buf, | |||
| uint32_t | block_n, | |||
| uint32_t | file_id | |||
| ) |
| int32_t MINFS_Read | ( | MINFS_fs_t * | p_fs, | |
| MINFS_block_buf_t * | p_block_buf, | |||
| uint16_t | data_offset, | |||
| uint16_t | data_len | |||
| ) |
| int32_t MINFS_Write | ( | MINFS_fs_t * | p_fs, | |
| MINFS_block_buf_t * | p_block_buf, | |||
| uint16_t | data_offset, | |||
| uint16_t | data_len | |||
| ) |
1.6.1