ESP-IDF
tPORT_DATA
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
tPORT_DATA
tPORT_DATA struct
Syntax
Show:
Summary
Declaration
from
port_int.h:55
typedef
struct
{
fixed_queue_t
*
queue
;
BOOLEAN
peer_fc
;
BOOLEAN
user_fc
;
UINT32
queue_size
;
tPORT_CALLBACK
*
p_callback
;
}
tPORT_DATA
;
Fields
Field
Declared as
tPORT_DATA::queue
fixed_queue_t
*
tPORT_DATA::peer_fc
BOOLEAN
tPORT_DATA::user_fc
BOOLEAN
tPORT_DATA::queue_size
UINT32
tPORT_DATA::p_callback
tPORT_CALLBACK
*
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