Home
last modified time | relevance | path

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

/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/include/
Dcy_smif.h1915 uint32_t loadedFifoBytes; in Cy_SMIF_PopRxFifo() local
1919 loadedFifoBytes = Cy_SMIF_GetRxFifoStatus(baseaddr); in Cy_SMIF_PopRxFifo()
1920 readBytes = (loadedFifoBytes > buffCounter)? buffCounter: loadedFifoBytes; in Cy_SMIF_PopRxFifo()
1973 loadedFifoBytes = Cy_SMIF_GetRxFifoStatus(baseaddr); in Cy_SMIF_PopRxFifo()
1974 readBytes = (loadedFifoBytes > buffCounter)? buffCounter: loadedFifoBytes; in Cy_SMIF_PopRxFifo()