Searched refs:buffCounter (Results 1 – 1 of 1) sorted by relevance
1859 uint32_t buffCounter = context->txBufferCounter; in Cy_SMIF_PushTxFifo() local1863 writeBytes = (freeFifoBytes > buffCounter)? buffCounter: freeFifoBytes; in Cy_SMIF_PushTxFifo()1913 buffCounter -= writeBytes; in Cy_SMIF_PushTxFifo()1917 writeBytes = (freeFifoBytes > buffCounter)? buffCounter: freeFifoBytes; in Cy_SMIF_PushTxFifo()1922 context->txBufferCounter = buffCounter; in Cy_SMIF_PushTxFifo()1925 if (0u == buffCounter) in Cy_SMIF_PushTxFifo()1966 uint32_t buffCounter = context->rxBufferCounter; in Cy_SMIF_PopRxFifo() local1970 readBytes = (loadedFifoBytes > buffCounter)? buffCounter: loadedFifoBytes; in Cy_SMIF_PopRxFifo()2021 buffCounter -= readBytes; in Cy_SMIF_PopRxFifo()2024 readBytes = (loadedFifoBytes > buffCounter)? buffCounter: loadedFifoBytes; in Cy_SMIF_PopRxFifo()[all …]