UbixOS
2.0
|
Go to the source code of this file.
Functions | |
void | main () |
int | media_init () |
int | media_read (unsigned long sector, unsigned char *buffer, unsigned long sector_count) |
int | media_write (unsigned long sector, unsigned char *buffer, unsigned long sector_count) |
void main | ( | ) |
Definition at line 44 of file example.c.
References FAT_INIT_OK, file, fl_attach_media(), fl_fclose(), fl_fopen(), fl_fwrite(), fl_init(), fl_listdirectory(), fl_remove(), fl_shutdown(), media_init(), media_read(), and media_write().
int media_read | ( | unsigned long | sector, |
unsigned char * | buffer, | ||
unsigned long | sector_count | ||
) |