libpropeller
Making PropellerGCC Easier
 All Classes Files Functions Variables Enumerations Enumerator Macros Pages
Classes | Macros
sd.h File Reference
#include <propeller.h>
#include "libpropeller/sd/sdsafespi.h"
Include dependency graph for sd.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SD
 FAT16/32 SD card interface. More...
 

Macros

#define RET_IF_ERROR_NULL   if(HasError()){return NULL;}
 
#define RET_IF_ERROR   if(HasError()){return;}
 
#define THROW_NULL(value)   {SetErrorCode((value)); return NULL;}
 
#define THROW(value)   {SetErrorCode((value)); return;}
 

Macro Definition Documentation

#define RET_IF_ERROR   if(HasError()){return;}
#define RET_IF_ERROR_NULL   if(HasError()){return NULL;}
#define THROW (   value)    {SetErrorCode((value)); return;}
#define THROW_NULL (   value)    {SetErrorCode((value)); return NULL;}