Home
last modified time | relevance | path

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

/Zephyr-latest/soc/microchip/mec/common/reg/
Dmec_pwm.h36 #define MCHP_PWM_CFG_CLK_SEL_100K BIT(MCHP_PWM_CFG_CLK_SEL_POS) macro
/Zephyr-latest/drivers/pwm/
Dpwm_mchp_xec.c303 cfgval &= ~MCHP_PWM_CFG_CLK_SEL_100K; in xec_compute_and_set_parameters()
305 cfgval |= MCHP_PWM_CFG_CLK_SEL_100K; in xec_compute_and_set_parameters()