ESP-IDF
s_btbb_access_ref
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
s_btbb_access_ref
s_btbb_access_ref variable
Syntax
Show:
Summary
Declaration
from
btbb_init.c:17
static
uint8_t
s_btbb_access_ref
=
0
;
Examples
References
from
examples
Code
Location
Referrer
static
uint8_t
s_btbb_access_ref
=
0
;
btbb_init.c:17
if
(
s_btbb_access_ref
==
0
)
{
btbb_init.c:63
esp_btbb_enable()
s_btbb_access_ref
++
;
btbb_init.c:81
esp_btbb_enable()
if
(
s_btbb_access_ref
&&
(
--
s_btbb_access_ref
==
0
)
)
{
btbb_init.c:88
esp_btbb_disable()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
s_btbb_access_ref
is written by 2 functions and is read by 2 functions:
esp_btbb_enable()
esp_btbb_disable()
All items filtered out
s_btbb_access_ref
esp_btbb_enable()
esp_btbb_disable()
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