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/ |
D | main.c | 80 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/ |
D | clock_control_nrf.c | 480 (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/ |
D | init_sensors.c | 26 NRF_CLOCK->TRACECONFIG = 0; in board_internal_sensors_init()
|
/Zephyr-Core-2.7.6/samples/boards/nrf/clock_skew/src/ |
D | main.c | 106 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/ |
D | nrfx_config_nrf9160.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-2.7.6/soc/arm/nordic_nrf/ |
D | validate_base_addresses.c | 81 CHECK_DT_REG(clock, NRF_CLOCK);
|
/Zephyr-Core-2.7.6/tests/drivers/clock_control/nrf_onoff_and_bt/src/ |
D | main.c | 75 nrf_clock_is_running(NRF_CLOCK, NRF_CLOCK_DOMAIN_HFCLK, &type); in check_hf_status()
|
/Zephyr-Core-2.7.6/drivers/spi/ |
D | spi_nrfx_spim.c | 154 nrf_clock_hfclk_div_get(NRF_CLOCK) != NRF_CLOCK_HFCLK_DIV_1) { in configure()
|
/Zephyr-Core-2.7.6/drivers/flash/ |
D | nrf_qspi_nor.c | 1143 nrf_clock_hfclk192m_div_set(NRF_CLOCK, NRF_CLOCK_HFCLK_DIV_1); in qspi_nor_init()
|