DELAY_MAGFACTOR
#define delay_divisor_est(x) ((DELAY_MAGFACTOR * 8) / (x))
#define delay_divisor_est40(x) ((DELAY_MAGFACTOR * 3) / (x))
#define delay_divisor_est60(x) ((DELAY_MAGFACTOR * 1) / (x))