Home
last modified time | relevance | path

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

/Zephyr-latest/soc/nxp/imxrt/imxrt118x/
Dsoc.c96 clock_root_config_t rootCfg = {0}; in clock_init() local
104 rootCfg.mux = kCLOCK_M7_ClockRoot_MuxOscRc400M; in clock_init()
105 rootCfg.div = 1; in clock_init()
106 CLOCK_SetRootClock(kCLOCK_Root_M7, &rootCfg); in clock_init()
110 rootCfg.mux = kCLOCK_M33_ClockRoot_MuxOscRc400M; in clock_init()
111 rootCfg.div = 2; in clock_init()
112 CLOCK_SetRootClock(kCLOCK_Root_M33, &rootCfg); in clock_init()
182 rootCfg.mux = kCLOCK_M7_ClockRoot_MuxArmPllOut; in clock_init()
183 rootCfg.div = 1; in clock_init()
184 CLOCK_SetRootClock(kCLOCK_Root_M7, &rootCfg); in clock_init()
[all …]
/Zephyr-latest/soc/nxp/imxrt/imxrt11xx/
Dsoc.c165 clock_root_config_t rootCfg = {0}; in clock_init() local
231 rootCfg.div = 1; in clock_init()
235 rootCfg.mux = kCLOCK_M7_ClockRoot_MuxOscRc48MDiv2; in clock_init()
236 rootCfg.div = 1; in clock_init()
237 CLOCK_SetRootClock(kCLOCK_Root_M7, &rootCfg); in clock_init()
239 rootCfg.mux = kCLOCK_M7_SYSTICK_ClockRoot_MuxOscRc48MDiv2; in clock_init()
240 rootCfg.div = 1; in clock_init()
241 CLOCK_SetRootClock(kCLOCK_Root_M7_Systick, &rootCfg); in clock_init()
245 rootCfg.mux = kCLOCK_M4_ClockRoot_MuxOscRc48MDiv2; in clock_init()
246 rootCfg.div = 1; in clock_init()
[all …]