Home
last modified time | relevance | path

Searched refs:BSP_CLOCKS_PLL1_INITIAL (Results 1 – 3 of 3) sorted by relevance

/hal_renesas-latest/zephyr/rz/rz_cfg/fsp_cfg/bsp/rzn2l/
Dbsp_clock_cfg.h13 #define BSP_CFG_PLL1 (BSP_CLOCKS_PLL1_INITIAL) /* PLL1 is initial state */
/hal_renesas-latest/drivers/rz/fsp/src/rzn/bsp/mcu/all/
Dbsp_clocks.h284 #define BSP_CLOCKS_PLL1_INITIAL (0xFF) // Initial (This value should not be reflecte… macro
Dbsp_clocks.c516 #if (BSP_CLOCKS_PLL1_INITIAL != BSP_CFG_PLL1) in bsp_clock_init()