portable.h File Reference
Include dependency graph for portable.h:

This graph shows which files directly or indirectly include this file:

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 |
Macro Definition Documentation
| #define portNUM_CONFIGURABLE_REGIONS 1 |
Typedef Documentation
| typedef struct HeapRegion HeapRegion_t |
Function Documentation
| void* pvPortMalloc | ( | size_t | xSize | ) |
| StackType_t* pxPortInitialiseStack | ( | StackType_t * | pxTopOfStack, |
| TaskFunction_t | pxCode, | ||
| void * | pvParameters | ||
| ) |
| void vPortDefineHeapRegions | ( | const HeapRegion_t *const | pxHeapRegions | ) |
| void vPortEndScheduler | ( | void | ) |
| void vPortFree | ( | void * | pv | ) |
| void vPortInitialiseBlocks | ( | void | ) |
| size_t xPortGetFreeHeapSize | ( | void | ) |
| size_t xPortGetMinimumEverFreeHeapSize | ( | void | ) |
| BaseType_t xPortStartScheduler | ( | void | ) |

1.8.11