Home
last modified time | relevance | path

Searched refs:k_uptime_get_32 (Results 1 – 16 of 16) sorted by relevance

/hal_espressif-latest/components/spi_flash/
Dspi_flash_os_func_app.c274 uint32_t time = k_uptime_get_32(); in on_spi_check_yield()
289 ctx->released_since_us = k_uptime_get_32(); in on_spi_released()
303 uint32_t time = k_uptime_get_32(); in on_spi_yielded()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_timer.h145 uint32_t k_uptime_get_32(void);
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_common/
Dmesh_timer.c38 uint32_t k_uptime_get_32(void) in k_uptime_get_32() function
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dbeacon.c102 sub->beacon_sent = k_uptime_get_32(); in beacon_complete()
144 uint32_t now = k_uptime_get_32(); in secure_beacon_send()
Dproxy_server.c424 sub->node_id_start = k_uptime_get_32(); in bt_mesh_proxy_server_identity_start()
1287 uint32_t active = k_uptime_get_32() - sub->node_id_start; in gatt_proxy_advertise()
1384 prov_start_time = k_uptime_get_32(); in bt_mesh_proxy_server_adv_start()
1392 if (k_uptime_get_32() - prov_start_time < K_SECONDS(60)) { in bt_mesh_proxy_server_adv_start()
Daccess.c111 elapsed = k_uptime_get_32() - pub->period_start; in next_period()
160 pub->period_start = k_uptime_get_32(); in publish_start()
272 pub->period_start = k_uptime_get_32(); in mod_publish()
Dadv.c496 uint32_t now = k_uptime_get_32(); in ignore_relay_packet()
580 msg.timestamp = k_uptime_get_32(); in bt_mesh_relay_adv_send()
Dfriend.c846 duration = k_uptime_get_32() - frnd->clear.start; in clear_timeout()
860 frnd->clear.start = k_uptime_get_32(); in clear_procedure_start()
Dtransport.c1376 if (k_uptime_get_32() - rx->last > incomplete_timeout(rx)) { in seg_ack()
1679 rx->last = k_uptime_get_32();
Dprovisioner_prov.c3447 timestamp = k_uptime_get_32();
/hal_espressif-latest/zephyr/esp32/src/wifi/
Desp_wifi_adapter.c808 ._log_timestamp = k_uptime_get_32,
/hal_espressif-latest/zephyr/esp32s2/src/wifi/
Desp_wifi_adapter.c812 ._log_timestamp = k_uptime_get_32,
/hal_espressif-latest/zephyr/esp32s3/src/wifi/
Desp_wifi_adapter.c826 ._log_timestamp = k_uptime_get_32,
/hal_espressif-latest/zephyr/esp32c2/src/wifi/
Desp_wifi_adapter.c893 ._log_timestamp = k_uptime_get_32,
/hal_espressif-latest/zephyr/esp32c3/src/wifi/
Desp_wifi_adapter.c892 ._log_timestamp = k_uptime_get_32,
/hal_espressif-latest/zephyr/esp32c6/src/wifi/
Desp_wifi_adapter.c908 ._log_timestamp = k_uptime_get_32,