ESP-IDF
hb_pwr2()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
hb_pwr2()
hb_pwr2() function
Syntax
Show:
Summary
Declaration
from
cfg_srv.c:3184
static
uint16_t
hb_pwr2
(
uint8_t
val
,
uint8_t
sub
)
;
Arguments
Argument
val
sub
Examples
References
from
examples
Code
Location
Referrer
static
uint16_t
hb_pwr2
(
uint8_t
val
,
uint8_t
sub
)
cfg_srv.c:3184
cfg
->
hb_pub
.
count
=
hb_pwr2
(
param
->
count_log
,
1
)
;
cfg_srv.c:3302
heartbeat_pub_set()
BT_DBG
(
"period %u ms"
,
hb_pwr2
(
param
->
period_log
,
1
)
*
1000U
)
;
cfg_srv.c:3305
heartbeat_pub_set()
period_ms
=
hb_pwr2
(
sub_period
,
1
)
*
1000U
;
cfg_srv.c:3444
heartbeat_sub_set()
period_ms
=
hb_pwr2
(
cfg
->
hb_pub
.
period
,
1
)
*
1000U
;
cfg_srv.c:3546
hb_publish()
Call Tree
from
examples
hb_pwr2()
is called by 3 functions:
heartbeat_pub_set()
heartbeat_sub_set()
hb_publish()
All items filtered out
hb_pwr2()
All items filtered out
Data Use
from
examples
hb_pwr2()
:
All items filtered out
hb_pwr2()
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