Home
last modified time | relevance | path

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

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