Searched refs:buffCounter (Results 1 – 1 of 1) sorted by relevance
1797 uint32_t buffCounter = context->txBufferCounter; in Cy_SMIF_PushTxFifo() local1801 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() local1920 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 …]