PWM_PERIOD_MASK
#define PWM_PERIOD_MASK GENMASK(31, 0)
#define PWM_PERIOD_MASK ((1 << PWM_PERIOD_BIT_WIDTH) - 1)