![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
Go to the source code of this file.
Data Structures | |
struct | HeapRegion |
Macros | |
#define | portNUM_CONFIGURABLE_REGIONS 1 |
Typedefs | |
typedef struct HeapRegion | HeapRegion_t |
Functions | |
StackType_t * | pxPortInitialiseStack (StackType_t *pxTopOfStack, TaskFunction_t pxCode, void *pvParameters) PRIVILEGED_FUNCTION |
void | vPortDefineHeapRegions (const HeapRegion_t *const pxHeapRegions) PRIVILEGED_FUNCTION |
void * | pvPortMalloc (size_t xSize) PRIVILEGED_FUNCTION |
void | vPortFree (void *pv) PRIVILEGED_FUNCTION |
void | vPortInitialiseBlocks (void) PRIVILEGED_FUNCTION |
size_t | xPortGetFreeHeapSize (void) PRIVILEGED_FUNCTION |
size_t | xPortGetMinimumEverFreeHeapSize (void) PRIVILEGED_FUNCTION |
BaseType_t | xPortStartScheduler (void) PRIVILEGED_FUNCTION |
void | vPortEndScheduler (void) PRIVILEGED_FUNCTION |
#define portNUM_CONFIGURABLE_REGIONS 1 |
Definition at line 126 of file portable.h.
typedef struct HeapRegion HeapRegion_t |
StackType_t* pxPortInitialiseStack | ( | StackType_t * | pxTopOfStack, |
TaskFunction_t | pxCode, | ||
void * | pvParameters | ||
) |
void vPortDefineHeapRegions | ( | const HeapRegion_t *const | pxHeapRegions | ) |
BaseType_t xPortStartScheduler | ( | void | ) |