Lines Matching full:1
43 #define configUSE_PREEMPTION 1
44 #define configUSE_TIME_SLICING 1
46 #define configUSE_TICKLESS_IDLE 1
51 #define configIDLE_SHOULD_YIELD 1
52 #define configTASK_NOTIFICATION_ARRAY_ENTRIES 1U
54 #define configENABLE_BACKWARD_COMPATIBILITY 1
64 #define configUSE_TIMERS 1
65 #define configTIMER_TASK_PRIORITY ( configMAX_PRIORITIES - 1U )
73 #define configSUPPORT_STATIC_ALLOCATION 1
74 #define configSUPPORT_DYNAMIC_ALLOCATION 1
76 #define configAPPLICATION_ALLOCATED_HEAP 1
105 #define configKERNEL_PROVIDED_STATIC_MEMORY 1
111 #define configUSE_TASK_NOTIFICATIONS 1
112 #define configUSE_MUTEXES 1
113 #define configUSE_RECURSIVE_MUTEXES 1
114 #define configUSE_COUNTING_SEMAPHORES 1
115 #define configUSE_QUEUE_SETS 1
116 #define configUSE_APPLICATION_TASK_TAG 1
117 #define INCLUDE_vTaskPrioritySet 1
118 #define INCLUDE_uxTaskPriorityGet 1
119 #define INCLUDE_vTaskDelete 1
120 #define INCLUDE_vTaskSuspend 1
121 #define INCLUDE_xResumeFromISR 1
122 #define INCLUDE_vTaskDelayUntil 1
123 #define INCLUDE_vTaskDelay 1
124 #define INCLUDE_xTaskGetSchedulerState 1
125 #define INCLUDE_xTaskGetCurrentTaskHandle 1
126 #define INCLUDE_uxTaskGetStackHighWaterMark 1
127 #define INCLUDE_xTaskGetIdleTaskHandle 1
128 #define INCLUDE_eTaskGetState 1
129 #define INCLUDE_xEventGroupSetBitFromISR 1
130 #define INCLUDE_xTimerPendFunctionCall 1
131 #define INCLUDE_xTaskAbortDelay 1
132 #define INCLUDE_xTaskGetHandle 1
133 #define INCLUDE_xTaskResumeFromISR 1