Searched refs:mcr_mask (Results 1 – 1 of 1) sorted by relevance
94 …uint32_t mcr_mask = (CTIMER_MCR_MR0RL_MASK << p_channel) | (CTIMER_MCR_MR0I_MASK << (3 * p_channel… in mcx_pwm_period_set() local105 mcr_mask |= CTIMER_MCR_MR0RL_MASK << i; in mcx_pwm_period_set()110 ct->MCR |= mcr_mask; in mcx_pwm_period_set()118 ct->MCR &= ~mcr_mask; in mcx_pwm_period_set()
Completed in 11 milliseconds