Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/clock_control/
Dbeetle_clock_control.c138 uint32_t nc_mainclk = beetle_round_freq(cfg->freq); in beetle_clock_control_get_subsys_rate() local
140 *rate = nc_mainclk; in beetle_clock_control_get_subsys_rate()
160 uint32_t nc_mainclk = 0U; in beetle_round_freq() local
167 nc_mainclk = BEETLE_PLL_FREQUENCY_12MHZ; in beetle_round_freq()
169 nc_mainclk = BEETLE_PLL_FREQUENCY_24MHZ; in beetle_round_freq()
171 nc_mainclk = BEETLE_PLL_FREQUENCY_36MHZ; in beetle_round_freq()
173 nc_mainclk = BEETLE_PLL_FREQUENCY_48MHZ; in beetle_round_freq()
176 return nc_mainclk; in beetle_round_freq()