Microchip® Advanced Software Framework

projdefs.h File Reference

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 )
#define errNO_TASK_TO_RUN   ( -2 )
#define errQUEUE_BLOCKED   ( -4 )
#define errQUEUE_YIELD   ( -5 )
#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 *)