PERIOD
#define PERIOD max_t(u64, 10000, NSEC_PER_SEC / FREQUENCY)
# define PERIOD(x) ((x) << 8)
#define PERIOD(x) (((x) * 0x10) + 0x10)
#define PERIOD '.'