Searched refs:NRF_CLOCK (Results 1 – 11 of 11) sorted by relevance
/Zephyr-Core-3.5.0/tests/drivers/clock_control/nrf_lf_clock_start/src/ |
D | main.c | 80 o = nrf_clock_is_running(NRF_CLOCK, NRF_CLOCK_DOMAIN_LFCLK, &t); in ZTEST() 86 o = nrf_clock_is_running(NRF_CLOCK, NRF_CLOCK_DOMAIN_LFCLK, &t); in ZTEST() 124 clk_on = nrf_clock_is_running(NRF_CLOCK, NRF_CLOCK_DOMAIN_LFCLK, &clk_type); in get_lfclk_state()
|
/Zephyr-Core-3.5.0/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-Core-3.5.0/samples/boards/nrf/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-Core-3.5.0/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-Core-3.5.0/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-Core-3.5.0/drivers/flash/ |
D | nrf_qspi_nor.c | 267 nrf_clock_hfclk192m_div_set(NRF_CLOCK, BASE_CLOCK_DIV); in qspi_lock() 281 nrf_clock_hfclk192m_div_set(NRF_CLOCK, NRF_CLOCK_HFCLK_DIV_4); in qspi_unlock() 705 nrf_clock_hfclk192m_div_set(NRF_CLOCK, BASE_CLOCK_DIV); in qspi_nrfx_configure() 714 nrf_clock_hfclk192m_div_set(NRF_CLOCK, NRF_CLOCK_HFCLK_DIV_4); in qspi_nrfx_configure()
|
/Zephyr-Core-3.5.0/soc/arm/nordic_nrf/ |
D | validate_base_addresses.c | 126 CHECK_DT_REG(clock, NRF_CLOCK);
|
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/ |
D | bluetooth-ctlr-arch.rst | 205 - NRF_CLOCK
|
/Zephyr-Core-3.5.0/drivers/spi/ |
D | spi_nrfx_spim.c | 171 nrf_clock_hfclk_div_get(NRF_CLOCK) != NRF_CLOCK_HFCLK_DIV_1) { in configure()
|