Home
last modified time | relevance | path

Searched refs:MCHP_PWM_CFG_CLK_PRE_DIV (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/soc/microchip/mec/common/reg/
Dmec_pwm.h53 #define MCHP_PWM_CFG_CLK_PRE_DIV(n) \ macro
/Zephyr-latest/drivers/pwm/
Dpwm_mchp_xec.c310 cfgval &= ~MCHP_PWM_CFG_CLK_PRE_DIV(0xF); in xec_compute_and_set_parameters()
311 cfgval |= MCHP_PWM_CFG_CLK_PRE_DIV(params->div); in xec_compute_and_set_parameters()