Searched refs:NRF_OSCILLATORS (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/soc/nordic/nrf54l/ |
D | soc.c | 99 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/ |
D | soc.c | 508 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/ |
D | nrfx_config_nrf5340_application.h | 33 #define NRF_OSCILLATORS NRF_PERIPH(NRF_OSCILLATORS) macro
|
/Zephyr-latest/soc/nordic/ |
D | validate_base_addresses.c | 223 CHECK_DT_REG(oscillators, NRF_OSCILLATORS);
|