Macros | |
#define | portNUM_CONFIGURABLE_REGIONS 1 |
Functions | |
void * | pvPortMalloc (size_t xSize) PRIVILEGED_FUNCTION |
portSTACK_TYPE * | pxPortInitialiseStack (portSTACK_TYPE *pxTopOfStack, pdTASK_CODE pxCode, void *pvParameters) PRIVILEGED_FUNCTION |
void | vPortEndScheduler (void) PRIVILEGED_FUNCTION |
void | vPortFree (void *pv) PRIVILEGED_FUNCTION |
void | vPortInitialiseBlocks (void) PRIVILEGED_FUNCTION |
size_t | xPortGetFreeHeapSize (void) PRIVILEGED_FUNCTION |
portBASE_TYPE | xPortStartScheduler (void) PRIVILEGED_FUNCTION |
#define portNUM_CONFIGURABLE_REGIONS 1 |
void* pvPortMalloc | ( | size_t | xSize | ) |
portSTACK_TYPE* pxPortInitialiseStack | ( | portSTACK_TYPE * | pxTopOfStack, |
pdTASK_CODE | pxCode, | ||
void * | pvParameters | ||
) |
Referenced by prvInitialiseTaskLists().
void vPortEndScheduler | ( | void | ) |
Referenced by vTaskEndScheduler().
void vPortFree | ( | void * | pv | ) |
void vPortInitialiseBlocks | ( | void | ) |
size_t xPortGetFreeHeapSize | ( | void | ) |
portBASE_TYPE xPortStartScheduler | ( | void | ) |
Referenced by vTaskStartScheduler().