TI-RTOS for SimpleLink Wireless MCUs  2.14.03.28
Data Structures | Typedefs | Enumerations | Variables
SDSPIEUSCIA.h File Reference

Detailed Description

SDSPI driver implementation for a USCI SPI peripheral used with the SDSPI driver.

============================================================================

The SDSPI header file should be included in an application as follows:

This SDSPI driver implementation is designed to operate on a USCI SPI controller in a simple polling method.


#include <stdint.h>
#include <ti/drivers/SDSPI.h>
#include <ti/sysbios/fatfs/ff.h>
#include <ti/sysbios/fatfs/diskio.h>
Include dependency graph for SDSPIEUSCIA.h:

Go to the source code of this file.

Data Structures

struct  SDSPIEUSCIA_HWAttrsV1
 SDSPIEUSCIA Hardware attributes. More...
 
struct  SDSPIEUSCIA_Object
 SDSPIEUSCIA Object. More...
 

Typedefs

typedef enum SDSPIEUSCIA_CardType SDSPIEUSCIA_CardType
 SD Card type inserted. More...
 
typedef struct SDSPIEUSCIA_HWAttrsV1 SDSPIEUSCIA_HWAttrsV1
 
typedef struct SDSPIEUSCIA_Object SDSPIEUSCIA_Object
 SDSPIEUSCIA Object. More...
 
typedef struct SDSPIEUSCIA_ObjectSDSPIEUSCIA_Handle
 

Enumerations

enum  SDSPIEUSCIA_CardType {
  NOCARD = 0,
  MMC = 1,
  SDSC = 2,
  SDHC = 3
}
 SD Card type inserted. More...
 

Variables

const SDSPI_FxnTable SDSPIEUSCIA_fxnTable
 

Typedef Documentation

SD Card type inserted.

SDSPIEUSCIA Object.

The application must not access any member variables of this structure!

Enumeration Type Documentation

SD Card type inserted.

Enumerator
NOCARD 

Unrecognized Card

MMC 

Multi-media Memory Card (MMC)

SDSC 

Standard SDCard (SDSC)

SDHC 

High Capacity SDCard (SDHC)

Variable Documentation

const SDSPI_FxnTable SDSPIEUSCIA_fxnTable
Copyright 2015, Texas Instruments Incorporated