Searched refs:PWM_CMR_CPRE_MSK (Results 1 – 1 of 1) sorted by relevance
48 #define PWM_CMR_CPRE_MSK 0xF macro310 pres = cmr & PWM_CMR_CPRE_MSK; in atmel_pwm_apply()339 val = (val & ~PWM_CMR_CPRE_MSK) | (pres & PWM_CMR_CPRE_MSK); in atmel_pwm_apply()368 pres = cmr & PWM_CMR_CPRE_MSK; in atmel_pwm_get_state()