![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
Go to the source code of this file.
Data Structures | |
struct | A_BLOCK_LINK |
Macros | |
#define | MPU_WRAPPERS_INCLUDED_FROM_API_FILE |
#define | heapMINIMUM_BLOCK_SIZE ( ( size_t ) ( xHeapStructSize << 1 ) ) |
#define | heapBITS_PER_BYTE ( ( size_t ) 8 ) |
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 | vPortDefineHeapRegions (const HeapRegion_t *const pxHeapRegions) |
#define heapMINIMUM_BLOCK_SIZE ( ( size_t ) ( xHeapStructSize << 1 ) ) |
typedef struct A_BLOCK_LINK BlockLink_t |
void vPortDefineHeapRegions | ( | const HeapRegion_t *const | pxHeapRegions | ) |