Here is a list of all functions, variables, defines, enums, and typedefs with links to the files they belong to:
- x -
- X16_F
: cc.h
- X32_F
: cc.h
- X8_F
: arch.h
- xBlockLink
: heap_4.c
- xCommandLineInput
: FreeRTOS_CLI.h
- xCoRoutineCreate()
: croutine.h
- xCoRoutineHandle
: croutine.h
- xCoRoutineRemoveFromEventList()
: croutine.h
- xDelayedTaskList1
: tasks.c
- xDelayedTaskList2
: tasks.c
- xFreeBytesRemaining
: heap_4.c
- xHeap
: heap_4.c
- xHelpCommand
: FreeRTOS_CLI.c
- xList
: list.h
- xListItem
: list.h
- XMEGA
: parts.h
- XMEGA_A
: parts.h
- XMEGA_A1
: parts.h
- XMEGA_A1_XPLAINED
: board.h
- XMEGA_A1U
: parts.h
- XMEGA_A1U_XPLAINED_PRO
: board.h
- XMEGA_A3
: parts.h
- XMEGA_A3_REB_CBB
: board.h
- XMEGA_A3B
: parts.h
- XMEGA_A3BU
: parts.h
- XMEGA_A3BU_XPLAINED
: board.h
- XMEGA_A3U
: parts.h
- XMEGA_A4
: parts.h
- XMEGA_A4U
: parts.h
- XMEGA_AU
: parts.h
- XMEGA_B
: parts.h
- XMEGA_B1
: parts.h
- XMEGA_B1_XPLAINED
: board.h
- XMEGA_B3
: parts.h
- XMEGA_C
: parts.h
- XMEGA_C3
: parts.h
- XMEGA_C3_XPLAINED
: board.h
- XMEGA_C4
: parts.h
- XMEGA_D
: parts.h
- XMEGA_D3
: parts.h
- XMEGA_D4
: parts.h
- XMEGA_E
: parts.h
- XMEGA_E5
: parts.h
- XMEGA_E5_XPLAINED
: board.h
- XMEGA_RF212B_ZIGBIT
: board.h
- XMEGA_RF233_ZIGBIT
: board.h
- xMemoryRegion
: task.h
- xMiniListItem
: list.h
- xMissedYield
: tasks.c
- xNextTaskUnblockTime
: tasks.c
- xNumOfOverflows
: tasks.c
- xPendingReadyList
: tasks.c
- XPLAIN
: board.h
- xPortGetFreeHeapSize()
: heap_4.c
, portable.h
- xPortStartScheduler()
: portable.h
- xQUEUE
: queue.c
- xQueueAltGenericReceive()
: queue.c
, queue.h
- xQueueAltGenericSend()
: queue.c
, queue.h
- xQueueAltPeek
: queue.h
- xQueueAltReceive
: queue.h
- xQueueAltSendToBack
: queue.h
- xQueueAltSendToFront
: queue.h
- xQueueCreate
: queue.h
- xQueueCreateCountingSemaphore()
: queue.c
, queue.h
- xQueueCreateMutex()
: queue.c
, queue.h
- xQueueCRReceive()
: queue.h
- xQueueCRReceiveFromISR()
: queue.h
- xQueueCRSend()
: queue.h
- xQueueCRSendFromISR()
: queue.h
- xQueueGenericCreate()
: queue.c
, queue.h
- xQueueGenericReceive()
: queue.c
, queue.h
- xQueueGenericReset()
: queue.c
, queue.h
- xQueueGenericSend()
: queue.c
, queue.h
- xQueueGenericSendFromISR()
: queue.c
, queue.h
- xQueueGetMutexHolder()
: queue.c
, queue.h
- xQueueGiveMutexRecursive()
: queue.c
, queue.h
- xQueueHandle
: queue.c
, queue.h
- xQueueIsQueueEmptyFromISR()
: queue.c
, queue.h
- xQueueIsQueueFullFromISR()
: queue.c
, queue.h
- xQueuePeek
: queue.h
- xQueueReceive
: queue.h
- xQueueReceiveFromISR()
: queue.c
, queue.h
- xQueueRegistry
: queue.c
- xQueueRegistryItem
: queue.c
- xQueueReset
: queue.h
- xQueueSend
: queue.h
- xQueueSendFromISR
: queue.h
- xQueueSendToBack
: queue.h
- xQueueSendToBackFromISR
: queue.h
- xQueueSendToFront
: queue.h
- xQueueSendToFrontFromISR
: queue.h
- xQueueTakeMutexRecursive()
: queue.c
, queue.h
- xRegisteredCommands
: FreeRTOS_CLI.c
- xSchedulerRunning
: tasks.c
- xSemaphoreAltGive
: semphr.h
- xSemaphoreAltTake
: semphr.h
- xSemaphoreCreateCounting
: semphr.h
- xSemaphoreCreateMutex
: semphr.h
- xSemaphoreCreateRecursiveMutex
: semphr.h
- xSemaphoreGetMutexHolder
: semphr.h
- xSemaphoreGive
: semphr.h
- xSemaphoreGiveFromISR
: semphr.h
- xSemaphoreGiveRecursive
: semphr.h
- xSemaphoreHandle
: semphr.h
- xSemaphoreTake
: semphr.h
- xSemaphoreTakeFromISR
: semphr.h
- xSemaphoreTakeRecursive
: semphr.h
- xStart
: heap_4.c
- xSuspendedTaskList
: tasks.c
- xTaskCallApplicationTaskHook()
: task.h
- xTaskCheckForTimeOut()
: tasks.c
, task.h
- xTaskCreate
: task.h
- xTaskCreateRestricted
: task.h
- xTaskGenericCreate()
: task.h
- xTaskGetCurrentTaskHandle()
: task.h
, tasks.c
- xTaskGetIdleTaskHandle()
: task.h
- xTaskGetSchedulerState()
: task.h
- xTaskGetTickCount()
: task.h
, tasks.c
- xTaskGetTickCountFromISR()
: task.h
, tasks.c
- xTaskHandle
: task.h
- xTaskIsTaskSuspended()
: tasks.c
, task.h
- xTaskParameters
: task.h
- xTaskRemoveFromEventList()
: tasks.c
, task.h
- xTaskResumeAll()
: task.h
, tasks.c
- xTaskResumeFromISR()
: tasks.c
, task.h
- xTasksWaitingTermination
: tasks.c
- xTickCount
: tasks.c
- xTimeOutType
: task.h
- xTimerChangePeriod
: freertos/freertos-7.3.0/source/include/timers.h
- xTimerChangePeriodFromISR
: freertos/freertos-7.3.0/source/include/timers.h
- xTimerCreate()
: freertos/freertos-7.3.0/source/include/timers.h
- xTimerCreateTimerTask()
: freertos/freertos-7.3.0/source/include/timers.h
- xTimerDelete
: freertos/freertos-7.3.0/source/include/timers.h
- xTimerGenericCommand()
: freertos/freertos-7.3.0/source/include/timers.h
- xTimerGetTimerDaemonTaskHandle()
: freertos/freertos-7.3.0/source/include/timers.h
- xTimerHandle
: freertos/freertos-7.3.0/source/include/timers.h
- xTimerIsTimerActive()
: freertos/freertos-7.3.0/source/include/timers.h
- xTimerReset
: freertos/freertos-7.3.0/source/include/timers.h
- xTimerResetFromISR
: freertos/freertos-7.3.0/source/include/timers.h
- xTimerStart
: freertos/freertos-7.3.0/source/include/timers.h
- xTimerStartFromISR
: freertos/freertos-7.3.0/source/include/timers.h
- xTimerStop
: freertos/freertos-7.3.0/source/include/timers.h
- xTimerStopFromISR
: freertos/freertos-7.3.0/source/include/timers.h
- xTotalHeapSize
: heap_4.c