Searched refs:pix_div (Results 1 – 1 of 1) sorted by relevance
70 rt_uint32_t pll_clk, pix_div; in caclulate_freq() local77 pix_div = PLL_DIV_PARAM;//读CPU的 CPU/CAMERA/DC 分频系数 in caclulate_freq()78 pix_div = (pix_div>>24)&0xff; in caclulate_freq()79 rt_kprintf("old pll_clk=%d, pix_div=%d\n", pll_clk, pix_div); in caclulate_freq()
Completed in 8 milliseconds