Home
last modified time | relevance | path

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

/hal_microchip-latest/mec5/drivers/
Dmec_pcr.c76 uint32_t fhz = MEC_PCR_PLL_FREQ_HZ; in mec_hal_pcr_cpu_max_freq() local
79 fhz = MEC_PCR_PLL_FAST_FREQ_HZ; in mec_hal_pcr_cpu_max_freq()
82 uint32_t fhz = MEC_PCR_PLL_FAST_FREQ_HZ; in mec_hal_pcr_cpu_max_freq()
85 fhz = MEC_PCR_PLL_FREQ_HZ; in mec_hal_pcr_cpu_max_freq()
89 return fhz; in mec_hal_pcr_cpu_max_freq()
138 int mec_hal_pcr_cpu_clk_speed_set(uint32_t fhz) in mec_hal_pcr_cpu_clk_speed_set() argument
142 if (fhz == 0) { in mec_hal_pcr_cpu_clk_speed_set()
147 fdiv = max_freq / fhz; in mec_hal_pcr_cpu_clk_speed_set()
Dmec_pcr_api.h143 int mec_hal_pcr_cpu_clk_speed_set(uint32_t fhz);