Searched refs:PWM_CMR_CPRE_MSK (Results 1 – 1 of 1) sorted by relevance
49 #define PWM_CMR_CPRE_MSK 0xF macro315 pres = cmr & PWM_CMR_CPRE_MSK; in atmel_pwm_apply()344 val = (val & ~PWM_CMR_CPRE_MSK) | (pres & PWM_CMR_CPRE_MSK); in atmel_pwm_apply()373 pres = cmr & PWM_CMR_CPRE_MSK; in atmel_pwm_get_state()