STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Data Structures | Macros | Typedefs | Functions
portable.h File Reference
#include "deprecated_definitions.h"
#include "portmacro.h"
#include "mpu_wrappers.h"

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_tpxPortInitialiseStack (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
 

Macro Definition Documentation

#define portNUM_CONFIGURABLE_REGIONS   1

Definition at line 126 of file portable.h.

Typedef Documentation

typedef struct HeapRegion HeapRegion_t

Function Documentation

void* pvPortMalloc ( size_t  xSize)

Definition at line 99 of file heap_1.c.

StackType_t* pxPortInitialiseStack ( StackType_t pxTopOfStack,
TaskFunction_t  pxCode,
void *  pvParameters 
)
void vPortDefineHeapRegions ( const HeapRegion_t *const  pxHeapRegions)

Definition at line 431 of file heap_5.c.

void vPortEndScheduler ( void  )

Definition at line 383 of file port.c.

void vPortFree ( void *  pv)

Definition at line 149 of file heap_1.c.

void vPortInitialiseBlocks ( void  )

Definition at line 161 of file heap_1.c.

size_t xPortGetFreeHeapSize ( void  )

Definition at line 168 of file heap_1.c.

size_t xPortGetMinimumEverFreeHeapSize ( void  )

Definition at line 355 of file heap_4.c.

BaseType_t xPortStartScheduler ( void  )

Definition at line 302 of file port.c.