ESP-IDF
esp_btbb_enable()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_btbb_enable()
esp_btbb_enable() function
Enable BTBB module BTBB module should be enabled in order to use IEEE802154 or BT. Now BTBB enabling job is done automatically when start IEEE802154 or BT. Users should not call this API in their application.
Syntax
Show:
Summary
Declaration
Definition
from
esp_phy_init.h:185
void
esp_btbb_enable
(
void
)
;
Implemented in
btbb_init.c:60
Examples
References
from
examples
Code
Location
void
esp_btbb_enable
(
void
)
btbb_init.c:60
void
esp_btbb_enable
(
void
)
;
esp_phy_init.h:185
Call Tree
from
examples
esp_btbb_enable()
calls 3 functions:
All items filtered out
esp_btbb_enable()
_lock_acquire()
_lock_release()
bt_bb_v2_init_cmplx()
All items filtered out
Data Use
from
examples
esp_btbb_enable()
reads 1 variable and writes 1 variable:
s_btbb_access_ref
All items filtered out
esp_btbb_enable()
s_btbb_access_ref
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