Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/mgmt/hawkbit/
Dhawkbit.c946 static uint8_t download_progress; in response_download_cb() local
950 download_progress = 0; in response_download_cb()
979 if (downloaded != download_progress) { in response_download_cb()
982 (download_progress / CONFIG_HAWKBIT_SAVE_PROGRESS_INTERVAL)) { in response_download_cb()
987 download_progress = downloaded; in response_download_cb()
988 LOG_DBG("Downloaded: %u%% (%u / %u)", download_progress, in response_download_cb()