PicoSDK
+
0
/1 examples
SourceVu will show references to
async_context_freertos_config
from the following samples and libraries:
hello_freertos sample
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_config
async_context_freertos_config struct
Configuration object for async_context_freertos instances.
Syntax
Show:
Summary
Declaration
from
async_context_freertos.h:50
typedef
struct
async_context_freertos_config
{
UBaseType_t
task_priority
;
configSTACK_DEPTH_TYPE
task_stack_size
;
#if
configUSE_CORE_AFFINITY
&&
configNUMBER_OF_CORES
>
1
UBaseType_t
task_core_id
;
#endif
}
async_context_freertos_config_t
;
Fields
Field
Declared as
Description
async_context_freertos_config::task_priority
UBaseType_t
Task priority for the async_context task.
async_context_freertos_config::task_stack_size
configSTACK_DEPTH_TYPE
Stack size for the async_context task.
Examples
async_context_freertos_config
is referenced by 1 libraries and example projects:
hello_freertos sample
References
from
0/1
examples
Code
Location
Scope
Referrer
typedef
struct
async_context_freertos_config
{
async_context_freertos.h:50
}
async_context_freertos_config_t
;
async_context_freertos.h:66
bool
async_context_freertos_init
(
async_context_freertos_t
*
self
,
async_context_freertos_config_t
*
config
)
{
async_context_freertos.c:107
async_context_freertos_init()
async_context_freertos_init()::config
}
async_context_freertos_config_t
;
async_context_freertos.h:66
async_context_freertos_config_t
bool
async_context_freertos_init
(
async_context_freertos_t
*
self
,
async_context_freertos_config_t
*
config
)
;
async_context_freertos.h:89
async_context_freertos_init()
async_context_freertos_init()::config
static
inline
async_context_freertos_config_t
async_context_freertos_default_config
(
void
)
{
async_context_freertos.h:98
async_context_freertos_default_config()
async_context_freertos_config_t
config
=
{
async_context_freertos.h:99
async_context_freertos_default_config()
async_context_freertos_config_t
config
=
async_context_freertos_default_config
(
)
;
async_context_freertos.h:121
async_context_freertos_init_with_defaults()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
All items filtered out
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
Instance
Scope
Location
Project
async_context_freertos_init()::config
async_context_freertos_init()
async_context_freertos.h:89
return
async_context_freertos_default_config()
async_context_freertos.h:98
async_context_freertos_init()::config
async_context_freertos_init()
async_context_freertos.c:107
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out