Home
last modified time | relevance | path

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

/Zephyr-latest/samples/net/sockets/big_http_download/src/
Dbig_http_download.c40 #define bytes2KiB(Bytes) (Bytes / (1024u)) macro
339 cur_bytes, bytes2KiB(cur_bytes), bytes2MiB(cur_bytes)); in download()