Macros | |
#define | errCOULD_NOT_ALLOCATE_REQUIRED_MEMORY ( -1 ) |
#define | errNO_TASK_TO_RUN ( -2 ) |
#define | errQUEUE_BLOCKED ( -4 ) |
#define | errQUEUE_EMPTY ( 0 ) |
#define | errQUEUE_FULL ( 0 ) |
#define | errQUEUE_YIELD ( -5 ) |
#define | pdFAIL ( 0 ) |
#define | pdFALSE ( 0 ) |
#define | pdPASS ( 1 ) |
#define | pdTRUE ( 1 ) |
Typedefs | |
typedef void(* | pdTASK_CODE )(void *) |
#define errCOULD_NOT_ALLOCATE_REQUIRED_MEMORY ( -1 ) |
Referenced by prvInitialiseTaskLists(), and xCoRoutineCreate().
#define errNO_TASK_TO_RUN ( -2 ) |
#define errQUEUE_BLOCKED ( -4 ) |
#define errQUEUE_EMPTY ( 0 ) |
#define errQUEUE_FULL ( 0 ) |
#define errQUEUE_YIELD ( -5 ) |
#define pdFAIL ( 0 ) |
#define pdFALSE ( 0 ) |
Referenced by portTASK_FUNCTION(), prvCheckDelayedList(), prvCheckOtherTasksAreStillRunning(), prvCheckPendingReadyList(), prvInitialiseTaskLists(), prvRecursiveMutexBlockingTask(), prvRecursiveMutexControllingTask(), prvUnlockQueue(), prvUSART_ISR_NonNakedBehaviour(), spi_selectChip(), usb_general_interrupt(), vApplicationTickHook(), vErrorChecks(), vMemCheckTask(), vTaskEndScheduler(), xAreAltBlockingQueuesStillRunning(), xAreAltPollingQueuesStillRunning(), xAreBlockingQueuesStillRunning(), xAreComTestTasksStillRunning(), xAreCountingSemaphoreTasksStillRunning(), xAreDynamicPriorityTasksStillRunning(), xAreHookCoRoutinesStillRunning(), xAreIntegerMathsTaskStillRunning(), xAreMathsTaskStillRunning(), xArePollingQueuesStillRunning(), xAreSemaphoreTasksStillRunning(), xCoRoutineRemoveFromEventList(), xIsCreateTaskStillRunning(), xQueueGenericReceive(), xQueueGenericSend(), xQueueGenericSendFromISR(), xQueueReceiveFromISR(), xSerialGetChar(), xTaskCheckForTimeOut(), xTaskRemoveFromEventList(), and xTaskResumeAll().
#define pdPASS ( 1 ) |
Referenced by portTASK_FUNCTION(), prvCountingSemaphoreTask(), prvDecrementSemaphoreCount(), prvFixedDelayCoRoutine(), prvFlashCoRoutine(), prvHighestPriorityPeekTask(), prvHighPriorityMutexTask(), prvHighPriorityPeekTask(), prvHookCoRoutine(), prvIncrementSemaphoreCount(), prvInitialiseTaskLists(), prvLowPriorityMutexTask(), prvLowPriorityPeekTask(), prvMediumPriorityPeekTask(), prvRecursiveMutexBlockingTask(), prvRecursiveMutexControllingTask(), prvRecursiveMutexPollingTask(), prvSendFrontAndBackTest(), vApplicationTickHook(), vErrorChecks(), vPrimaryBlockTimeTestTask(), vTaskStartScheduler(), xAreAltBlockingQueuesStillRunning(), xAreAltBlockTimeTestTasksStillRunning(), xAreBlockingQueuesStillRunning(), xAreBlockTimeTestTasksStillRunning(), xAreCountingSemaphoreTasksStillRunning(), xCoRoutineCreate(), xQueueGenericReceive(), xQueueGenericSend(), xQueueGenericSendFromISR(), xQueueReceiveFromISR(), and xSerialPutChar().
#define pdTRUE ( 1 ) |
Referenced by fsaccess_take_mutex(), portTASK_FUNCTION(), prvCheckOtherTasksAreStillRunning(), prvCountingSemaphoreTask(), prvDecrementSemaphoreCount(), prvHighestPriorityPeekTask(), prvHighPriorityMutexTask(), prvHighPriorityPeekTask(), prvHookCoRoutine(), prvIncrementSemaphoreCount(), prvIndicateError(), prvInitialiseTaskLists(), prvLowPriorityMutexTask(), prvLowPriorityPeekTask(), prvMediumPriorityPeekTask(), prvRecursiveMutexBlockingTask(), prvRecursiveMutexControllingTask(), prvRecursiveMutexPollingTask(), prvSendFrontAndBackTest(), prvUSART_ISR_NonNakedBehaviour(), udd_interrupt(), vApplicationTickHook(), vMemCheckTask(), vParTestSetLED(), vPrimaryBlockTimeTestTask(), vSecondaryBlockTimeTestTask(), vTaskMissedYield(), vTaskStartScheduler(), vTaskSwitchContext(), xAreAltBlockTimeTestTasksStillRunning(), xAreAltGenericQueueTasksStillRunning(), xAreAltPollingQueuesStillRunning(), xAreBlockTimeTestTasksStillRunning(), xAreComTestTasksStillRunning(), xAreDynamicPriorityTasksStillRunning(), xAreGenericQueueTasksStillRunning(), xAreHookCoRoutinesStillRunning(), xAreIntegerMathsTaskStillRunning(), xAreMathsTaskStillRunning(), xArePollingQueuesStillRunning(), xAreQueuePeekTasksStillRunning(), xAreRecursiveMutexTasksStillRunning(), xAreSemaphoreTasksStillRunning(), xCoRoutineRemoveFromEventList(), xIsCreateTaskStillRunning(), xQueueGenericReceive(), xQueueGenericSend(), xQueueGenericSendFromISR(), xQueueReceiveFromISR(), xSerialGetChar(), xTaskCheckForTimeOut(), xTaskRemoveFromEventList(), and xTaskResumeAll().
typedef void(* pdTASK_CODE)(void *) |