ESP-IDF
hli_queue_t::flags
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
hli_queue_t::flags
hli_queue_t::flags field
Syntax
Show:
Summary
Declaration
from
hli_api.h:31
int
flags
;
Examples
References
from
examples
Code
Location
Referrer
int
flags
;
hli_api.h:31
if
(
(
queue
->
flags
&
HLI_QUEUE_FLAG_CUSTOMER
)
!=
0
)
{
hli_api.c:146
queue_isr_handler()
}
else
if
(
(
queue
->
flags
&
HLI_QUEUE_FLAG_SEMAPHORE
)
!=
0
)
{
hli_api.c:148
queue_isr_handler()
queue
->
flags
=
0
;
hli_api.c:197
queue_init()
res
->
flags
|=
HLI_QUEUE_FLAG_CUSTOMER
;
hli_api.c:241
hli_customer_queue_create()
res
->
flags
|=
HLI_QUEUE_FLAG_SEMAPHORE
;
hli_api.c:252
hli_semaphore_create()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
hli_queue_t::flags
is written by 3 functions and is read by 3 functions:
queue_init()
hli_customer_queue_create()
hli_semaphore_create()
All items filtered out
hli_queue_t::flags
queue_isr_handler()
hli_customer_queue_create()
hli_semaphore_create()
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