|
VSF Documented
|
#include "../vsf_freertos_cfg.h"#include "FreeRTOS.h"#include "task.h"#include "../vsf_freertos.h"#include "kernel/vsf_kernel.h"#include <string.h>#include <stddef.h>Macros | |
| #define | __VSF_FREERTOS_TASK_CLASS_IMPLEMENT |
Functions | |
| void | vTaskDelay (const TickType_t xTicksToDelay) |
| void | vTaskDelayUntil (TickType_t *const pxPreviousWakeTime, const TickType_t xTimeIncrement) |
| TickType_t | xTaskGetTickCount (void) |
| TickType_t | xTaskGetTickCountFromISR (void) |
| void | vTaskYield (void) |
| BaseType_t | xTaskCreate (TaskFunction_t pxTaskCode, const char *const pcName, const uint32_t usStackDepth, void *const pvParameters, UBaseType_t uxPriority, TaskHandle_t *const pxCreatedTask) |
| TaskHandle_t | xTaskCreateStatic (TaskFunction_t pxTaskCode, const char *const pcName, const uint32_t ulStackDepth, void *const pvParameters, UBaseType_t uxPriority, StackType_t *const puxStackBuffer, StaticTask_t *const pxTaskBuffer) |
| void | vTaskDelete (TaskHandle_t xTaskToDelete) |
| TaskHandle_t | xTaskGetCurrentTaskHandle (void) |
| #define __VSF_FREERTOS_TASK_CLASS_IMPLEMENT |
| void vTaskDelay | ( | const TickType_t | xTicksToDelay | ) |
| void vTaskDelayUntil | ( | TickType_t *const | pxPreviousWakeTime, |
| const TickType_t | xTimeIncrement | ||
| ) |
| TickType_t xTaskGetTickCount | ( | void | ) |
| TickType_t xTaskGetTickCountFromISR | ( | void | ) |
| void vTaskYield | ( | void | ) |
| BaseType_t xTaskCreate | ( | TaskFunction_t | pxTaskCode, |
| const char *const | pcName, | ||
| const uint32_t | usStackDepth, | ||
| void *const | pvParameters, | ||
| UBaseType_t | uxPriority, | ||
| TaskHandle_t *const | pxCreatedTask | ||
| ) |
| TaskHandle_t xTaskCreateStatic | ( | TaskFunction_t | pxTaskCode, |
| const char *const | pcName, | ||
| const uint32_t | ulStackDepth, | ||
| void *const | pvParameters, | ||
| UBaseType_t | uxPriority, | ||
| StackType_t *const | puxStackBuffer, | ||
| StaticTask_t *const | pxTaskBuffer | ||
| ) |
| void vTaskDelete | ( | TaskHandle_t | xTaskToDelete | ) |
| TaskHandle_t xTaskGetCurrentTaskHandle | ( | void | ) |