Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/pinctrl/
Dpinctrl_npcx.c104 inst->PWMCTLEX |= BIT(NPCX_PWMCTLEX_OD_OUT); in npcx_periph_pwm_drive_mode_configure()
106 inst->PWMCTLEX &= ~BIT(NPCX_PWMCTLEX_OD_OUT); in npcx_periph_pwm_drive_mode_configure()
/Zephyr-latest/soc/nuvoton/npcx/common/reg/
Dreg_def.h485 #define NPCX_PWMCTLEX_OD_OUT 7 macro