ESP-IDF
tBTM_PM_MCB::interval
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tBTM_PM_MCB::interval
tBTM_PM_MCB::interval field
Syntax
Show:
Summary
Declaration
from
btm_int.h:101
UINT16
interval
;
Examples
References
from
examples
Code
Location
Referrer
UINT16
interval
;
/* the interval from last mode change event. */
btm_int.h:101
(
(
p_mode
->
mode
&
BTM_PM_MD_FORCE
)
&&
(
p_mode
->
max
>=
p_cb
->
interval
)
&&
(
p_mode
->
min
<=
p_cb
->
interval
)
)
||
btm_pm.c:214
BTM_SetPowerMode()
(
(
p_mode
->
mode
&
BTM_PM_MD_FORCE
)
==
0
&&
(
p_mode
->
max
>=
p_cb
->
interval
)
)
)
{
btm_pm.c:215
BTM_SetPowerMode()
BTM_TRACE_DEBUG
(
"BTM_SetPowerMode: mode:0x%x interval %d max:%d, min:%d"
,
p_mode
->
mode
,
p_cb
->
interval
,
p_mode
->
max
,
p_mode
->
min
)
;
btm_pm.c:216
BTM_SetPowerMode()
(
(
md_res
.
max
>=
p_cb
->
interval
)
&&
(
md_res
.
min
<=
p_cb
->
interval
)
)
)
{
btm_pm.c:567
btm_pm_snd_md_req()
p_cb
->
interval
=
interval
;
btm_pm.c:774
btm_pm_proc_mode_change()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTM_PM_MCB::interval
is written by 1 function and is read by 2 functions:
btm_pm_proc_mode_change()
All items filtered out
tBTM_PM_MCB::interval
BTM_SetPowerMode()
btm_pm_snd_md_req()
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