SAM4S-EK_FreeRTOS+FAT-SL
1.0
An example project to test the functionality of FreeRTOS+FAT-SL using SD card as data storage medium
|
Go to the source code of this file.
Classes | |
struct | A_BLOCK_LINK |
Macros | |
#define | MPU_WRAPPERS_INCLUDED_FROM_API_FILE |
#define | heapMINIMUM_BLOCK_SIZE ( ( size_t ) ( heapSTRUCT_SIZE * 2 ) ) |
#define | heapBITS_PER_BYTE ( ( size_t ) 8 ) |
#define | heapADJUSTED_HEAP_SIZE ( configTOTAL_HEAP_SIZE - portBYTE_ALIGNMENT ) |
Typedefs | |
typedef struct A_BLOCK_LINK | BlockLink_t |
Functions | |
void * | pvPortMalloc (size_t xWantedSize) |
void | vPortFree (void *pv) |
size_t | xPortGetFreeHeapSize (void) |
size_t | xPortGetMinimumEverFreeHeapSize (void) |
void | vPortInitialiseBlocks (void) |
#define heapADJUSTED_HEAP_SIZE ( configTOTAL_HEAP_SIZE - portBYTE_ALIGNMENT ) |
#define heapMINIMUM_BLOCK_SIZE ( ( size_t ) ( heapSTRUCT_SIZE * 2 ) ) |
typedef struct A_BLOCK_LINK BlockLink_t |