FreeRTOS
xTaskGetSchedulerState()
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
Raspberry Pi Pico SDK and Examples
FreeRTOS
xTaskGetSchedulerState()
xTaskGetSchedulerState() function
Syntax
Show:
Summary
Declaration
from
task.h:3607
BaseType_t
xTaskGetSchedulerState
(
void
)
;
Examples
References
from
examples
Code
Location
Referrer
BaseType_t
xTaskGetSchedulerState
(
void
)
tasks.c:6552
BaseType_t
xTaskGetSchedulerState
(
void
)
PRIVILEGED_FUNCTION
;
task.h:3607
configASSERT
(
!
(
(
xTaskGetSchedulerState
(
)
==
taskSCHEDULER_SUSPENDED
)
&&
(
xTicksToWait
!=
0
)
)
)
;
event_groups.c:201
xEventGroupSync()
configASSERT
(
!
(
(
xTaskGetSchedulerState
(
)
==
taskSCHEDULER_SUSPENDED
)
&&
(
xTicksToWait
!=
0
)
)
)
;
event_groups.c:332
xEventGroupWaitBits()
configASSERT
(
!
(
(
xTaskGetSchedulerState
(
)
==
taskSCHEDULER_SUSPENDED
)
&&
(
xTicksToWait
!=
0
)
)
)
;
queue.c:955
xQueueGenericSend()
configASSERT
(
!
(
(
xTaskGetSchedulerState
(
)
==
taskSCHEDULER_SUSPENDED
)
&&
(
xTicksToWait
!=
0
)
)
)
;
queue.c:1522
xQueueReceive()
configASSERT
(
!
(
(
xTaskGetSchedulerState
(
)
==
taskSCHEDULER_SUSPENDED
)
&&
(
xTicksToWait
!=
0
)
)
)
;
queue.c:1675
xQueueSemaphoreTake()
configASSERT
(
!
(
(
xTaskGetSchedulerState
(
)
==
taskSCHEDULER_SUSPENDED
)
&&
(
xTicksToWait
!=
0
)
)
)
;
queue.c:1898
xQueuePeek()
if
(
xTaskGetSchedulerState
(
)
==
taskSCHEDULER_RUNNING
)
timers.c:476
xTimerGenericCommandFromTask()
Call Tree
from
examples
xTaskGetSchedulerState()
is called by 7 functions and calls 2 functions:
xEventGroupSync()
xEventGroupWaitBits()
xQueueGenericSend()
xQueueReceive()
xQueueSemaphoreTake()
xQueuePeek()
xTimerGenericCommandFromTask()
All items filtered out
xTaskGetSchedulerState()
vTaskEnterCritical()
vTaskExitCritical()
All items filtered out
Data Use
from
examples
xTaskGetSchedulerState()
reads 2 variables:
xSchedulerRunning
uxSchedulerSuspended
All items filtered out
xTaskGetSchedulerState()
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