Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/mdk/
Dsystem_nrf7120_enga.c58 switch(NRF_OSCILLATORS->PLL.CURRENTFREQ) in SystemCoreClockUpdate()
75 NRF_OSCILLATORS->PLL.FREQ = OSCILLATORS_PLL_FREQ_FREQ_CK64M; in SystemInit()
77 NRF_OSCILLATORS->PLL.FREQ = OSCILLATORS_PLL_FREQ_FREQ_CK128M; in SystemInit()
79 NRF_OSCILLATORS->PLL.FREQ = OSCILLATORS_PLL_FREQ_FREQ_CK192M; in SystemInit()
81 NRF_OSCILLATORS->PLL.FREQ = OSCILLATORS_PLL_FREQ_FREQ_CK256M; in SystemInit()
85 NRF_OSCILLATORS->PLL.FREQ = OSCILLATORS_PLL_FREQ_FREQ_CK128M; in SystemInit()
Dsystem_nrf54l.c59 switch(NRF_OSCILLATORS->PLL.CURRENTFREQ) in SystemCoreClockUpdate()
75 NRF_OSCILLATORS->PLL.FREQ = OSCILLATORS_PLL_FREQ_FREQ_CK64M; in SystemInit()
77 NRF_OSCILLATORS->PLL.FREQ = OSCILLATORS_PLL_FREQ_FREQ_CK128M; in SystemInit()
81 NRF_OSCILLATORS->PLL.FREQ = OSCILLATORS_PLL_FREQ_FREQ_CK128M; in SystemInit()
Dnrf54l09_enga_types.h1654 …__IOM NRF_CLOCK_PLL_Type PLL; /*!< (@ 0x00000420) (unspecified) … member
17380 …__IOM NRF_OSCILLATORS_PLL_Type PLL; /*!< (@ 0x00000800) Oscillator control … member
Dnrf54l15_types.h1643 …__IOM NRF_CLOCK_PLL_Type PLL; /*!< (@ 0x00000420) (unspecified) … member
19831 …__IOM NRF_OSCILLATORS_PLL_Type PLL; /*!< (@ 0x00000800) Oscillator control … member
Dnrf54l05_types.h1643 …__IOM NRF_CLOCK_PLL_Type PLL; /*!< (@ 0x00000420) (unspecified) … member
19831 …__IOM NRF_OSCILLATORS_PLL_Type PLL; /*!< (@ 0x00000800) Oscillator control … member
Dnrf54l10_types.h1643 …__IOM NRF_CLOCK_PLL_Type PLL; /*!< (@ 0x00000420) (unspecified) … member
19831 …__IOM NRF_OSCILLATORS_PLL_Type PLL; /*!< (@ 0x00000800) Oscillator control … member
Dnrf54l20_enga_types.h1697 …__IOM NRF_CLOCK_PLL_Type PLL; /*!< (@ 0x00000420) (unspecified) … member
19300 …__IOM NRF_OSCILLATORS_PLL_Type PLL; /*!< (@ 0x00000800) Oscillator control … member
Dnrf7120_enga_types.h3081 …__IOM NRF_CLOCK_PLL_Type PLL; /*!< (@ 0x00000420) (unspecified) … member
27659 …__IOM NRF_OSCILLATORS_PLL_Type PLL; /*!< (@ 0x00000800) Oscillator control … member
/hal_nordic-latest/nrfx/hal/
Dnrf_oscillators.h236 p_reg->PLL.FREQ = (uint32_t)freq; in nrf_oscillators_pll_freq_set()
242 return (nrf_oscillators_pll_freq_t)(p_reg->PLL.CURRENTFREQ); in nrf_oscillators_pll_freq_get()