Searched defs:MHZ_TO_HZ (Results 1 – 2 of 2) sorted by relevance
34 const MHZ_TO_HZ: c_ulong = 1_000_000; constant
4018 #define MHZ_TO_HZ(freq) ((freq) * 1000 * 1000) in allegro_runtime_resume() macro