|  |  | 
The definition of a SD function table that contains the required set of functions to control a specific SD driver implementation. More...
#include <SD.h>
The definition of a SD function table that contains the required set of functions to control a specific SD driver implementation.
| SD_CloseFxn SD_FxnTable_::closeFxn | 
Function to close the specified peripheral
| SD_ControlFxn SD_FxnTable_::controlFxn | 
Function to implementation specific control function
| SD_getNumSectorsFxn SD_FxnTable_::getNumSectorsFxn | 
Function to return the total number of sectors on the SD card
| SD_getSectorSizeFxn SD_FxnTable_::getSectorSizeFxn | 
Function to return the sector size used to address the SD card
| SD_InitFxn SD_FxnTable_::initFxn | 
Function to initialize the given data object
| SD_InitializeFxn SD_FxnTable_::initializeFxn | 
Function to initialize the SD card
| SD_OpenFxn SD_FxnTable_::openFxn | 
Function to open the specified peripheral
| SD_ReadFxn SD_FxnTable_::readFxn | 
Function to read from the SD card
| SD_WriteFxn SD_FxnTable_::writeFxn | 
Function to write to the SD card