ESP-IDF
task_create_wrapper()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
task_create_wrapper()
task_create_wrapper() function
Syntax
Show:
Summary
Declaration
Definition
from
bt.c:288
static
int32_t
task_create_wrapper
(
void
*
task_func
,
const
char
*
name
,
uint32_t
stack_depth
,
void
*
param
,
uint32_t
prio
,
void
*
task_handle
,
uint32_t
core_id
)
;
Implemented in
bt.c:837
Arguments
Argument
Declared as
task_func
void
*
name
const
char
*
stack_depth
uint32_t
param
void
*
prio
uint32_t
task_handle
void
*
core_id
uint32_t
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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