PicoSDK
async_context_freertos::task_should_exit
is only used within PicoSDK.
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
PicoSDK
async_context_freertos::task_should_exit
async_context_freertos::task_should_exit field
Syntax
Show:
Summary
Declaration
from
async_context_freertos.h:75
volatile
bool
task_should_exit
;
Examples
References
from
examples
Code
Location
Referrer
volatile
bool
task_should_exit
;
async_context_freertos.h:75
if
(
self
->
task_should_exit
)
break
;
async_context_freertos.c:70
async_context_task()
}
while
(
!
self
->
task_should_exit
)
;
async_context_freertos.c:75
async_context_task()
self
->
task_should_exit
=
true
;
async_context_freertos.c:142
end_task_func()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
async_context_freertos::task_should_exit
is written by 1 function and is read by 1 function:
end_task_func()
All items filtered out
async_context_freertos::task_should_exit
async_context_task()
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