|
libpropeller
Making PropellerGCC Easier
|


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;} |
| #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;} |
1.8.4