ESP-IDF
btdm_lpcycle_us
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
btdm_lpcycle_us
btdm_lpcycle_us variable
Syntax
Show:
Summary
Declaration
from
bt.c:448
static
DRAM_ATTR
uint32_t
btdm_lpcycle_us
=
0
;
Examples
References
from
examples
Code
Location
Referrer
static
DRAM_ATTR
uint32_t
btdm_lpcycle_us
=
0
;
bt.c:448
uint64_t
us
=
(
uint64_t
)
btdm_lpcycle_us
*
cycles
;
bt.c:917
btdm_lpcycles_2_us()
uint64_t
cycles
=
(
(
uint64_t
)
(
us
)
<
<
btdm_lpcycle_us_frac
)
/
btdm_lpcycle_us
;
bt.c:930
btdm_us_2_lpcycles()
btdm_lpcycle_us
=
2
<
<
(
btdm_lpcycle_us_frac
)
;
bt.c:1510
btdm_low_power_mode_init()
btdm_lpcycle_us
=
2
<
<
(
btdm_lpcycle_us_frac
)
;
bt.c:1535
btdm_low_power_mode_init()
btdm_lpcycle_us
=
(
RTC_CLK_CAL_FRACT
>
15
)
?
(
1000000
<
<
(
RTC_CLK_CAL_FRACT
-
15
)
)
:
bt.c:1541
btdm_low_power_mode_init()
assert
(
btdm_lpcycle_us
!=
0
)
;
bt.c:1543
btdm_low_power_mode_init()
btdm_lpcycle_us
=
0
;
bt.c:1746
btdm_low_power_mode_deinit()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
btdm_lpcycle_us
is written by 2 functions and is read by 3 functions:
btdm_low_power_mode_init()
btdm_low_power_mode_deinit()
All items filtered out
btdm_lpcycle_us
btdm_lpcycles_2_us()
btdm_us_2_lpcycles()
btdm_low_power_mode_init()
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