FreeRTOS
+
0
/1 examples
SourceVu will show references to
vPortEnterCritical()
from the following samples and libraries:
Examples
STM32F413H-Discovery
Demonstrations
STemWin
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
FreeRTOS
vPortEnterCritical()
vPortEnterCritical() function
Syntax
Show:
Summary
Declaration
Definition
from
portmacro.h:97
extern
void
vPortEnterCritical
(
void
)
;
Implemented in
port.c:403
Examples
vPortEnterCritical()
is referenced by 1 libraries and example projects:
Examples
STM32F413H-Discovery
Demonstrations
STemWin
References
from
0/1
examples
Code
Location
Referrer
void
vPortEnterCritical
(
void
)
port.c:403
void
vPortEnterCritical
(
void
)
port.c:498
extern
void
vPortEnterCritical
(
void
)
;
portmacro.h:97
extern
void
vPortEnterCritical
(
void
)
;
portmacro.h:140
vPortEnterCritical
(
)
;
cmsis_os.c:947
osPoolAlloc()
taskENTER_CRITICAL
(
)
;
event_groups.c:271
xEventGroupSync()
taskENTER_CRITICAL
(
)
;
event_groups.c:418
xEventGroupWaitBits()
taskENTER_CRITICAL
(
)
;
event_groups.c:471
xEventGroupClearBits()
taskENTER_CRITICAL
(
)
;
heap_4.c:483
vPortGetHeapStats()
taskENTER_CRITICAL
(
)
;
queue.c:261
xQueueGenericReset()
taskENTER_CRITICAL
(
)
;
queue.c:542
xQueueGetMutexHolder()
taskENTER_CRITICAL
(
)
;
queue.c:761
xQueueGenericSend()
prvLockQueue
(
pxQueue
)
;
queue.c:903
xQueueGenericSend()
taskENTER_CRITICAL
(
)
;
queue.c:1303
xQueueReceive()
prvLockQueue
(
pxQueue
)
;
queue.c:1368
xQueueReceive()
taskENTER_CRITICAL
(
)
;
queue.c:1448
xQueueSemaphoreTake()
prvLockQueue
(
pxQueue
)
;
queue.c:1539
xQueueSemaphoreTake()
taskENTER_CRITICAL
(
)
;
queue.c:1556
xQueueSemaphoreTake()
taskENTER_CRITICAL
(
)
;
queue.c:1607
xQueueSemaphoreTake()
taskENTER_CRITICAL
(
)
;
queue.c:1663
xQueuePeek()
prvLockQueue
(
pxQueue
)
;
queue.c:1735
xQueuePeek()
taskENTER_CRITICAL
(
)
;
queue.c:1936
uxQueueMessagesWaiting()
taskENTER_CRITICAL
(
)
;
queue.c:1953
uxQueueSpacesAvailable()
taskENTER_CRITICAL
(
)
;
queue.c:2179
prvUnlockQueue()
taskENTER_CRITICAL
(
)
;
queue.c:2260
prvUnlockQueue()
taskENTER_CRITICAL
(
)
;
queue.c:2295
prvIsQueueEmpty()
taskENTER_CRITICAL
(
)
;
queue.c:2335
prvIsQueueFull()
prvLockQueue
(
pxQueue
)
;
queue.c:2755
vQueueWaitForMessageRestricted()
taskENTER_CRITICAL
(
)
;
queue.c:2791
xQueueAddToSet()
taskENTER_CRITICAL
(
)
;
queue.c:2839
xQueueRemoveFromSet()
taskENTER_CRITICAL
(
)
;
stream_buffer.c:412
xStreamBufferReset()
taskENTER_CRITICAL
(
)
;
stream_buffer.c:543
xStreamBufferSend()
taskENTER_CRITICAL
(
)
;
stream_buffer.c:742
xStreamBufferReceive()
taskENTER_CRITICAL
(
)
;
tasks.c:1081
prvAddNewTaskToReadyList()
taskENTER_CRITICAL
(
)
;
tasks.c:1166
vTaskDelete()
taskENTER_CRITICAL
(
)
;
tasks.c:1401
eTaskGetState()
taskENTER_CRITICAL
(
)
;
tasks.c:1483
uxTaskPriorityGet()
taskENTER_CRITICAL
(
)
;
tasks.c:1558
vTaskPrioritySet()
taskENTER_CRITICAL
(
)
;
tasks.c:1708
vTaskSuspend()
taskENTER_CRITICAL
(
)
;
tasks.c:1756
vTaskSuspend()
taskENTER_CRITICAL
(
)
;
tasks.c:1862
vTaskResume()
taskENTER_CRITICAL
(
)
;
tasks.c:2208
xTaskResumeAll()
taskENTER_CRITICAL
(
)
;
tasks.c:2653
xTaskAbortDelay()
taskENTER_CRITICAL
(
)
;
tasks.c:3257
vTaskSetTimeOutState()
taskENTER_CRITICAL
(
)
;
tasks.c:3281
xTaskCheckForTimeOut()
taskENTER_CRITICAL
(
)
;
tasks.c:3652
prvCheckTasksWaitingTermination()
taskENTER_CRITICAL
(
)
;
tasks.c:4639
ulTaskNotifyTake()
taskENTER_CRITICAL
(
)
;
tasks.c:4670
ulTaskNotifyTake()
taskENTER_CRITICAL
(
)
;
tasks.c:4707
xTaskNotifyWait()
taskENTER_CRITICAL
(
)
;
tasks.c:4743
xTaskNotifyWait()
taskENTER_CRITICAL
(
)
;
tasks.c:4792
xTaskGenericNotify()
taskENTER_CRITICAL
(
)
;
tasks.c:5121
xTaskNotifyStateClear()
taskENTER_CRITICAL
(
)
;
tasks.c:5152
ulTaskNotifyValueClear()
taskENTER_CRITICAL
(
)
;
timers.c:447
vTimerSetReloadMode()
taskENTER_CRITICAL
(
)
;
timers.c:468
uxTimerGetReloadMode()
taskENTER_CRITICAL
(
)
;
timers.c:946
prvCheckForValidListAndQueue()
taskENTER_CRITICAL
(
)
;
timers.c:1000
xTimerIsTimerActive()
taskENTER_CRITICAL
(
)
;
timers.c:1024
pvTimerGetTimerID()
taskENTER_CRITICAL
(
)
;
timers.c:1040
vTimerSetTimerID()
Call Tree
from
0/1
examples
vPortEnterCritical()
is called by 45 functions and calls 3 functions:
xQueueGenericReset()
xQueueGetMutexHolder()
xQueueGenericSend()
xQueueReceive()
xQueueSemaphoreTake()
xQueuePeek()
uxQueueMessagesWaiting()
uxQueueSpacesAvailable()
prvUnlockQueue()
prvIsQueueEmpty()
prvIsQueueFull()
vQueueWaitForMessageRestricted()
xQueueAddToSet()
xQueueRemoveFromSet()
prvAddNewTaskToReadyList()
vTaskDelete()
eTaskGetState()
uxTaskPriorityGet()
vTaskPrioritySet()
vTaskSuspend()
vTaskResume()
xTaskResumeAll()
xTaskAbortDelay()
vTaskSetTimeOutState()
xTaskCheckForTimeOut()
prvCheckTasksWaitingTermination()
ulTaskNotifyTake()
xTaskNotifyWait()
xTaskGenericNotify()
xTaskNotifyStateClear()
ulTaskNotifyValueClear()
vTimerSetReloadMode()
uxTimerGetReloadMode()
prvCheckForValidListAndQueue()
xTimerIsTimerActive()
pvTimerGetTimerID()
vTimerSetTimerID()
osPoolAlloc()
vPortGetHeapStats()
xEventGroupSync()
xEventGroupWaitBits()
xEventGroupClearBits()
xStreamBufferReset()
xStreamBufferSend()
xStreamBufferReceive()
All items filtered out
vPortEnterCritical()
vPortRaiseBASEPRI()
xPortRaisePrivilege()
vPortResetPrivilege()
All items filtered out
Data Use
from
0/1
examples
vPortEnterCritical()
reads 1 variable and writes 1 variable:
uxCriticalNesting
All items filtered out
vPortEnterCritical()
uxCriticalNesting
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out