PR_SHIFT
#define PR (PR_MASK << PR_SHIFT)
iwdg_pr = presc <= 1 << PR_SHIFT ? 0 : ilog2(presc) - PR_SHIFT;
#define PR_MIN BIT(PR_SHIFT)