Home
last modified time | relevance | path

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

/Zephyr-latest/soc/nordic/nrf54l/
Dsoc.c99 nrf_oscillators_lfxo_cap_set(NRF_OSCILLATORS, lfxo_intcap); in nordicsemi_nrf54l_init()
101 nrf_oscillators_lfxo_cap_set(NRF_OSCILLATORS, (nrf_oscillators_lfxo_cap_t)0); in nordicsemi_nrf54l_init()
146 nrf_oscillators_hfxo_cap_set(NRF_OSCILLATORS, true, hfxo_intcap); in nordicsemi_nrf54l_init()
149 nrf_oscillators_hfxo_cap_set(NRF_OSCILLATORS, false, 0); in nordicsemi_nrf54l_init()
/Zephyr-latest/soc/nordic/nrf53/
Dsoc.c508 nrf_oscillators_lfxo_cap_set(NRF_OSCILLATORS, LFXO_CAP); in nordicsemi_nrf53_init()
546 nrf_oscillators_hfxo_cap_set(NRF_OSCILLATORS, true, capvalue); in nordicsemi_nrf53_init()
549 nrf_oscillators_hfxo_cap_set(NRF_OSCILLATORS, false, 0); in nordicsemi_nrf53_init()
/Zephyr-latest/modules/hal_nordic/nrfx/
Dnrfx_config_nrf5340_application.h33 #define NRF_OSCILLATORS NRF_PERIPH(NRF_OSCILLATORS) macro
/Zephyr-latest/soc/nordic/
Dvalidate_base_addresses.c223 CHECK_DT_REG(oscillators, NRF_OSCILLATORS);