Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_evtgen.c256 uint64_t tempCompValue = (uint64_t) EVTGEN0->COMP_STRUCT[structNum].COMP0; in Cy_EvtGen_UpdateActiveCompValue() local
257 tempCompValue += newCompareValue; in Cy_EvtGen_UpdateActiveCompValue()
260 base->COMP_STRUCT[structNum].COMP0 = (uint32_t) tempCompValue; in Cy_EvtGen_UpdateActiveCompValue()
287 uint64_t tempCompValue = (uint64_t) EVTGEN0->COMP_STRUCT[structNum].COMP1; in Cy_EvtGen_UpdateDeepSleepCompValue() local
288 tempCompValue += newCompareValue; in Cy_EvtGen_UpdateDeepSleepCompValue()
291 base->COMP_STRUCT[structNum].COMP1 = (uint32_t) tempCompValue; in Cy_EvtGen_UpdateDeepSleepCompValue()