Unit helper macros. More...
Unit helper macros.
Definition in file units.h.
Go to the source code of this file.
#define | KiB(x) |
A macro to return the bytes in x KiB. | |
#define | MiB(x) |
A macro to return the bytes in x MiB. | |
#define | GiB(x) |
A macro to return the bytes in x GiB. | |
#define | KHZ(x) |
A macro to return the Hz in x kHz. | |
#define | MHZ(x) |
A macro to return the Hz in x MHz. | |
#define | GHZ(x) |
A macro to return the Hz in x GHz. | |
#define GHZ | ( | x | ) |
A macro to return the Hz in x GHz.
#define GiB | ( | x | ) |
A macro to return the bytes in x GiB.
#define KHZ | ( | x | ) |
#define KiB | ( | x | ) |
#define MHZ | ( | x | ) |
A macro to return the Hz in x MHz.
#define MiB | ( | x | ) |
A macro to return the bytes in x MiB.