ESP-IDF
MSEC_PER_SEC
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
MSEC_PER_SEC
MSEC_PER_SEC macro
Syntax
Show:
Summary
Declaration
from
glue.h:177
#define
MSEC_PER_SEC
(
1000
)
Examples
References
from
examples
Code
Location
#define
MSEC_PER_SEC
(
1000
)
glue.h:177
#define
MSEC_PER_SEC
1000
timer.h:26
if
(
time_diff
<
(
600
*
MSEC_PER_SEC
)
&&
beacon.c:100
#define
K_SECONDS
(
s
)
K_MSEC
(
(
s
)
*
MSEC_PER_SEC
)
glue.h:179
msg_timeout
=
2
*
MSEC_PER_SEC
;
health_cli.c:494
msg_timeout
=
2
*
MSEC_PER_SEC
;
health_cli.c:512
return
rem_ms
/
MSEC_PER_SEC
;
heartbeat.c:45
err
=
bt_mesh_adv_start
(
&
fast_adv_param
,
(
60
*
MSEC_PER_SEC
)
,
pb_gatt_srv.c:456
#define
NODE_ID_TIMEOUT
(
CONFIG_BT_MESH_NODE_ID_TIMEOUT
*
MSEC_PER_SEC
)
proxy_srv.c:398
BT_INFO
(
"Settings store, waiting %d seconds"
,
timeout
/
MSEC_PER_SEC
)
;
settings.c:1554
#define
K_SECONDS
(
s
)
K_MSEC
(
(
s
)
*
MSEC_PER_SEC
)
timer.h:96
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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