Functions

sw-host/sd_reader.h File Reference

(r4864/r225)

#include "xbasic_types.h"
Include dependency graph for sd_reader.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int load_file_from_sd_card (char *filename, Xuint8 *target)
int save_file_to_sd_card (char *filename, Xuint8 *target)
Xuint32 define_sd_file_size (char *filename)

Function Documentation

Xuint32 define_sd_file_size ( char *  filename  ) 
int load_file_from_sd_card ( char *  filename,
Xuint8 *  target 
)
int save_file_to_sd_card ( char *  filename,
Xuint8 *  target 
)