Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_evtgen.c44 uint32_t tempInt = 0; in Cy_EvtGen_RatioCalculate() local
47 tempInt = (uint32_t)tempFrac; in Cy_EvtGen_RatioCalculate()
48 tempFrac = tempFrac - (float)tempInt; in Cy_EvtGen_RatioCalculate()
52 *ratioInt = (uint16_t)tempInt; in Cy_EvtGen_RatioCalculate()