Home
last modified time | relevance | path

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

/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/source/
Dcy_evtgen.c45 float tempFrac = (float)frequencyTick / (float)frequencyLf; in Cy_EvtGen_RatioCalculate() local
47 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()