UbixOS  2.0
fat_cache.c File Reference
#include <string.h>
#include "fat_cache.h"
Include dependency graph for fat_cache.c:

Go to the source code of this file.

Functions

int fatfs_cache_get_next_cluster (struct fatfs *fs, FL_FILE *file, uint32 clusterIdx, uint32 *pNextCluster)
 
int fatfs_cache_init (struct fatfs *fs, FL_FILE *file)
 
int fatfs_cache_set_next_cluster (struct fatfs *fs, FL_FILE *file, uint32 clusterIdx, uint32 nextCluster)
 

Function Documentation

◆ fatfs_cache_get_next_cluster()

int fatfs_cache_get_next_cluster ( struct fatfs fs,
FL_FILE file,
uint32  clusterIdx,
uint32 pNextCluster 
)

Definition at line 59 of file fat_cache.c.

◆ fatfs_cache_init()

int fatfs_cache_init ( struct fatfs fs,
FL_FILE file 
)

Definition at line 42 of file fat_cache.c.

◆ fatfs_cache_set_next_cluster()

int fatfs_cache_set_next_cluster ( struct fatfs fs,
FL_FILE file,
uint32  clusterIdx,
uint32  nextCluster 
)

Definition at line 76 of file fat_cache.c.