|
#define | configASSERT(x) |
|
#define | configCHECK_FOR_STACK_OVERFLOW 0 |
|
#define | configGENERATE_RUN_TIME_STATS 0 |
|
#define | configQUEUE_REGISTRY_SIZE 0U |
|
#define | configUSE_ALTERNATIVE_API 0 |
|
#define | configUSE_APPLICATION_TASK_TAG 0 |
|
#define | configUSE_COUNTING_SEMAPHORES 0 |
|
#define | configUSE_MALLOC_FAILED_HOOK 0 |
|
#define | configUSE_MUTEXES 0 |
|
#define | configUSE_RECURSIVE_MUTEXES 0 |
|
#define | configUSE_TIMERS 0 |
|
#define | INCLUDE_uxTaskGetStackHighWaterMark 0 |
|
#define | INCLUDE_xTaskResumeFromISR 1 |
|
#define | portCLEAR_INTERRUPT_MASK_FROM_ISR(uxSavedStatusValue) ( void ) uxSavedStatusValue |
|
#define | portCONFIGURE_TIMER_FOR_RUN_TIME_STATS() |
|
#define | portCRITICAL_NESTING_IN_TCB 0 |
|
#define | portPRIVILEGE_BIT ( ( unsigned portBASE_TYPE ) 0x00 ) |
|
#define | portSET_INTERRUPT_MASK_FROM_ISR() 0 |
|
#define | portYIELD_WITHIN_API portYIELD |
|
#define | pvPortMallocAligned(x, puxStackBuffer) ( ( ( puxStackBuffer ) == NULL ) ? ( pvPortMalloc( ( x ) ) ) : ( puxStackBuffer ) ) |
|
#define | traceBLOCKING_ON_QUEUE_RECEIVE(pxQueue) |
|
#define | traceBLOCKING_ON_QUEUE_SEND(pxQueue) |
|
#define | traceCREATE_COUNTING_SEMAPHORE() |
|
#define | traceCREATE_COUNTING_SEMAPHORE_FAILED() |
|
#define | traceCREATE_MUTEX(pxNewQueue) |
|
#define | traceCREATE_MUTEX_FAILED() |
|
#define | traceEND() |
|
#define | traceGIVE_MUTEX_RECURSIVE(pxMutex) |
|
#define | traceGIVE_MUTEX_RECURSIVE_FAILED(pxMutex) |
|
#define | traceQUEUE_CREATE(pxNewQueue) |
|
#define | traceQUEUE_CREATE_FAILED() |
|
#define | traceQUEUE_DELETE(pxQueue) |
|
#define | traceQUEUE_PEEK(pxQueue) |
|
#define | traceQUEUE_RECEIVE(pxQueue) |
|
#define | traceQUEUE_RECEIVE_FAILED(pxQueue) |
|
#define | traceQUEUE_RECEIVE_FROM_ISR(pxQueue) |
|
#define | traceQUEUE_RECEIVE_FROM_ISR_FAILED(pxQueue) |
|
#define | traceQUEUE_SEND(pxQueue) |
|
#define | traceQUEUE_SEND_FAILED(pxQueue) |
|
#define | traceQUEUE_SEND_FROM_ISR(pxQueue) |
|
#define | traceQUEUE_SEND_FROM_ISR_FAILED(pxQueue) |
|
#define | traceSTART() |
|
#define | traceTAKE_MUTEX_RECURSIVE(pxMutex) |
|
#define | traceTAKE_MUTEX_RECURSIVE_FAILED(pxMutex) |
|
#define | traceTASK_CREATE(pxNewTCB) |
|
#define | traceTASK_CREATE_FAILED() |
|
#define | traceTASK_DELAY() |
|
#define | traceTASK_DELAY_UNTIL() |
|
#define | traceTASK_DELETE(pxTaskToDelete) |
|
#define | traceTASK_INCREMENT_TICK(xTickCount) |
|
#define | traceTASK_PRIORITY_SET(pxTask, uxNewPriority) |
|
#define | traceTASK_RESUME(pxTaskToResume) |
|
#define | traceTASK_RESUME_FROM_ISR(pxTaskToResume) |
|
#define | traceTASK_SUSPEND(pxTaskToSuspend) |
|
#define | traceTASK_SWITCHED_IN() |
|
#define | traceTASK_SWITCHED_OUT() |
|
#define | traceTIMER_COMMAND_RECEIVED(pxTimer, xMessageID, xMessageValue) |
|
#define | traceTIMER_COMMAND_SEND(xTimer, xMessageID, xMessageValueValue, xReturn) |
|
#define | traceTIMER_CREATE(pxNewTimer) |
|
#define | traceTIMER_CREATE_FAILED() |
|
#define | traceTIMER_EXPIRED(pxTimer) |
|
#define | vPortFreeAligned(pvBlockToFree) vPortFree( pvBlockToFree ) |
|
#define | vQueueAddToRegistry(xQueue, pcName) |
|
#define | vQueueUnregisterQueue(xQueue) |
|