ESP-IDF
+
0
/1 examples
SourceVu will show references to
k_uptime_get()
from the following samples and libraries:
aligenie_demo sample
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
k_uptime_get()
k_uptime_get() function
Get system uptime. This routine returns the elapsed time since the system booted, in milliseconds.
Syntax
Show:
Summary
Declaration
Definition
from
timer.h:269
int64_t
k_uptime_get
(
void
)
;
Implemented in
timer.c:30
Return value
Current uptime.
Examples
k_uptime_get()
is referenced by 1 libraries and example projects:
aligenie_demo sample
References
from
0/1
examples
Code
Location
Referrer
int64_t
k_uptime_get
(
void
)
glue.c:541
int64_t
k_uptime_get
(
void
)
timer.c:30
int64_t
k_uptime_get
(
void
)
;
glue.h:452
int64_t
k_uptime_get
(
void
)
;
timer.h:269
int64_t
time
=
k_uptime_get
(
)
;
adv_legacy.c:116
adv_send()
uptime
=
k_uptime_get
(
)
;
cfg_srv.c:3355
hb_sub_send_status()
cfg
->
hb_sub
.
expiry
=
k_uptime_get
(
)
+
period_ms
;
cfg_srv.c:3453
heartbeat_sub_set()
return
k_uptime_get
(
)
;
glue.c:549
k_uptime_get_32()
uptime
=
k_uptime_get
(
)
;
glue.c:556
k_uptime_delta()
if
(
k_uptime_get
(
)
>
cfg
->
hb_sub
.
expiry
)
{
heartbeat.c:46
bt_mesh_heartbeat_recv()
if
(
k_uptime_get
(
)
-
link
.
tx
.
start
>
TRANSACTION_TIMEOUT
)
{
pb_adv.c:600
prov_retransmit()
link
.
tx
.
start
=
k_uptime_get
(
)
;
pb_adv.c:637
bearer_ctl_send()
link
.
tx
.
start
=
k_uptime_get
(
)
;
pb_adv.c:683
prov_send_adv()
if
(
k_uptime_get
(
)
-
link
->
tx
.
start
>
timeout
)
{
prov_common.c:430
prov_retransmit()
link
->
tx
.
start
=
k_uptime_get
(
)
;
prov_common.c:502
send_reliable()
*
now
=
k_uptime_get
(
)
;
server_common.c:194
bt_mesh_is_server_recv_last_msg()
now
=
k_uptime_get
(
)
;
state_transition.c:33
bt_mesh_server_calc_remain_time()
transition
->
start_timestamp
=
k_uptime_get
(
)
;
state_transition.c:108
transition_timer_start()
Call Tree
from
0/1
examples
k_uptime_get()
is called by 13 functions and calls 3 functions:
k_uptime_get_32()
k_uptime_delta()
hb_sub_send_status()
heartbeat_sub_set()
bt_mesh_heartbeat_recv()
prov_retransmit()
send_reliable()
bt_mesh_is_server_recv_last_msg()
bt_mesh_server_calc_remain_time()
transition_timer_start()
adv_send()
bearer_ctl_send()
prov_send_adv()
All items filtered out
k_uptime_get()
esp_timer_get_time()
ble_npl_time_get()
ble_npl_time_ticks_to_ms32()
All items filtered out
Data Use
from
0/1
examples
All items filtered out
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out