ESP-IDF
ESP_BT_SLEEP_CLOCK_MAIN_XTAL
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_BT_SLEEP_CLOCK_MAIN_XTAL
ESP_BT_SLEEP_CLOCK_MAIN_XTAL value
SoC main crystal
Syntax
Show:
Summary
Declaration
from
esp_bt.h:401
ESP_BT_SLEEP_CLOCK_MAIN_XTAL
=
1
;
Examples
References
from
examples
Code
Location
Referrer
ESP_BT_SLEEP_CLOCK_MAIN_XTAL
=
1
,
/*!< SoC main crystal */
esp_bt.h:401
static
DRAM_ATTR
uint8_t
btdm_lpclk_sel
=
ESP_BT_SLEEP_CLOCK_MAIN_XTAL
;
bt.c:456
btdm_lpclk_sel
=
ESP_BT_SLEEP_CLOCK_MAIN_XTAL
;
// set default value
bt.c:1522
btdm_low_power_mode_init()
}
else
if
(
btdm_lpclk_sel
!=
ESP_BT_SLEEP_CLOCK_MAIN_XTAL
)
{
bt.c:1524
btdm_low_power_mode_init()
if
(
btdm_lpclk_sel
==
ESP_BT_SLEEP_CLOCK_MAIN_XTAL
)
{
bt.c:1530
btdm_low_power_mode_init()
if
(
lpclk
<
ESP_BT_SLEEP_CLOCK_MAIN_XTAL
||
lpclk
>
ESP_BT_SLEEP_CLOCK_EXT_32K_XTAL
)
{
bt.c:1593
esp_bt_set_lpclk_src()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ESP_BT_SLEEP_CLOCK_MAIN_XTAL
is read by 2 functions:
All items filtered out
ESP_BT_SLEEP_CLOCK_MAIN_XTAL
btdm_low_power_mode_init()
esp_bt_set_lpclk_src()
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