ESP-IDF
platform_tick_get_ms()
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
platform_tick_get_ms()
platform_tick_get_ms() function
Syntax
Show:
Summary
Declaration
Definition
from
platform_esp32_idf.h:17
uint64_t
platform_tick_get_ms
(
void
)
;
Implemented in
platform_esp32_idf.c:43
Examples
References
from
examples
Code
Location
Referrer
uint64_t
platform_tick_get_ms
(
void
)
platform_esp32_idf.c:43
uint64_t
platform_tick_get_ms
(
void
)
;
platform_esp32_idf.h:17
return
(
int64_t
)
(
next
-
platform_tick_get_ms
(
)
)
<=
0
;
mqtt_client.c:669
has_timed_out()
uint64_t
connack_recv_started
=
platform_tick_get_ms
(
)
;
mqtt_client.c:764
esp_mqtt_connect()
}
while
(
read_len
==
0
&&
platform_tick_get_ms
(
)
-
connack_recv_started
<
client
->
config
->
network_timeout_ms
)
;
mqtt_client.c:767
esp_mqtt_connect()
client
->
reconnect_tick
=
platform_tick_get_ms
(
)
;
mqtt_client.c:827
esp_mqtt_abort_connection()
client
->
keepalive_tick
=
platform_tick_get_ms
(
)
;
mqtt_client.c:881
esp_mqtt_client_init()
client
->
reconnect_tick
=
platform_tick_get_ms
(
)
;
mqtt_client.c:882
esp_mqtt_client_init()
client
->
refresh_connection_tick
=
platform_tick_get_ms
(
)
;
mqtt_client.c:883
esp_mqtt_client_init()
return
outbox_enqueue
(
client
->
outbox
,
&
msg
,
platform_tick_get_ms
(
)
)
;
mqtt_client.c:1199
mqtt_enqueue()
client
->
keepalive_tick
=
platform_tick_get_ms
(
)
;
mqtt_client.c:1495
mqtt_process_receive()
outbox_delete_expired
(
client
->
outbox
,
platform_tick_get_ms
(
)
,
OUTBOX_EXPIRED_TIMEOUT_MS
)
;
mqtt_client.c:1538
mqtt_delete_expired_messages()
client
->
refresh_connection_tick
=
platform_tick_get_ms
(
)
;
mqtt_client.c:1641
esp_mqtt_task()
client
->
keepalive_tick
=
platform_tick_get_ms
(
)
;
mqtt_client.c:1642
esp_mqtt_task()
last_retransmit
=
platform_tick_get_ms
(
)
;
mqtt_client.c:1660
esp_mqtt_task()
last_retransmit
=
platform_tick_get_ms
(
)
;
mqtt_client.c:1685
esp_mqtt_task()
platform_tick_get_ms
(
)
-
client
->
reconnect_tick
>
client
->
wait_timeout_ms
)
{
mqtt_client.c:1719
esp_mqtt_task()
client
->
reconnect_tick
=
platform_tick_get_ms
(
)
;
mqtt_client.c:1721
esp_mqtt_task()
outbox_set_tick
(
client
->
outbox
,
pending_msg_id
,
platform_tick_get_ms
(
)
)
;
mqtt_client.c:2167
esp_mqtt_client_publish()
Call Tree
from
examples
platform_tick_get_ms()
is called by 9 functions and calls 1 function:
has_timed_out()
esp_mqtt_connect()
esp_mqtt_abort_connection()
esp_mqtt_client_init()
mqtt_enqueue()
mqtt_process_receive()
mqtt_delete_expired_messages()
esp_mqtt_task()
esp_mqtt_client_publish()
All items filtered out
platform_tick_get_ms()
esp_timer_get_time()
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