ESP-IDF
esp_openthread_platform_workflow
is only used within ESP-IDF.
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
ESP-IDF Framework and Examples
ESP-IDF
esp_openthread_platform_workflow
esp_openthread_platform_workflow struct
This struct contains a platform update function, a platform process function and the workflow name
Syntax
Show:
Summary
Declaration
from
esp_openthread_platform.h:50
typedef
struct
esp_openthread_platform_workflow
{
char
name
[
WORKFLOW_MAX_NAMELEN
]
;
esp_openthread_update_func
update_func
;
esp_openthread_process_func
process_func
;
struct
esp_openthread_platform_workflow
*
next
;
}
esp_openthread_platform_workflow_t
;
Fields
Field
Declared as
esp_openthread_platform_workflow::name
char
[
WORKFLOW_MAX_NAMELEN
]
esp_openthread_platform_workflow::update_func
esp_openthread_update_func
esp_openthread_platform_workflow::process_func
esp_openthread_process_func
esp_openthread_platform_workflow::next
struct
esp_openthread_platform_workflow
*
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