SAM4S-EK_FreeRTOS+FAT-SL
1.0
An example project to test the functionality of FreeRTOS+FAT-SL using SD card as data storage medium
|
#include <api_mdriver.h>
Public Attributes | |
unsigned long | user_data |
void * | user_ptr |
F_WRITESECTOR | writesector |
F_READSECTOR | readsector |
F_GETPHY | getphy |
F_GETSTATUS | getstatus |
F_RELEASE | release |
Definition at line 83 of file api_mdriver.h.
F_GETPHY F_DRIVER::getphy |
Definition at line 91 of file api_mdriver.h.
F_GETSTATUS F_DRIVER::getstatus |
Definition at line 92 of file api_mdriver.h.
F_READSECTOR F_DRIVER::readsector |
Definition at line 90 of file api_mdriver.h.
F_RELEASE F_DRIVER::release |
Definition at line 93 of file api_mdriver.h.
unsigned long F_DRIVER::user_data |
Definition at line 85 of file api_mdriver.h.
void* F_DRIVER::user_ptr |
Definition at line 86 of file api_mdriver.h.
F_WRITESECTOR F_DRIVER::writesector |
Definition at line 89 of file api_mdriver.h.