Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_profile.c113 cy_ep_ctrs[ctr].overflow++; in Cy_Profile_ISR()
146 cy_ep_ctrs[i++].overflow = 0UL; in Cy_Profile_StartProfiling()
228 cy_ep_ctrs[i].overflow = 0UL; in Cy_Profile_ConfigureCounter()
380 *result = ((uint64_t)(ctrAddr->overflow) << 32) | (uint64_t)(ctrAddr->cntReg); in Cy_Profile_GetRawCount()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_profile.h332 … uint32_t overflow; /**< Extension of cntReg to form a 64-bit counter value */ member
/hal_infineon-latest/mtb-hal-cat1/
DRELEASE.md46 * SPI: Resolve a situation where data buffer could overflow during a transfer.