|
#define | tskKERNEL_VERSION_NUMBER "V11.1.0" |
#define | tskKERNEL_VERSION_MAJOR 11 |
#define | tskKERNEL_VERSION_MINOR 1 |
#define | tskKERNEL_VERSION_BUILD 0 |
#define | tskMPU_REGION_READ_ONLY ( 1U << 0U ) |
#define | tskMPU_REGION_READ_WRITE ( 1U << 1U ) |
#define | tskMPU_REGION_EXECUTE_NEVER ( 1U << 2U ) |
#define | tskMPU_REGION_NORMAL_MEMORY ( 1U << 3U ) |
#define | tskMPU_REGION_DEVICE_MEMORY ( 1U << 4U ) |
#define | tskMPU_READ_PERMISSION ( 1U << 0U ) |
#define | tskMPU_WRITE_PERMISSION ( 1U << 1U ) |
#define | tskDEFAULT_INDEX_TO_NOTIFY ( 0 ) |
#define | tskIDLE_PRIORITY ( ( UBaseType_t ) 0U ) |
#define | tskNO_AFFINITY ( ( UBaseType_t ) -1 ) |
#define | taskYIELD() |
#define | taskENTER_CRITICAL() |
#define | taskENTER_CRITICAL_FROM_ISR() |
#define | taskEXIT_CRITICAL() |
#define | taskEXIT_CRITICAL_FROM_ISR(x) |
#define | taskDISABLE_INTERRUPTS() |
#define | taskENABLE_INTERRUPTS() |
#define | taskSCHEDULER_SUSPENDED ( ( BaseType_t ) 0 ) |
#define | taskSCHEDULER_NOT_STARTED ( ( BaseType_t ) 1 ) |
#define | taskSCHEDULER_RUNNING ( ( BaseType_t ) 2 ) |
#define | taskVALID_CORE_ID(xCoreID) |
#define | vTaskDelayUntil(pxPreviousWakeTime, xTimeIncrement) |
#define | vTaskList(pcWriteBuffer) |
#define | vTaskGetRunTimeStats(pcWriteBuffer) |
#define | xTaskNotify(xTaskToNotify, ulValue, eAction) |
#define | xTaskNotifyIndexed(xTaskToNotify, uxIndexToNotify, ulValue, eAction) |
#define | xTaskNotifyAndQuery(xTaskToNotify, ulValue, eAction, pulPreviousNotifyValue) |
#define | xTaskNotifyAndQueryIndexed(xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNotifyValue) |
#define | xTaskNotifyFromISR(xTaskToNotify, ulValue, eAction, pxHigherPriorityTaskWoken) |
#define | xTaskNotifyIndexedFromISR(xTaskToNotify, uxIndexToNotify, ulValue, eAction, pxHigherPriorityTaskWoken) |
#define | xTaskNotifyAndQueryIndexedFromISR(xTaskToNotify, uxIndexToNotify, ulValue, eAction, pulPreviousNotificationValue, pxHigherPriorityTaskWoken) |
#define | xTaskNotifyAndQueryFromISR(xTaskToNotify, ulValue, eAction, pulPreviousNotificationValue, pxHigherPriorityTaskWoken) |
#define | xTaskNotifyWait(ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotificationValue, xTicksToWait) |
#define | xTaskNotifyWaitIndexed(uxIndexToWaitOn, ulBitsToClearOnEntry, ulBitsToClearOnExit, pulNotificationValue, xTicksToWait) |
#define | xTaskNotifyGive(xTaskToNotify) |
#define | xTaskNotifyGiveIndexed(xTaskToNotify, uxIndexToNotify) |
#define | vTaskNotifyGiveFromISR(xTaskToNotify, pxHigherPriorityTaskWoken) |
#define | vTaskNotifyGiveIndexedFromISR(xTaskToNotify, uxIndexToNotify, pxHigherPriorityTaskWoken) |
#define | ulTaskNotifyTake(xClearCountOnExit, xTicksToWait) |
#define | ulTaskNotifyTakeIndexed(uxIndexToWaitOn, xClearCountOnExit, xTicksToWait) |
#define | xTaskNotifyStateClear(xTask) |
#define | xTaskNotifyStateClearIndexed(xTask, uxIndexToClear) |
#define | ulTaskNotifyValueClear(xTask, ulBitsToClear) |
#define | ulTaskNotifyValueClearIndexed(xTask, uxIndexToClear, ulBitsToClear) |
#define | taskYIELD_WITHIN_API() |
|
void | vTaskDelete (TaskHandle_t xTaskToDelete) PRIVILEGED_FUNCTION |
void | vTaskDelay (const TickType_t xTicksToDelay) PRIVILEGED_FUNCTION |
BaseType_t | xTaskDelayUntil (TickType_t *const pxPreviousWakeTime, const TickType_t xTimeIncrement) PRIVILEGED_FUNCTION |
UBaseType_t | uxTaskPriorityGet (const TaskHandle_t xTask) PRIVILEGED_FUNCTION |
UBaseType_t | uxTaskPriorityGetFromISR (const TaskHandle_t xTask) PRIVILEGED_FUNCTION |
UBaseType_t | uxTaskBasePriorityGet (const TaskHandle_t xTask) PRIVILEGED_FUNCTION |
UBaseType_t | uxTaskBasePriorityGetFromISR (const TaskHandle_t xTask) PRIVILEGED_FUNCTION |
void | vTaskPrioritySet (TaskHandle_t xTask, UBaseType_t uxNewPriority) PRIVILEGED_FUNCTION |
void | vTaskSuspend (TaskHandle_t xTaskToSuspend) PRIVILEGED_FUNCTION |
void | vTaskResume (TaskHandle_t xTaskToResume) PRIVILEGED_FUNCTION |
BaseType_t | xTaskResumeFromISR (TaskHandle_t xTaskToResume) PRIVILEGED_FUNCTION |
void | vTaskStartScheduler (void) PRIVILEGED_FUNCTION |
void | vTaskEndScheduler (void) PRIVILEGED_FUNCTION |
void | vTaskSuspendAll (void) PRIVILEGED_FUNCTION |
BaseType_t | xTaskResumeAll (void) PRIVILEGED_FUNCTION |
TickType_t | xTaskGetTickCount (void) PRIVILEGED_FUNCTION |
TickType_t | xTaskGetTickCountFromISR (void) PRIVILEGED_FUNCTION |
UBaseType_t | uxTaskGetNumberOfTasks (void) PRIVILEGED_FUNCTION |
char * | pcTaskGetName (TaskHandle_t xTaskToQuery) PRIVILEGED_FUNCTION |
BaseType_t | xTaskGenericNotify (TaskHandle_t xTaskToNotify, UBaseType_t uxIndexToNotify, uint32_t ulValue, eNotifyAction eAction, uint32_t *pulPreviousNotificationValue) PRIVILEGED_FUNCTION |
BaseType_t | xTaskGenericNotifyFromISR (TaskHandle_t xTaskToNotify, UBaseType_t uxIndexToNotify, uint32_t ulValue, eNotifyAction eAction, uint32_t *pulPreviousNotificationValue, BaseType_t *pxHigherPriorityTaskWoken) PRIVILEGED_FUNCTION |
BaseType_t | xTaskGenericNotifyWait (UBaseType_t uxIndexToWaitOn, uint32_t ulBitsToClearOnEntry, uint32_t ulBitsToClearOnExit, uint32_t *pulNotificationValue, TickType_t xTicksToWait) PRIVILEGED_FUNCTION |
void | vTaskGenericNotifyGiveFromISR (TaskHandle_t xTaskToNotify, UBaseType_t uxIndexToNotify, BaseType_t *pxHigherPriorityTaskWoken) PRIVILEGED_FUNCTION |
uint32_t | ulTaskGenericNotifyTake (UBaseType_t uxIndexToWaitOn, BaseType_t xClearCountOnExit, TickType_t xTicksToWait) PRIVILEGED_FUNCTION |
BaseType_t | xTaskGenericNotifyStateClear (TaskHandle_t xTask, UBaseType_t uxIndexToClear) PRIVILEGED_FUNCTION |
uint32_t | ulTaskGenericNotifyValueClear (TaskHandle_t xTask, UBaseType_t uxIndexToClear, uint32_t ulBitsToClear) PRIVILEGED_FUNCTION |
void | vTaskSetTimeOutState (TimeOut_t *const pxTimeOut) PRIVILEGED_FUNCTION |
BaseType_t | xTaskCheckForTimeOut (TimeOut_t *const pxTimeOut, TickType_t *const pxTicksToWait) PRIVILEGED_FUNCTION |
BaseType_t | xTaskCatchUpTicks (TickType_t xTicksToCatchUp) PRIVILEGED_FUNCTION |
void | vTaskResetState (void) PRIVILEGED_FUNCTION |
BaseType_t | xTaskIncrementTick (void) PRIVILEGED_FUNCTION |
void | vTaskPlaceOnEventList (List_t *const pxEventList, const TickType_t xTicksToWait) PRIVILEGED_FUNCTION |
void | vTaskPlaceOnUnorderedEventList (List_t *pxEventList, const TickType_t xItemValue, const TickType_t xTicksToWait) PRIVILEGED_FUNCTION |
void | vTaskPlaceOnEventListRestricted (List_t *const pxEventList, TickType_t xTicksToWait, const BaseType_t xWaitIndefinitely) PRIVILEGED_FUNCTION |
BaseType_t | xTaskRemoveFromEventList (const List_t *const pxEventList) PRIVILEGED_FUNCTION |
void | vTaskRemoveFromUnorderedEventList (ListItem_t *pxEventListItem, const TickType_t xItemValue) PRIVILEGED_FUNCTION |
portDONT_DISCARD void | vTaskSwitchContext (BaseType_t xCoreID) PRIVILEGED_FUNCTION |
TickType_t | uxTaskResetEventItemValue (void) PRIVILEGED_FUNCTION |
TaskHandle_t | xTaskGetCurrentTaskHandle (void) PRIVILEGED_FUNCTION |
TaskHandle_t | xTaskGetCurrentTaskHandleForCore (BaseType_t xCoreID) PRIVILEGED_FUNCTION |
void | vTaskMissedYield (void) PRIVILEGED_FUNCTION |
BaseType_t | xTaskGetSchedulerState (void) PRIVILEGED_FUNCTION |
BaseType_t | xTaskPriorityInherit (TaskHandle_t const pxMutexHolder) PRIVILEGED_FUNCTION |
BaseType_t | xTaskPriorityDisinherit (TaskHandle_t const pxMutexHolder) PRIVILEGED_FUNCTION |
void | vTaskPriorityDisinheritAfterTimeout (TaskHandle_t const pxMutexHolder, UBaseType_t uxHighestPriorityWaitingTask) PRIVILEGED_FUNCTION |
TaskHandle_t | pvTaskIncrementMutexHeldCount (void) PRIVILEGED_FUNCTION |
void | vTaskInternalSetTimeOutState (TimeOut_t *const pxTimeOut) PRIVILEGED_FUNCTION |