ESP-IDF
protocomm::endpoints
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
protocomm::endpoints
protocomm::endpoints field
Syntax
Show:
Summary
Declaration
from
protocomm_priv.h:67
SLIST_HEAD
(
eptable_t
,
protocomm_ep
)
endpoints
;
Examples
References
from
examples
Code
Location
Referrer
SLIST_HEAD
(
eptable_t
,
protocomm_ep
)
endpoints
;
protocomm_priv.h:67
SLIST_INIT
(
&
pc
->
endpoints
)
;
protocomm.c:31
protocomm_new()
SLIST_FOREACH_SAFE
(
it
,
&
pc
->
endpoints
,
next
,
tmp
)
{
protocomm.c:44
protocomm_delete()
SLIST_FOREACH
(
it
,
&
pc
->
endpoints
,
next
)
{
protocomm.c:66
search_endpoint()
SLIST_INSERT_HEAD
(
&
pc
->
endpoints
,
ep
,
next
)
;
protocomm.c:112
protocomm_add_endpoint_internal()
SLIST_FOREACH_SAFE
(
it
,
&
pc
->
endpoints
,
next
,
tmp
)
{
protocomm.c:134
protocomm_remove_endpoint()
SLIST_REMOVE
(
&
pc
->
endpoints
,
it
,
protocomm_ep
,
next
)
;
protocomm.c:136
protocomm_remove_endpoint()
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