Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_smif.h1857 uint32_t writeBytes; in Cy_SMIF_PushTxFifo() local
1863 writeBytes = (freeFifoBytes > buffCounter)? buffCounter: freeFifoBytes; in Cy_SMIF_PushTxFifo()
1866 while (0U != writeBytes) in Cy_SMIF_PushTxFifo()
1869 if (writeBytes == CY_SMIF_EIGHT_BYTES) in Cy_SMIF_PushTxFifo()
1875 else if(writeBytes == CY_SMIF_ONE_BYTE) in Cy_SMIF_PushTxFifo()
1890 else if ((writeBytes == CY_SMIF_TWO_BYTES) || (writeBytes == CY_SMIF_THREE_BYTES)) in Cy_SMIF_PushTxFifo()
1893 writeBytes = CY_SMIF_TWO_BYTES; in Cy_SMIF_PushTxFifo()
1895 else if ((writeBytes == CY_SMIF_FOUR_BYTES) || (writeBytes == CY_SMIF_FIVE_BYTES)) in Cy_SMIF_PushTxFifo()
1898 writeBytes = CY_SMIF_FOUR_BYTES; in Cy_SMIF_PushTxFifo()
1900 else if ((writeBytes == CY_SMIF_SIX_BYTES) || (writeBytes == CY_SMIF_SEVEN_BYTES)) in Cy_SMIF_PushTxFifo()
[all …]