Home
last modified time | relevance | path

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

/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/include/
Dcy_smif.h1797 uint32_t buffCounter = context->txBufferCounter; in Cy_SMIF_PushTxFifo() local
1801 writeBytes = (freeFifoBytes > buffCounter)? buffCounter: freeFifoBytes; in Cy_SMIF_PushTxFifo()
1864 buffCounter -= writeBytes; in Cy_SMIF_PushTxFifo()
1867 writeBytes = (freeFifoBytes > buffCounter)? buffCounter: freeFifoBytes; in Cy_SMIF_PushTxFifo()
1872 context->txBufferCounter = buffCounter; in Cy_SMIF_PushTxFifo()
1875 if (0u == buffCounter) in Cy_SMIF_PushTxFifo()
1916 uint32_t buffCounter = context->rxBufferCounter; in Cy_SMIF_PopRxFifo() local
1920 readBytes = (loadedFifoBytes > buffCounter)? buffCounter: loadedFifoBytes; in Cy_SMIF_PopRxFifo()
1971 buffCounter -= readBytes; in Cy_SMIF_PopRxFifo()
1974 readBytes = (loadedFifoBytes > buffCounter)? buffCounter: loadedFifoBytes; in Cy_SMIF_PopRxFifo()
[all …]