#include <stdint.h>
Go to the source code of this file.
◆ configCHECK_FOR_STACK_OVERFLOW
| #define configCHECK_FOR_STACK_OVERFLOW 0 /* Do not use this option on the PC port. */ |
◆ configGENERATE_RUN_TIME_STATS [1/2]
| #define configGENERATE_RUN_TIME_STATS 1 |
◆ configGENERATE_RUN_TIME_STATS [2/2]
| #define configGENERATE_RUN_TIME_STATS 1 |
◆ configIDLE_SHOULD_YIELD
| #define configIDLE_SHOULD_YIELD 1 |
◆ configMAX_CO_ROUTINE_PRIORITIES
| #define configMAX_CO_ROUTINE_PRIORITIES ( 2 ) |
◆ configMAX_PRIORITIES
| #define configMAX_PRIORITIES ( 10 ) |
◆ configMAX_SYSCALL_INTERRUPT_PRIORITY
| #define configMAX_SYSCALL_INTERRUPT_PRIORITY 1 |
◆ configMAX_TASK_NAME_LEN
| #define configMAX_TASK_NAME_LEN ( 16 ) |
◆ configMINIMAL_STACK_SIZE
| #define configMINIMAL_STACK_SIZE ( ( unsigned short ) 4 ) /* This can be made smaller if required. */ |
◆ configQUEUE_REGISTRY_SIZE
| #define configQUEUE_REGISTRY_SIZE 0 |
◆ configTICK_RATE_HZ
| #define configTICK_RATE_HZ ( ( TickType_t ) 1000 ) |
◆ configTOTAL_HEAP_SIZE
| #define configTOTAL_HEAP_SIZE ( ( size_t ) ( 32 * 1024 ) ) |
◆ configUSE_16_BIT_TICKS
| #define configUSE_16_BIT_TICKS 0 |
◆ configUSE_ALTERNATIVE_API
| #define configUSE_ALTERNATIVE_API 0 |
◆ configUSE_APPLICATION_TASK_TAG
| #define configUSE_APPLICATION_TASK_TAG 1 |
◆ configUSE_CO_ROUTINES
| #define configUSE_CO_ROUTINES 1 |
◆ configUSE_COUNTING_SEMAPHORES
| #define configUSE_COUNTING_SEMAPHORES 1 |
◆ configUSE_IDLE_HOOK
| #define configUSE_IDLE_HOOK 1 |
◆ configUSE_MUTEXES
| #define configUSE_MUTEXES 1 |
◆ configUSE_PREEMPTION
| #define configUSE_PREEMPTION 1 |
◆ configUSE_RECURSIVE_MUTEXES
| #define configUSE_RECURSIVE_MUTEXES 1 |
◆ configUSE_STATS_FORMATTING_FUNCTIONS
| #define configUSE_STATS_FORMATTING_FUNCTIONS 1 |
◆ configUSE_TASK_NOTIFICATIONS
| #define configUSE_TASK_NOTIFICATIONS 1 |
◆ configUSE_TICK_HOOK
| #define configUSE_TICK_HOOK 0 |
◆ configUSE_TRACE_FACILITY
| #define configUSE_TRACE_FACILITY 1 |
◆ INCLUDE_uxTaskGetStackHighWaterMark
| #define INCLUDE_uxTaskGetStackHighWaterMark 0 /* Do not use this option on the PC port. */ |
◆ INCLUDE_uxTaskPriorityGet
| #define INCLUDE_uxTaskPriorityGet 1 |
◆ INCLUDE_vTaskCleanUpResources
| #define INCLUDE_vTaskCleanUpResources 1 |
◆ INCLUDE_vTaskDelay
| #define INCLUDE_vTaskDelay 1 |
◆ INCLUDE_vTaskDelayUntil
| #define INCLUDE_vTaskDelayUntil 1 |
◆ INCLUDE_vTaskDelete
| #define INCLUDE_vTaskDelete 1 |
◆ INCLUDE_vTaskPrioritySet
| #define INCLUDE_vTaskPrioritySet 1 |
◆ INCLUDE_vTaskSuspend
| #define INCLUDE_vTaskSuspend 1 |
◆ INCLUDE_xTaskGetSchedulerState
| #define INCLUDE_xTaskGetSchedulerState 1 |
◆ traceQUEUE_SEND
◆ vMainQueueSendPassed()
| void vMainQueueSendPassed |
( |
void |
| ) |
|