Home
last modified time | relevance | path

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

/bsp/mm32f327x/Libraries/MM32F327x/Source/
A Dsystem_mm32f327x.c203 u32 tempFrq; in AutoCalPllFactor() local
208 tempFrq = pllclkSourceFrq * (n + 1) / (m + 1); in AutoCalPllFactor()
209 tempFrq = (tempFrq > pllclkFrq) ? (tempFrq - pllclkFrq) : (pllclkFrq - tempFrq) ; in AutoCalPllFactor()
211 if(minDiff > tempFrq) { in AutoCalPllFactor()
212 minDiff = tempFrq; in AutoCalPllFactor()

Completed in 7 milliseconds