Searched refs:NRF_CLOCK (Results 1 – 13 of 13) sorted by relevance
/Zephyr-latest/tests/drivers/clock_control/nrf_lf_clock_start/src/ |
D | main.c | 77 o = nrf_clock_is_running(NRF_CLOCK, NRF_CLOCK_DOMAIN_LFCLK, &t); in ZTEST() 83 o = nrf_clock_is_running(NRF_CLOCK, NRF_CLOCK_DOMAIN_LFCLK, &t); in ZTEST() 121 clk_on = nrf_clock_is_running(NRF_CLOCK, NRF_CLOCK_DOMAIN_LFCLK, &clk_type); in get_lfclk_state()
|
/Zephyr-latest/drivers/clock_control/ |
D | clock_control_nrf.c | 490 (nrf_clock_lf_srccopy_get(NRF_CLOCK) == CLOCK_CONTROL_NRF_K32SRC)) { in lfclk_spinwait() 504 nrf_clock_int_disable(NRF_CLOCK, NRF_CLOCK_INT_LF_STARTED_MASK); in lfclk_spinwait() 523 && (nrf_clock_lf_src_get(NRF_CLOCK) == NRF_CLOCK_LFCLK_RC) in lfclk_spinwait() 524 && nrf_clock_event_check(NRF_CLOCK, in lfclk_spinwait() 526 nrf_clock_event_clear(NRF_CLOCK, in lfclk_spinwait() 528 nrf_clock_lf_src_set(NRF_CLOCK, in lfclk_spinwait() 535 nrf_clock_task_trigger(NRF_CLOCK, in lfclk_spinwait() 543 nrf_clock_int_enable(NRF_CLOCK, NRF_CLOCK_INT_LF_STARTED_MASK); in lfclk_spinwait() 644 nrf_clock_hfclkaudio_config_set(NRF_CLOCK, freq_value); in hfclkaudio_init()
|
/Zephyr-latest/samples/boards/nordic/clock_skew/src/ |
D | main.c | 104 running = nrf_clock_is_running(NRF_CLOCK, NRF_CLOCK_DOMAIN_LFCLK, in show_clocks() 109 running = nrf_clock_is_running(NRF_CLOCK, NRF_CLOCK_DOMAIN_HFCLK, in show_clocks()
|
/Zephyr-latest/modules/hal_nordic/nrfx/ |
D | nrfx_config_nrf91.h | 14 #define NRF_CLOCK NRF_PERIPH(NRF_CLOCK) macro
|
D | nrfx_config_nrf5340_application.h | 14 #define NRF_CLOCK NRF_PERIPH(NRF_CLOCK) macro
|
D | nrfx_config_nrf5340_network.h | 24 #define NRF_CLOCK NRF_CLOCK_NS macro
|
/Zephyr-latest/include/zephyr/drivers/clock_control/ |
D | nrf_clock_control.h | 11 #ifdef NRF_CLOCK
|
/Zephyr-latest/tests/drivers/clock_control/nrf_onoff_and_bt/src/ |
D | main.c | 71 nrf_clock_is_running(NRF_CLOCK, NRF_CLOCK_DOMAIN_HFCLK, &type); in check_hf_status()
|
/Zephyr-latest/modules/nrf_wifi/bus/ |
D | qspi_if.c | 388 nrf_clock_hfclk192m_div_set(NRF_CLOCK, BASE_CLOCK_DIV); in qspi_lock() 398 nrf_clock_hfclk192m_div_set(NRF_CLOCK, NRF_CLOCK_HFCLK_DIV_4); in qspi_unlock() 733 nrf_clock_hfclk192m_div_set(NRF_CLOCK, BASE_CLOCK_DIV); in qspi_nrfx_configure() 741 nrf_clock_hfclk192m_div_set(NRF_CLOCK, NRF_CLOCK_HFCLK_DIV_4); in qspi_nrfx_configure()
|
/Zephyr-latest/soc/nordic/ |
D | validate_base_addresses.c | 144 CHECK_DT_REG(clock, NRF_CLOCK);
|
/Zephyr-latest/drivers/flash/ |
D | nrf_qspi_nor.c | 282 nrf_clock_hfclk192m_div_set(NRF_CLOCK, BASE_CLOCK_DIV); in qspi_clock_div_change() 293 nrf_clock_hfclk192m_div_set(NRF_CLOCK, NRF_CLOCK_HFCLK_DIV_4); in qspi_clock_div_restore()
|
/Zephyr-latest/drivers/spi/ |
D | spi_nrfx_spim.c | 268 nrf_clock_hfclk_div_get(NRF_CLOCK) != NRF_CLOCK_HFCLK_DIV_1) { in configure()
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-ctlr-arch.rst | 312 - NRF_CLOCK
|