Home
last modified time | relevance | path

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

/Zephyr-latest/soc/atmel/sam/sam4e/
Dsoc.c57 soc_pmc_switch_mainck_to_xtal(false, 0xff); in clock_init()
/Zephyr-latest/soc/atmel/sam/sam3x/
Dsoc.c55 soc_pmc_switch_mainck_to_xtal(false, 0xff); in clock_init()
/Zephyr-latest/soc/atmel/sam/sam4s/
Dsoc.c60 soc_pmc_switch_mainck_to_xtal(false, 0xff); in clock_init()
/Zephyr-latest/soc/atmel/sam/same70/
Dsoc.c61 soc_pmc_switch_mainck_to_xtal(false, 0xff); in clock_init()
/Zephyr-latest/soc/atmel/sam/samv71/
Dsoc.c59 soc_pmc_switch_mainck_to_xtal(false, 0xff); in clock_init()
/Zephyr-latest/soc/atmel/sam/common/
Dsoc_pmc.h317 static ALWAYS_INLINE void soc_pmc_switch_mainck_to_xtal(bool bypass, uint32_t xtal_startup_time) in soc_pmc_switch_mainck_to_xtal() function