Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/soc/atmel/sam/common/
Dsoc_pmc.h250 static ALWAYS_INLINE void soc_pmc_osc_enable_main_xtal(uint32_t xtal_startup_time) in soc_pmc_osc_enable_main_xtal() argument
255 mor |= CKGR_MOR_KEY_PASSWD | CKGR_MOR_MOSCXTEN | CKGR_MOR_MOSCXTST(xtal_startup_time); in soc_pmc_osc_enable_main_xtal()
317 static ALWAYS_INLINE void soc_pmc_switch_mainck_to_xtal(bool bypass, uint32_t xtal_startup_time) in soc_pmc_switch_mainck_to_xtal() argument
319 soc_pmc_osc_enable_main_xtal(xtal_startup_time); in soc_pmc_switch_mainck_to_xtal()
331 | CKGR_MOR_MOSCXTST(xtal_startup_time); in soc_pmc_switch_mainck_to_xtal()