Home
last modified time | relevance | path

Searched defs:APB3DIV_VAL (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/soc/nuvoton/npcx/common/
Dsoc_clock.h44 #define APB3DIV_VAL (DT_PROP(DT_NODELABEL(pcc), apb3_prescaler) - 1) macro
/Zephyr-latest/drivers/clock_control/
Dclock_control_npcm.c97 #define APB3DIV_VAL (DT_PROP(DT_NODELABEL(pcc), apb3_prescaler) - 1) macro