FreeRTOS
vPortValidateInterruptPriority()
is only used within FreeRTOS.
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
vPortValidateInterruptPriority()
vPortValidateInterruptPriority() function
Syntax
Show:
Summary
Declaration
Definition
from
portmacro.h:156
void
vPortValidateInterruptPriority
(
void
)
;
Implemented in
port.c:717
Examples
References
from
examples
Code
Location
Referrer
void
vPortValidateInterruptPriority
(
void
)
port.c:717
void
vPortValidateInterruptPriority
(
void
)
port.c:874
void
vPortValidateInterruptPriority
(
void
)
;
portmacro.h:156
void
vPortValidateInterruptPriority
(
void
)
;
portmacro.h:192
portASSERT_IF_INTERRUPT_PRIORITY_INVALID
(
)
;
queue.c:974
xQueueGenericSendFromISR()
portASSERT_IF_INTERRUPT_PRIORITY_INVALID
(
)
;
queue.c:1149
xQueueGiveFromISR()
portASSERT_IF_INTERRUPT_PRIORITY_INVALID
(
)
;
queue.c:1808
xQueueReceiveFromISR()
portASSERT_IF_INTERRUPT_PRIORITY_INVALID
(
)
;
queue.c:1901
xQueuePeekFromISR()
portASSERT_IF_INTERRUPT_PRIORITY_INVALID
(
)
;
tasks.c:1521
uxTaskPriorityGetFromISR()
portASSERT_IF_INTERRUPT_PRIORITY_INVALID
(
)
;
tasks.c:1929
xTaskResumeFromISR()
portASSERT_IF_INTERRUPT_PRIORITY_INVALID
(
)
;
tasks.c:2338
xTaskGetTickCountFromISR()
portASSERT_IF_INTERRUPT_PRIORITY_INVALID
(
)
;
tasks.c:4922
xTaskGenericNotifyFromISR()
portASSERT_IF_INTERRUPT_PRIORITY_INVALID
(
)
;
tasks.c:5050
vTaskNotifyGiveFromISR()
Call Tree
from
examples
vPortValidateInterruptPriority()
is called by 9 functions and calls 1 function:
xQueueGenericSendFromISR()
xQueueGiveFromISR()
xQueueReceiveFromISR()
xQueuePeekFromISR()
uxTaskPriorityGetFromISR()
xTaskResumeFromISR()
xTaskGetTickCountFromISR()
xTaskGenericNotifyFromISR()
vTaskNotifyGiveFromISR()
All items filtered out
vPortValidateInterruptPriority()
vPortRaiseBASEPRI()
All items filtered out
Data Use
from
examples
vPortValidateInterruptPriority()
reads 3 variables:
pcInterruptPriorityRegisters
ucMaxSysCallPriority
ulMaxPRIGROUPValue
All items filtered out
vPortValidateInterruptPriority()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out