Searched refs:tempFrac (Results 1 – 1 of 1) sorted by relevance
45 float tempFrac = (float)frequencyTick / (float)frequencyLf; in Cy_EvtGen_RatioCalculate() local47 tempInt = (uint32_t)tempFrac; in Cy_EvtGen_RatioCalculate()48 tempFrac = tempFrac - (float)tempInt; in Cy_EvtGen_RatioCalculate()49 tempFrac = (tempFrac * (float)RATIO_FRAC_SHIFT); in Cy_EvtGen_RatioCalculate()51 *ratioFrac = (uint8_t)tempFrac; in Cy_EvtGen_RatioCalculate()