Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/tests/drivers/clock_control/nrf_lf_clock_start/src/
Dmain.c80 o = nrf_clock_is_running(NRF_CLOCK, NRF_CLOCK_DOMAIN_LFCLK, &t); in test_wait_in_thread()
86 o = nrf_clock_is_running(NRF_CLOCK, NRF_CLOCK_DOMAIN_LFCLK, &t); in test_wait_in_thread()
97 on = nrf_clock_is_running(NRF_CLOCK, NRF_CLOCK_DOMAIN_LFCLK, &type); in test_main()
/Zephyr-Core-2.7.6/drivers/clock_control/
Dclock_control_nrf.c480 (nrf_clock_lf_srccopy_get(NRF_CLOCK) == CLOCK_CONTROL_NRF_K32SRC)) { in lfclk_spinwait()
494 nrf_clock_int_disable(NRF_CLOCK, NRF_CLOCK_INT_LF_STARTED_MASK); in lfclk_spinwait()
513 && (nrf_clock_lf_src_get(NRF_CLOCK) == NRF_CLOCK_LFCLK_RC) in lfclk_spinwait()
514 && nrf_clock_event_check(NRF_CLOCK, in lfclk_spinwait()
516 nrf_clock_event_clear(NRF_CLOCK, in lfclk_spinwait()
518 nrf_clock_lf_src_set(NRF_CLOCK, in lfclk_spinwait()
525 nrf_clock_task_trigger(NRF_CLOCK, in lfclk_spinwait()
533 nrf_clock_int_enable(NRF_CLOCK, NRF_CLOCK_INT_LF_STARTED_MASK); in lfclk_spinwait()
636 nrf_clock_hfclkaudio_config_set(NRF_CLOCK, freq_value); in hfclkaudio_init()
/Zephyr-Core-2.7.6/boards/arm/arduino_nano_33_ble/src/
Dinit_sensors.c26 NRF_CLOCK->TRACECONFIG = 0; in board_internal_sensors_init()
/Zephyr-Core-2.7.6/samples/boards/nrf/clock_skew/src/
Dmain.c106 running = nrf_clock_is_running(NRF_CLOCK, NRF_CLOCK_DOMAIN_LFCLK, in show_clocks()
111 running = nrf_clock_is_running(NRF_CLOCK, NRF_CLOCK_DOMAIN_HFCLK, in show_clocks()
/Zephyr-Core-2.7.6/modules/hal_nordic/nrfx/
Dnrfx_config_nrf9160.h14 #define NRF_CLOCK NRF_PERIPH(NRF_CLOCK) macro
Dnrfx_config_nrf5340_application.h14 #define NRF_CLOCK NRF_PERIPH(NRF_CLOCK) macro
Dnrfx_config_nrf5340_network.h24 #define NRF_CLOCK NRF_CLOCK_NS macro
/Zephyr-Core-2.7.6/soc/arm/nordic_nrf/
Dvalidate_base_addresses.c81 CHECK_DT_REG(clock, NRF_CLOCK);
/Zephyr-Core-2.7.6/tests/drivers/clock_control/nrf_onoff_and_bt/src/
Dmain.c75 nrf_clock_is_running(NRF_CLOCK, NRF_CLOCK_DOMAIN_HFCLK, &type); in check_hf_status()
/Zephyr-Core-2.7.6/drivers/spi/
Dspi_nrfx_spim.c154 nrf_clock_hfclk_div_get(NRF_CLOCK) != NRF_CLOCK_HFCLK_DIV_1) { in configure()
/Zephyr-Core-2.7.6/drivers/flash/
Dnrf_qspi_nor.c1143 nrf_clock_hfclk192m_div_set(NRF_CLOCK, NRF_CLOCK_HFCLK_DIV_1); in qspi_nor_init()