#include <stddef.h>#include <stdint.h>#include "FreeRTOSConfig.h"#include "projdefs.h"#include "portable.h"

Go to the source code of this file.
Classes | |
| struct | xSTATIC_EVENT_GROUP |
| struct | xSTATIC_LIST |
| struct | xSTATIC_LIST_ITEM |
| struct | xSTATIC_MINI_LIST_ITEM |
| struct | xSTATIC_QUEUE |
| struct | xSTATIC_STREAM_BUFFER |
| struct | xSTATIC_TCB |
| struct | xSTATIC_TIMER |
Typedefs | |
| typedef struct xSTATIC_EVENT_GROUP | StaticEventGroup_t |
| typedef struct xSTATIC_LIST | StaticList_t |
| typedef struct xSTATIC_LIST_ITEM | StaticListItem_t |
| typedef StaticStreamBuffer_t | StaticMessageBuffer_t |
| typedef struct xSTATIC_MINI_LIST_ITEM | StaticMiniListItem_t |
| typedef struct xSTATIC_QUEUE | StaticQueue_t |
| typedef StaticQueue_t | StaticSemaphore_t |
| typedef struct xSTATIC_STREAM_BUFFER | StaticStreamBuffer_t |
| typedef struct xSTATIC_TCB | StaticTask_t |
| typedef struct xSTATIC_TIMER | StaticTimer_t |
| #define configAPPLICATION_ALLOCATED_HEAP 0 |
Definition at line 803 of file FreeRTOS.h.
| #define configASSERT | ( | x | ) |
Definition at line 235 of file FreeRTOS.h.
| #define configASSERT_DEFINED 0 |
Definition at line 236 of file FreeRTOS.h.
| #define configCHECK_FOR_STACK_OVERFLOW 0 |
Definition at line 375 of file FreeRTOS.h.
| #define configENABLE_BACKWARD_COMPATIBILITY 1 |
Definition at line 869 of file FreeRTOS.h.
| #define configEXPECTED_IDLE_TIME_BEFORE_SLEEP 2 |
Definition at line 731 of file FreeRTOS.h.
| #define configGENERATE_RUN_TIME_STATS 0 |
Definition at line 693 of file FreeRTOS.h.
| #define configIDLE_SHOULD_YIELD 1 |
Definition at line 227 of file FreeRTOS.h.
| #define configINCLUDE_APPLICATION_DEFINED_PRIVILEGED_FUNCTIONS 0 |
Definition at line 771 of file FreeRTOS.h.
| #define configINCLUDE_FREERTOS_TASK_C_ADDITIONS_H 0 |
Definition at line 383 of file FreeRTOS.h.
| #define configINITIAL_TICK_COUNT 0 |
Definition at line 846 of file FreeRTOS.h.
| #define configMAX | ( | a, | |
| b | |||
| ) | ( ( ( a ) > ( b ) ) ? ( a ) : ( b ) ) |
Definition at line 889 of file FreeRTOS.h.
| #define configMAX_TASK_NAME_LEN 16 |
Definition at line 223 of file FreeRTOS.h.
| #define configMIN | ( | a, | |
| b | |||
| ) | ( ( ( a ) < ( b ) ) ? ( a ) : ( b ) ) |
Definition at line 895 of file FreeRTOS.h.
| #define configNUM_THREAD_LOCAL_STORAGE_POINTERS 0 |
Definition at line 195 of file FreeRTOS.h.
| #define configPOST_SLEEP_PROCESSING | ( | x | ) |
Definition at line 751 of file FreeRTOS.h.
| #define configPRE_SLEEP_PROCESSING | ( | x | ) |
Definition at line 747 of file FreeRTOS.h.
| #define configPRE_SUPPRESS_TICKS_AND_SLEEP_PROCESSING | ( | x | ) |
Definition at line 743 of file FreeRTOS.h.
| #define configPRINTF | ( | X | ) |
Definition at line 883 of file FreeRTOS.h.
| #define configQUEUE_REGISTRY_SIZE 0U |
Definition at line 279 of file FreeRTOS.h.
| #define configRECORD_STACK_HIGH_ADDRESS 0 |
Definition at line 379 of file FreeRTOS.h.
| #define configSTACK_DEPTH_TYPE uint16_t |
Definition at line 827 of file FreeRTOS.h.
| #define configSUPPORT_DYNAMIC_ALLOCATION 1 |
Definition at line 821 of file FreeRTOS.h.
| #define configSUPPORT_STATIC_ALLOCATION 0 |
Definition at line 816 of file FreeRTOS.h.
| #define configUSE_ALTERNATIVE_API 0 |
Definition at line 215 of file FreeRTOS.h.
| #define configUSE_APPLICATION_TASK_TAG 0 |
Definition at line 191 of file FreeRTOS.h.
| #define configUSE_CO_ROUTINES 0 |
Definition at line 109 of file FreeRTOS.h.
| #define configUSE_COUNTING_SEMAPHORES 0 |
Definition at line 211 of file FreeRTOS.h.
| #define configUSE_DAEMON_TASK_STARTUP_HOOK 0 |
Definition at line 187 of file FreeRTOS.h.
| #define configUSE_MALLOC_FAILED_HOOK 0 |
Definition at line 715 of file FreeRTOS.h.
| #define configUSE_MUTEXES 0 |
Definition at line 203 of file FreeRTOS.h.
| #define configUSE_NEWLIB_REENTRANT 0 |
Definition at line 67 of file FreeRTOS.h.
| #define configUSE_PORT_OPTIMISED_TASK_SELECTION 0 |
Definition at line 799 of file FreeRTOS.h.
| #define configUSE_QUEUE_SETS 0 |
Definition at line 755 of file FreeRTOS.h.
| #define configUSE_RECURSIVE_MUTEXES 0 |
Definition at line 199 of file FreeRTOS.h.
| #define configUSE_STATS_FORMATTING_FUNCTIONS 0 |
Definition at line 775 of file FreeRTOS.h.
| #define configUSE_TASK_FPU_SUPPORT 1 |
Definition at line 936 of file FreeRTOS.h.
| #define configUSE_TASK_NOTIFICATIONS 1 |
Definition at line 807 of file FreeRTOS.h.
| #define configUSE_TICKLESS_IDLE 0 |
Definition at line 739 of file FreeRTOS.h.
| #define configUSE_TIME_SLICING 1 |
Definition at line 767 of file FreeRTOS.h.
| #define configUSE_TIMERS 0 |
Definition at line 207 of file FreeRTOS.h.
| #define configUSE_TRACE_FACILITY 0 |
Definition at line 783 of file FreeRTOS.h.
| #define eTaskStateGet eTaskGetState |
Definition at line 899 of file FreeRTOS.h.
| #define INCLUDE_eTaskGetState 0 |
Definition at line 161 of file FreeRTOS.h.
| #define INCLUDE_uxTaskGetStackHighWaterMark 0 |
Definition at line 157 of file FreeRTOS.h.
| #define INCLUDE_uxTaskPriorityGet 0 |
Definition at line 117 of file FreeRTOS.h.
| #define INCLUDE_vTaskDelay 0 |
Definition at line 133 of file FreeRTOS.h.
| #define INCLUDE_vTaskDelayUntil 0 |
Definition at line 129 of file FreeRTOS.h.
| #define INCLUDE_vTaskDelete 0 |
Definition at line 121 of file FreeRTOS.h.
| #define INCLUDE_vTaskPrioritySet 0 |
Definition at line 113 of file FreeRTOS.h.
| #define INCLUDE_vTaskSuspend 0 |
Definition at line 125 of file FreeRTOS.h.
| #define INCLUDE_xQueueGetMutexHolder 0 |
Definition at line 145 of file FreeRTOS.h.
| #define INCLUDE_xSemaphoreGetMutexHolder INCLUDE_xQueueGetMutexHolder |
Definition at line 149 of file FreeRTOS.h.
| #define INCLUDE_xTaskAbortDelay 0 |
Definition at line 141 of file FreeRTOS.h.
| #define INCLUDE_xTaskGetCurrentTaskHandle 0 |
Definition at line 177 of file FreeRTOS.h.
| #define INCLUDE_xTaskGetHandle 0 |
Definition at line 153 of file FreeRTOS.h.
| #define INCLUDE_xTaskGetIdleTaskHandle 0 |
Definition at line 137 of file FreeRTOS.h.
| #define INCLUDE_xTaskGetSchedulerState 0 |
Definition at line 173 of file FreeRTOS.h.
| #define INCLUDE_xTaskResumeFromISR 1 |
Definition at line 165 of file FreeRTOS.h.
| #define INCLUDE_xTimerPendFunctionCall 0 |
Definition at line 169 of file FreeRTOS.h.
| #define mtCOVERAGE_TEST_DELAY | ( | ) |
Definition at line 791 of file FreeRTOS.h.
| #define mtCOVERAGE_TEST_MARKER | ( | ) |
Definition at line 787 of file FreeRTOS.h.
| #define pcQueueGetName | ( | xQueue | ) |
Definition at line 285 of file FreeRTOS.h.
| #define pcQueueGetQueueName pcQueueGetName |
Definition at line 916 of file FreeRTOS.h.
| #define pcTaskGetTaskName pcTaskGetName |
Definition at line 914 of file FreeRTOS.h.
| #define pcTimerGetTimerName pcTimerGetName |
Definition at line 915 of file FreeRTOS.h.
| #define pdTASK_CODE TaskFunction_t |
Definition at line 922 of file FreeRTOS.h.
| #define pdTASK_HOOK_CODE TaskHookFunction_t |
Definition at line 912 of file FreeRTOS.h.
| #define portASSERT_IF_IN_ISR | ( | ) |
Definition at line 795 of file FreeRTOS.h.
| #define portASSERT_IF_INTERRUPT_PRIORITY_INVALID | ( | ) |
Definition at line 779 of file FreeRTOS.h.
| #define portCLEAN_UP_TCB | ( | pxTCB | ) | ( void ) pxTCB |
Definition at line 267 of file FreeRTOS.h.
| #define portCLEAR_INTERRUPT_MASK_FROM_ISR | ( | uxSavedStatusValue | ) | ( void ) uxSavedStatusValue |
Definition at line 263 of file FreeRTOS.h.
| #define portCONFIGURE_TIMER_FOR_RUN_TIME_STATS | ( | ) |
Definition at line 711 of file FreeRTOS.h.
| #define portCRITICAL_NESTING_IN_TCB 0 |
Definition at line 219 of file FreeRTOS.h.
| #define portPOINTER_SIZE_TYPE uint32_t |
Definition at line 289 of file FreeRTOS.h.
| #define portPRE_TASK_DELETE_HOOK | ( | pvTaskToDelete, | |
| pxYieldPending | |||
| ) |
Definition at line 271 of file FreeRTOS.h.
| #define portPRIVILEGE_BIT ( ( UBaseType_t ) 0x00 ) |
Definition at line 719 of file FreeRTOS.h.
| #define portSET_INTERRUPT_MASK_FROM_ISR | ( | ) | 0 |
Definition at line 259 of file FreeRTOS.h.
| #define portSETUP_TCB | ( | pxTCB | ) | ( void ) pxTCB |
Definition at line 275 of file FreeRTOS.h.
| #define portSUPPRESS_TICKS_AND_SLEEP | ( | xExpectedIdleTime | ) |
Definition at line 727 of file FreeRTOS.h.
| #define portTASK_CALLS_SECURE_FUNCTIONS | ( | ) |
Definition at line 763 of file FreeRTOS.h.
| #define portTASK_USES_FLOATING_POINT | ( | ) |
Definition at line 759 of file FreeRTOS.h.
| #define portTICK_RATE_MS portTICK_PERIOD_MS |
Definition at line 913 of file FreeRTOS.h.
| #define portTICK_TYPE_CLEAR_INTERRUPT_MASK_FROM_ISR | ( | x | ) | portCLEAR_INTERRUPT_MASK_FROM_ISR( ( x ) ) |
Definition at line 856 of file FreeRTOS.h.
| #define portTICK_TYPE_ENTER_CRITICAL | ( | ) | portENTER_CRITICAL() |
Definition at line 853 of file FreeRTOS.h.
| #define portTICK_TYPE_EXIT_CRITICAL | ( | ) | portEXIT_CRITICAL() |
Definition at line 854 of file FreeRTOS.h.
| #define portTICK_TYPE_IS_ATOMIC 0 |
Definition at line 811 of file FreeRTOS.h.
| #define portTICK_TYPE_SET_INTERRUPT_MASK_FROM_ISR | ( | ) | portSET_INTERRUPT_MASK_FROM_ISR() |
Definition at line 855 of file FreeRTOS.h.
| #define portTickType TickType_t |
Definition at line 900 of file FreeRTOS.h.
| #define portYIELD_WITHIN_API portYIELD |
Definition at line 723 of file FreeRTOS.h.
| #define tmrTIMER_CALLBACK TimerCallbackFunction_t |
Definition at line 921 of file FreeRTOS.h.
| #define traceBLOCKING_ON_QUEUE_PEEK | ( | pxQueue | ) |
Definition at line 363 of file FreeRTOS.h.
| #define traceBLOCKING_ON_QUEUE_RECEIVE | ( | pxQueue | ) |
Definition at line 355 of file FreeRTOS.h.
| #define traceBLOCKING_ON_QUEUE_SEND | ( | pxQueue | ) |
Definition at line 371 of file FreeRTOS.h.
| #define traceBLOCKING_ON_STREAM_BUFFER_RECEIVE | ( | xStreamBuffer | ) |
Definition at line 677 of file FreeRTOS.h.
| #define traceBLOCKING_ON_STREAM_BUFFER_SEND | ( | xStreamBuffer | ) |
Definition at line 661 of file FreeRTOS.h.
| #define traceCREATE_COUNTING_SEMAPHORE | ( | ) |
Definition at line 429 of file FreeRTOS.h.
| #define traceCREATE_COUNTING_SEMAPHORE_FAILED | ( | ) |
Definition at line 433 of file FreeRTOS.h.
| #define traceCREATE_MUTEX | ( | pxNewQueue | ) |
Definition at line 405 of file FreeRTOS.h.
| #define traceCREATE_MUTEX_FAILED | ( | ) |
Definition at line 409 of file FreeRTOS.h.
| #define traceEND | ( | ) |
Definition at line 302 of file FreeRTOS.h.
| #define traceEVENT_GROUP_CLEAR_BITS | ( | xEventGroup, | |
| uxBitsToClear | |||
| ) |
Definition at line 581 of file FreeRTOS.h.
| #define traceEVENT_GROUP_CLEAR_BITS_FROM_ISR | ( | xEventGroup, | |
| uxBitsToClear | |||
| ) |
Definition at line 585 of file FreeRTOS.h.
| #define traceEVENT_GROUP_CREATE | ( | xEventGroup | ) |
Definition at line 557 of file FreeRTOS.h.
| #define traceEVENT_GROUP_CREATE_FAILED | ( | ) |
Definition at line 561 of file FreeRTOS.h.
| #define traceEVENT_GROUP_DELETE | ( | xEventGroup | ) |
Definition at line 597 of file FreeRTOS.h.
| #define traceEVENT_GROUP_SET_BITS | ( | xEventGroup, | |
| uxBitsToSet | |||
| ) |
Definition at line 589 of file FreeRTOS.h.
| #define traceEVENT_GROUP_SET_BITS_FROM_ISR | ( | xEventGroup, | |
| uxBitsToSet | |||
| ) |
Definition at line 593 of file FreeRTOS.h.
| #define traceEVENT_GROUP_SYNC_BLOCK | ( | xEventGroup, | |
| uxBitsToSet, | |||
| uxBitsToWaitFor | |||
| ) |
Definition at line 565 of file FreeRTOS.h.
| #define traceEVENT_GROUP_SYNC_END | ( | xEventGroup, | |
| uxBitsToSet, | |||
| uxBitsToWaitFor, | |||
| xTimeoutOccurred | |||
| ) | ( void ) xTimeoutOccurred |
Definition at line 569 of file FreeRTOS.h.
| #define traceEVENT_GROUP_WAIT_BITS_BLOCK | ( | xEventGroup, | |
| uxBitsToWaitFor | |||
| ) |
Definition at line 573 of file FreeRTOS.h.
| #define traceEVENT_GROUP_WAIT_BITS_END | ( | xEventGroup, | |
| uxBitsToWaitFor, | |||
| xTimeoutOccurred | |||
| ) | ( void ) xTimeoutOccurred |
Definition at line 577 of file FreeRTOS.h.
| #define traceFREE | ( | pvAddress, | |
| uiSize | |||
| ) |
Definition at line 553 of file FreeRTOS.h.
| #define traceGIVE_MUTEX_RECURSIVE | ( | pxMutex | ) |
Definition at line 413 of file FreeRTOS.h.
| #define traceGIVE_MUTEX_RECURSIVE_FAILED | ( | pxMutex | ) |
Definition at line 417 of file FreeRTOS.h.
| #define traceINCREASE_TICK_COUNT | ( | x | ) |
Definition at line 314 of file FreeRTOS.h.
| #define traceLOW_POWER_IDLE_BEGIN | ( | ) |
Definition at line 319 of file FreeRTOS.h.
| #define traceLOW_POWER_IDLE_END | ( | ) |
Definition at line 324 of file FreeRTOS.h.
| #define traceMALLOC | ( | pvAddress, | |
| uiSize | |||
| ) |
Definition at line 549 of file FreeRTOS.h.
| #define traceMOVED_TASK_TO_READY_STATE | ( | pxTCB | ) |
Definition at line 389 of file FreeRTOS.h.
| #define tracePEND_FUNC_CALL | ( | xFunctionToPend, | |
| pvParameter1, | |||
| ulParameter2, | |||
| ret | |||
| ) |
Definition at line 601 of file FreeRTOS.h.
| #define tracePEND_FUNC_CALL_FROM_ISR | ( | xFunctionToPend, | |
| pvParameter1, | |||
| ulParameter2, | |||
| ret | |||
| ) |
Definition at line 605 of file FreeRTOS.h.
| #define tracePOST_MOVED_TASK_TO_READY_STATE | ( | pxTCB | ) |
Definition at line 393 of file FreeRTOS.h.
| #define traceQUEUE_CREATE | ( | pxNewQueue | ) |
Definition at line 397 of file FreeRTOS.h.
| #define traceQUEUE_CREATE_FAILED | ( | ucQueueType | ) |
Definition at line 401 of file FreeRTOS.h.
| #define traceQUEUE_DELETE | ( | pxQueue | ) |
Definition at line 485 of file FreeRTOS.h.
| #define traceQUEUE_PEEK | ( | pxQueue | ) |
Definition at line 449 of file FreeRTOS.h.
| #define traceQUEUE_PEEK_FAILED | ( | pxQueue | ) |
Definition at line 453 of file FreeRTOS.h.
| #define traceQUEUE_PEEK_FROM_ISR | ( | pxQueue | ) |
Definition at line 457 of file FreeRTOS.h.
| #define traceQUEUE_PEEK_FROM_ISR_FAILED | ( | pxQueue | ) |
Definition at line 481 of file FreeRTOS.h.
| #define traceQUEUE_RECEIVE | ( | pxQueue | ) |
Definition at line 445 of file FreeRTOS.h.
| #define traceQUEUE_RECEIVE_FAILED | ( | pxQueue | ) |
Definition at line 461 of file FreeRTOS.h.
| #define traceQUEUE_RECEIVE_FROM_ISR | ( | pxQueue | ) |
Definition at line 473 of file FreeRTOS.h.
| #define traceQUEUE_RECEIVE_FROM_ISR_FAILED | ( | pxQueue | ) |
Definition at line 477 of file FreeRTOS.h.
| #define traceQUEUE_REGISTRY_ADD | ( | xQueue, | |
| pcQueueName | |||
| ) |
Definition at line 609 of file FreeRTOS.h.
| #define traceQUEUE_SEND | ( | pxQueue | ) |
Definition at line 437 of file FreeRTOS.h.
| #define traceQUEUE_SEND_FAILED | ( | pxQueue | ) |
Definition at line 441 of file FreeRTOS.h.
| #define traceQUEUE_SEND_FROM_ISR | ( | pxQueue | ) |
Definition at line 465 of file FreeRTOS.h.
| #define traceQUEUE_SEND_FROM_ISR_FAILED | ( | pxQueue | ) |
Definition at line 469 of file FreeRTOS.h.
| #define traceSTART | ( | ) |
Definition at line 296 of file FreeRTOS.h.
| #define traceSTREAM_BUFFER_CREATE | ( | pxStreamBuffer, | |
| xIsMessageBuffer | |||
| ) |
Definition at line 649 of file FreeRTOS.h.
| #define traceSTREAM_BUFFER_CREATE_FAILED | ( | xIsMessageBuffer | ) |
Definition at line 641 of file FreeRTOS.h.
| #define traceSTREAM_BUFFER_CREATE_STATIC_FAILED | ( | xReturn, | |
| xIsMessageBuffer | |||
| ) |
Definition at line 645 of file FreeRTOS.h.
| #define traceSTREAM_BUFFER_DELETE | ( | xStreamBuffer | ) |
Definition at line 653 of file FreeRTOS.h.
| #define traceSTREAM_BUFFER_RECEIVE | ( | xStreamBuffer, | |
| xReceivedLength | |||
| ) |
Definition at line 681 of file FreeRTOS.h.
| #define traceSTREAM_BUFFER_RECEIVE_FAILED | ( | xStreamBuffer | ) |
Definition at line 685 of file FreeRTOS.h.
| #define traceSTREAM_BUFFER_RECEIVE_FROM_ISR | ( | xStreamBuffer, | |
| xReceivedLength | |||
| ) |
Definition at line 689 of file FreeRTOS.h.
| #define traceSTREAM_BUFFER_RESET | ( | xStreamBuffer | ) |
Definition at line 657 of file FreeRTOS.h.
| #define traceSTREAM_BUFFER_SEND | ( | xStreamBuffer, | |
| xBytesSent | |||
| ) |
Definition at line 665 of file FreeRTOS.h.
| #define traceSTREAM_BUFFER_SEND_FAILED | ( | xStreamBuffer | ) |
Definition at line 669 of file FreeRTOS.h.
| #define traceSTREAM_BUFFER_SEND_FROM_ISR | ( | xStreamBuffer, | |
| xBytesSent | |||
| ) |
Definition at line 673 of file FreeRTOS.h.
| #define traceTAKE_MUTEX_RECURSIVE | ( | pxMutex | ) |
Definition at line 421 of file FreeRTOS.h.
| #define traceTAKE_MUTEX_RECURSIVE_FAILED | ( | pxMutex | ) |
Definition at line 425 of file FreeRTOS.h.
| #define traceTASK_CREATE | ( | pxNewTCB | ) |
Definition at line 489 of file FreeRTOS.h.
| #define traceTASK_CREATE_FAILED | ( | ) |
Definition at line 493 of file FreeRTOS.h.
| #define traceTASK_DELAY | ( | ) |
Definition at line 505 of file FreeRTOS.h.
| #define traceTASK_DELAY_UNTIL | ( | x | ) |
Definition at line 501 of file FreeRTOS.h.
| #define traceTASK_DELETE | ( | pxTaskToDelete | ) |
Definition at line 497 of file FreeRTOS.h.
| #define traceTASK_INCREMENT_TICK | ( | xTickCount | ) |
Definition at line 525 of file FreeRTOS.h.
| #define traceTASK_NOTIFY | ( | ) |
Definition at line 629 of file FreeRTOS.h.
| #define traceTASK_NOTIFY_FROM_ISR | ( | ) |
Definition at line 633 of file FreeRTOS.h.
| #define traceTASK_NOTIFY_GIVE_FROM_ISR | ( | ) |
Definition at line 637 of file FreeRTOS.h.
| #define traceTASK_NOTIFY_TAKE | ( | ) |
Definition at line 617 of file FreeRTOS.h.
| #define traceTASK_NOTIFY_TAKE_BLOCK | ( | ) |
Definition at line 613 of file FreeRTOS.h.
| #define traceTASK_NOTIFY_WAIT | ( | ) |
Definition at line 625 of file FreeRTOS.h.
| #define traceTASK_NOTIFY_WAIT_BLOCK | ( | ) |
Definition at line 621 of file FreeRTOS.h.
| #define traceTASK_PRIORITY_DISINHERIT | ( | pxTCBOfMutexHolder, | |
| uxOriginalPriority | |||
| ) |
Definition at line 347 of file FreeRTOS.h.
| #define traceTASK_PRIORITY_INHERIT | ( | pxTCBOfMutexHolder, | |
| uxInheritedPriority | |||
| ) |
Definition at line 339 of file FreeRTOS.h.
| #define traceTASK_PRIORITY_SET | ( | pxTask, | |
| uxNewPriority | |||
| ) |
Definition at line 509 of file FreeRTOS.h.
| #define traceTASK_RESUME | ( | pxTaskToResume | ) |
Definition at line 517 of file FreeRTOS.h.
| #define traceTASK_RESUME_FROM_ISR | ( | pxTaskToResume | ) |
Definition at line 521 of file FreeRTOS.h.
| #define traceTASK_SUSPEND | ( | pxTaskToSuspend | ) |
Definition at line 513 of file FreeRTOS.h.
| #define traceTASK_SWITCHED_IN | ( | ) |
Definition at line 308 of file FreeRTOS.h.
| #define traceTASK_SWITCHED_OUT | ( | ) |
Definition at line 330 of file FreeRTOS.h.
| #define traceTIMER_COMMAND_RECEIVED | ( | pxTimer, | |
| xMessageID, | |||
| xMessageValue | |||
| ) |
Definition at line 545 of file FreeRTOS.h.
| #define traceTIMER_COMMAND_SEND | ( | xTimer, | |
| xMessageID, | |||
| xMessageValueValue, | |||
| xReturn | |||
| ) |
Definition at line 537 of file FreeRTOS.h.
| #define traceTIMER_CREATE | ( | pxNewTimer | ) |
Definition at line 529 of file FreeRTOS.h.
| #define traceTIMER_CREATE_FAILED | ( | ) |
Definition at line 533 of file FreeRTOS.h.
| #define traceTIMER_EXPIRED | ( | pxTimer | ) |
Definition at line 541 of file FreeRTOS.h.
| #define vQueueAddToRegistry | ( | xQueue, | |
| pcName | |||
| ) |
Definition at line 283 of file FreeRTOS.h.
| #define vQueueUnregisterQueue | ( | xQueue | ) |
Definition at line 284 of file FreeRTOS.h.
| #define vTaskGetTaskInfo vTaskGetInfo |
Definition at line 917 of file FreeRTOS.h.
| #define xCoRoutineHandle CoRoutineHandle_t |
Definition at line 911 of file FreeRTOS.h.
| #define xList List_t |
Definition at line 924 of file FreeRTOS.h.
| #define xListItem ListItem_t |
Definition at line 923 of file FreeRTOS.h.
| #define xMemoryRegion MemoryRegion_t |
Definition at line 907 of file FreeRTOS.h.
| #define xQueueHandle QueueHandle_t |
Definition at line 902 of file FreeRTOS.h.
| #define xQueueSetHandle QueueSetHandle_t |
Definition at line 904 of file FreeRTOS.h.
| #define xQueueSetMemberHandle QueueSetMemberHandle_t |
Definition at line 905 of file FreeRTOS.h.
| #define xSemaphoreHandle SemaphoreHandle_t |
Definition at line 903 of file FreeRTOS.h.
| #define xTaskHandle TaskHandle_t |
Definition at line 901 of file FreeRTOS.h.
| #define xTaskParameters TaskParameters_t |
Definition at line 908 of file FreeRTOS.h.
| #define xTaskStatusType TaskStatus_t |
Definition at line 909 of file FreeRTOS.h.
| #define xTimeOutType TimeOut_t |
Definition at line 906 of file FreeRTOS.h.
| #define xTimerHandle TimerHandle_t |
Definition at line 910 of file FreeRTOS.h.
| typedef struct xSTATIC_EVENT_GROUP StaticEventGroup_t |
| typedef struct xSTATIC_LIST StaticList_t |
| typedef struct xSTATIC_LIST_ITEM StaticListItem_t |
Definition at line 954 of file FreeRTOS.h.
Definition at line 1162 of file FreeRTOS.h.
| typedef struct xSTATIC_MINI_LIST_ITEM StaticMiniListItem_t |
Definition at line 962 of file FreeRTOS.h.
| typedef struct xSTATIC_QUEUE StaticQueue_t |
| typedef StaticQueue_t StaticSemaphore_t |
Definition at line 1075 of file FreeRTOS.h.
| typedef struct xSTATIC_STREAM_BUFFER StaticStreamBuffer_t |
| typedef struct xSTATIC_TCB StaticTask_t |
| typedef struct xSTATIC_TIMER StaticTimer_t |