Home
last modified time | relevance | path

Searched defs:CLOCK_PERIOD_FROM_HZ (Results 1 – 2 of 2) sorted by relevance

/qemu/tests/qtest/
H A Dstm32l4x5.h16 #define CLOCK_PERIOD_FROM_HZ(hz) (((hz) != 0) ? CLOCK_PERIOD_1SEC / (hz) : 0u) macro
/qemu/include/hw/
H A Dclock.h54 #define CLOCK_PERIOD_FROM_HZ(hz) (((hz) != 0) ? CLOCK_PERIOD_1SEC / (hz) : 0u) macro