Data Fields
SD_FxnTable Struct Reference

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>

Collaboration diagram for SD_FxnTable:
Collaboration graph
[legend]

Data Fields

SD_CloseFxn closeFxn
 
SD_ControlFxn controlFxn
 
SD_getNumSectorsFxn getNumSectorsFxn
 
SD_getSectorSizeFxn getSectorSizeFxn
 
SD_InitFxn initFxn
 
SD_InitializeFxn initializeFxn
 
SD_OpenFxn openFxn
 
SD_ReadFxn readFxn
 
SD_WriteFxn writeFxn
 

Detailed Description

The definition of a SD function table that contains the required set of functions to control a specific SD driver implementation.

Field Documentation

§ closeFxn

SD_CloseFxn SD_FxnTable::closeFxn

Function to close the specified peripheral

§ controlFxn

SD_ControlFxn SD_FxnTable::controlFxn

Function to implementation specific control function

§ getNumSectorsFxn

SD_getNumSectorsFxn SD_FxnTable::getNumSectorsFxn

Function to return the total number of sectors on the SD card

§ getSectorSizeFxn

SD_getSectorSizeFxn SD_FxnTable::getSectorSizeFxn

Function to return the sector size used to address the SD card

§ initFxn

SD_InitFxn SD_FxnTable::initFxn

Function to initialize the given data object

§ initializeFxn

SD_InitializeFxn SD_FxnTable::initializeFxn

Function to initialize the SD card

§ openFxn

SD_OpenFxn SD_FxnTable::openFxn

Function to open the specified peripheral

§ readFxn

SD_ReadFxn SD_FxnTable::readFxn

Function to read from the SD card

§ writeFxn

SD_WriteFxn SD_FxnTable::writeFxn

Function to write to the SD card


The documentation for this struct was generated from the following file:
© Copyright 1995-2019, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale