Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/clock_control/
Dclock_control_nrf_auxpll.c27 NRF_AUXPLL_Type *auxpll; member
43 nrf_auxpll_task_trigger(config->auxpll, NRF_AUXPLL_TASK_START); in clock_control_nrf_auxpll_on()
46 locked = nrf_auxpll_mode_locked_check(config->auxpll); in clock_control_nrf_auxpll_on()
62 nrf_auxpll_task_trigger(config->auxpll, NRF_AUXPLL_TASK_STOP); in clock_control_nrf_auxpll_off()
64 while (nrf_auxpll_running_check(config->auxpll)) { in clock_control_nrf_auxpll_off()
78 ratio = nrf_auxpll_static_ratio_get(config->auxpll); in clock_control_nrf_auxpll_get_rate()
95 if (nrf_auxpll_mode_locked_check(config->auxpll)) { in clock_control_nrf_auxpll_get_status()
113 nrf_auxpll_ctrl_frequency_set(config->auxpll, config->frequency); in clock_control_nrf_auxpll_init()
115 nrf_auxpll_lock(config->auxpll); in clock_control_nrf_auxpll_init()
116 nrf_auxpll_trim_ctune_set(config->auxpll, sys_read8(config->ficr_ctune)); in clock_control_nrf_auxpll_init()
[all …]
/Zephyr-latest/dts/common/nordic/
Dnrf9280.dtsi405 compatible = "nordic,nrf-auxpll";
Dnrf54h20.dtsi549 compatible = "nordic,nrf-auxpll";