Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/pwm/
Dpwm_npcx.c62 inst->PWMCTL &= ~BIT(NPCX_PWMCTL_INVP); in pwm_npcx_configure()
100 ctl |= BIT(NPCX_PWMCTL_INVP); in pwm_npcx_set_cycles()
102 ctl &= ~BIT(NPCX_PWMCTL_INVP); in pwm_npcx_set_cycles()
/Zephyr-latest/soc/nuvoton/npcx/common/reg/
Dreg_def.h480 #define NPCX_PWMCTL_INVP 0 macro