The following driver functions are API's for FSIO layer.
Functions
|
Name |
Description |
|
Determines if a card is inserted | |
|
None | |
|
Return a MEDIA_INFORMATION structure to FSIO.c | |
|
SectorRead reads 512 bytes of data from the card starting at the sector address specified by sector_addr and stores them in the location pointed to by 'buffer'. | |
|
SectorWrite sends 512 bytes of data from the location pointed to by 'buffer' to the card starting at the sector address specified by sector_addr. | |
|
Added for compatibility- no write protect feature | |
|
Wait until the card is ready | |
|
Determines if a card is inserted | |
|
None | |
|
Return a MEDIA_INFORMATION structure to FSIO.c | |
|
SectorRead reads 512 bytes of data from the card starting at the sector address specified by sector_addr and stores them in the location pointed to by 'buffer'. | |
|
SectorWrite sends 512 bytes of data from the location pointed to by 'buffer' to the card starting at the sector address specified by sector_addr. | |
|
Added for compatibility- no write protect feature | |
|
Wait until the card and PMP are ready |