Home
last modified time | relevance | path

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

/Zephyr-latest/soc/nuvoton/npcx/common/
Dsoc_clock.h40 #define APB1DIV_VAL (DT_PROP(DT_NODELABEL(pcc), apb1_prescaler) - 1) macro
/Zephyr-latest/drivers/clock_control/
Dclock_control_npcm.c93 #define APB1DIV_VAL (DT_PROP(DT_NODELABEL(pcc), apb1_prescaler) - 1) macro