ESP-IDF
btc_thread
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
btc_thread
btc_thread variable
Syntax
Show:
Summary
Declaration
from
btc_task.c:98
osi_thread_t
*
btc_thread
;
Examples
References
from
examples
Code
Location
Referrer
osi_thread_t
*
btc_thread
;
btc_task.c:98
if
(
osi_thread_post
(
btc_thread
,
btc_thread_handler
,
msg
,
0
,
timeout
)
==
false
)
{
btc_task.c:290
btc_task_post()
btc_thread
=
osi_thread_create
(
BTC_TASK_NAME
,
BTC_TASK_STACK_SIZE
,
BTC_TASK_PRIO
,
BTC_TASK_PINNED_TO_CORE
,
btc_task.c:510
btc_init()
if
(
btc_thread
==
NULL
)
{
btc_task.c:512
btc_init()
osi_thread_free
(
btc_thread
)
;
btc_task.c:540
btc_deinit()
btc_thread
=
NULL
;
btc_task.c:541
btc_deinit()
if
(
osi_thread_queue_wait_size
(
btc_thread
,
0
)
>=
BT_QUEUE_CONGEST_SIZE
)
{
btc_task.c:552
btc_check_queue_is_congest()
return
osi_thread_queue_wait_size
(
btc_thread
,
0
)
;
btc_task.c:561
get_btc_work_queue_size()
return
btc_thread
;
btc_task.c:566
btc_get_current_thread()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
btc_thread
is written by 2 functions and is read by 6 functions:
btc_init()
btc_deinit()
All items filtered out
btc_thread
btc_task_post()
btc_init()
btc_deinit()
btc_check_queue_is_congest()
get_btc_work_queue_size()
btc_get_current_thread()
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