Home
last modified time | relevance | path

Searched refs:CLOCK_CONTROL_NRF_K32SRC (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/drivers/clock_control/
Dnrf_clock_control.h60 #define CLOCK_CONTROL_NRF_K32SRC NRF_CLOCK_LFCLK_RC macro
63 #define CLOCK_CONTROL_NRF_K32SRC NRF_CLOCK_LFCLK_XTAL macro
66 #define CLOCK_CONTROL_NRF_K32SRC NRF_CLOCK_LFCLK_SYNTH macro
69 #define CLOCK_CONTROL_NRF_K32SRC NRF_CLOCK_LFCLK_XTAL_LOW_SWING macro
72 #define CLOCK_CONTROL_NRF_K32SRC NRF_CLOCK_LFCLK_XTAL_FULL_SWING macro
/Zephyr-latest/tests/drivers/clock_control/clock_control_api/src/
Dnrf_device_subsys.h24 .startup_us = (CLOCK_CONTROL_NRF_K32SRC ==
/Zephyr-latest/drivers/clock_control/
Dclock_control_nrf.c485 : CLOCK_CONTROL_NRF_K32SRC; in lfclk_spinwait()
490 (nrf_clock_lf_srccopy_get(NRF_CLOCK) == CLOCK_CONTROL_NRF_K32SRC)) { in lfclk_spinwait()
529 CLOCK_CONTROL_NRF_K32SRC); in lfclk_spinwait()