ESP-IDF
slot_data_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
slot_data_t
slot_data_t struct
Syntax
Show:
Summary
Declaration
from
btc_l2cap.c:46
typedef
struct
{
bool
peer_fc
;
bool
user_fc
;
fixed_queue_t
*
queue
;
uint32_t
data_size
;
}
slot_data_t
;
Fields
Field
Declared as
slot_data_t::peer_fc
bool
slot_data_t::user_fc
bool
slot_data_t::queue
fixed_queue_t
*
slot_data_t::data_size
uint32_t
Related Functions
Found 4 other functions taking a
slot_data_t
argument:
Function
free_slot_data()
free_slot_data()
init_slot_data()
init_slot_data()
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