Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OSH-2019/x-rust-freertos
/ functions
Functions
387 in github.com/OSH-2019/x-rust-freertos
⨍
Functions
387
◇
Types & classes
54
Function
vPortClearInterruptMask
rust_freertos/Source/port.c:351
Function
vPortClearInterruptMask
rust_freertos/portable/port.c:348
Function
vPortFindTicksPerSecond
rust_freertos/Source/port.c:754
Function
vPortFindTicksPerSecond
rust_freertos/portable/port.c:751
Function
vPortForciblyEndThread
rust_freertos/Source/port.c:442
Function
vPortForciblyEndThread
rust_freertos/portable/port.c:439
Function
vPortSystemTickHandler
rust_freertos/Source/port.c:390
Function
vPortSystemTickHandler
rust_freertos/portable/port.c:387
Function
vPortYieldFromISR
rust_freertos/Source/port.c:262
Function
vPortYieldFromISR
rust_freertos/portable/port.c:259
Function
vQueueDelete
rust_freertos/Source/queue.c:1625
Function
vQueueSetQueueNumber
rust_freertos/Source/queue.c:1679
Function
vTaskAllocateMPURegions
rust_freertos/Source/tasks.c:3319
Function
vTaskDelay
rust_freertos/Source/tasks.c:1224
Function
vTaskDelayUntil
rust_freertos/Source/tasks.c:1140
Function
vTaskDelete
rust_freertos/Source/tasks.c:1048
Function
vTaskEndScheduler
rust_freertos/Source/tasks.c:1933
Function
vTaskEnterCritical
rust_freertos/Source/tasks.c:3853
Function
vTaskExitCritical
rust_freertos/Source/tasks.c:3883
Function
vTaskGetRunTimeStats
rust_freertos/Source/tasks.c:4037
Function
vTaskList
rust_freertos/Source/tasks.c:3942
Function
vTaskNotifyGiveFromISR
rust_freertos/Source/tasks.c:4573
Function
vTaskPrioritySet
rust_freertos/Source/tasks.c:1402
Function
vTaskResume
rust_freertos/Source/tasks.c:1702
Function
vTaskSetApplicationTaskTag
rust_freertos/Source/tasks.c:2673
Function
vTaskSetTaskNumber
rust_freertos/Source/tasks.c:3107
Function
vTaskSetThreadLocalStoragePointer
rust_freertos/Source/tasks.c:3280
Function
vTaskStartScheduler
rust_freertos/Source/tasks.c:1826
Function
vTaskStepTick
rust_freertos/Source/tasks.c:2412
Function
vTaskSuspend
rust_freertos/Source/tasks.c:1566
Function
vTaskSuspendAll
()
rust_freertos/src/ffi.rs:39
Function
vTaskSwitchContext
()
rust_freertos/src/ffi.rs:33
Function
vTimerSetTimerID
rust_freertos/Source/timers.c:1019
Function
xCoRoutineCreate
rust_freertos/Source/croutine.c:144
Function
xEventGroupClearBitsFromISR
rust_freertos/Source/event_groups.c:501
Function
xEventGroupCreate
rust_freertos/Source/event_groups.c:174
Function
xEventGroupCreateStatic
rust_freertos/Source/event_groups.c:135
Function
xEventGroupGetBitsFromISR
rust_freertos/Source/event_groups.c:514
Function
xEventGroupSetBitsFromISR
rust_freertos/Source/event_groups.c:719
Function
xEventGroupSync
rust_freertos/Source/event_groups.c:208
Function
xEventGroupWaitBits
rust_freertos/Source/event_groups.c:324
Function
xPortSetInterruptMask
rust_freertos/Source/port.c:343
Function
xPortSetInterruptMask
rust_freertos/portable/port.c:340
Function
xPortStartScheduler
* See header file for description. */
rust_freertos/portable/port.c:188
Function
xQueueAddToSet
rust_freertos/Source/queue.c:2408
Function
xQueueCRReceive
rust_freertos/Source/queue.c:2071
Function
xQueueCRReceiveFromISR
rust_freertos/Source/queue.c:2209
Function
xQueueCRSend
rust_freertos/Source/queue.c:1994
Function
xQueueCRSendFromISR
rust_freertos/Source/queue.c:2161
Function
xQueueCreateCountingSemaphore
rust_freertos/Source/queue.c:697
Function
xQueueCreateCountingSemaphoreStatic
rust_freertos/Source/queue.c:669
Function
xQueueCreateMutex
rust_freertos/Source/queue.c:506
Function
xQueueCreateMutexStatic
rust_freertos/Source/queue.c:522
Function
xQueueCreateSet
rust_freertos/Source/queue.c:2394
Function
xQueueGenericSendFromISR
rust_freertos/Source/queue.c:921
Function
xQueueGetMutexHolder
rust_freertos/Source/queue.c:542
Function
xQueueGiveFromISR
rust_freertos/Source/queue.c:1072
Function
xQueueGiveMutexRecursive
rust_freertos/Source/queue.c:572
Function
xQueueIsQueueEmptyFromISR
rust_freertos/Source/queue.c:1935
Function
xQueueIsQueueFullFromISR
rust_freertos/Source/queue.c:1974
Function
xQueuePeekFromISR
rust_freertos/Source/queue.c:1525
Function
xQueueRemoveFromSet
rust_freertos/Source/queue.c:2441
Function
xQueueSelectFromSet
rust_freertos/Source/queue.c:2477
Function
xQueueSelectFromSetFromISR
rust_freertos/Source/queue.c:2490
Function
xQueueTakeMutexRecursive
rust_freertos/Source/queue.c:627
Function
xTaskAbortDelay
rust_freertos/Source/tasks.c:2427
Function
xTaskCallApplicationTaskHook
rust_freertos/Source/tasks.c:2731
Function
xTaskCreateRestricted
rust_freertos/Source/tasks.c:631
Function
xTaskGenericNotify
rust_freertos/Source/tasks.c:4343
Function
xTaskGenericNotifyFromISR
rust_freertos/Source/tasks.c:4449
Function
xTaskGetApplicationTaskTag
rust_freertos/Source/tasks.c:2700
Function
xTaskGetCurrentTaskHandle
()
rust_freertos/src/ffi.rs:15
Function
xTaskGetHandle
rust_freertos/Source/tasks.c:2256
Function
xTaskGetIdleTaskHandle
rust_freertos/Source/tasks.c:2395
Function
xTaskGetTickCountFromISR
rust_freertos/Source/tasks.c:2142
Function
xTaskIncrementTick
()
rust_freertos/src/ffi.rs:21
Function
xTaskNotifyStateClear
rust_freertos/Source/tasks.c:4662
Function
xTaskNotifyWait
rust_freertos/Source/tasks.c:4263
Function
xTaskResumeAll
()
rust_freertos/src/ffi.rs:45
Function
xTaskResumeFromISR
rust_freertos/Source/tasks.c:1756
Function
xTimerCreate
rust_freertos/Source/timers.c:314
Function
xTimerCreateStatic
rust_freertos/Source/timers.c:346
Function
xTimerGetExpiryTime
rust_freertos/Source/timers.c:478
Function
xTimerGetPeriod
rust_freertos/Source/timers.c:469
Function
xTimerGetTimerDaemonTaskHandle
rust_freertos/Source/timers.c:460
Function
xTimerIsTimerActive
rust_freertos/Source/timers.c:981
Function
xTimerPendFunctionCall
rust_freertos/Source/timers.c:1059
← previous
301–387 of 387, ranked by callers