Searched refs:Cy_SCB_GetNumInTxFifo (Results 1 – 8 of 8) sorted by relevance
224 if (Cy_SCB_GetFifoSize(base) != Cy_SCB_GetNumInTxFifo(base)) in Cy_SCB_Write()346 uint32_t numToCopy = Cy_SCB_GetFifoSize(base) - Cy_SCB_GetNumInTxFifo(base); in Cy_SCB_WriteArray()426 while (fifoSize == Cy_SCB_GetNumInTxFifo(base)) in Cy_SCB_WriteString()489 uint32_t numToCopy = Cy_SCB_GetFifoSize(base) - Cy_SCB_GetNumInTxFifo(base); in Cy_SCB_WriteDefaultArray()
1230 numToCopy = fifoSize - Cy_SCB_GetNumInTxFifo(base); in HandleTransmit()1279 numToCopy = fifoSize - Cy_SCB_GetNumInTxFifo(base); in HandleTransmit()1288 uint32_t txFifoLevel = Cy_SCB_GetNumInTxFifo(base)+numToCopy; in HandleTransmit()
2679 … if ((CY_SCB_I2C_FIFO_SIZE != Cy_SCB_GetNumInTxFifo(base)) && (1UL == context->slaveTxBufferSize)) in SlaveHandleDataTransmit()2771 uint32_t size = Cy_SCB_GetNumInTxFifo(base) + Cy_SCB_GetTxSrValid(base); in SlaveHandleStop()3073 … if ((CY_SCB_I2C_FIFO_SIZE != Cy_SCB_GetNumInTxFifo(base)) && (1UL == context->masterBufferSize)) in MasterHandleDataTransmit()3216 (Cy_SCB_GetNumInTxFifo(base) + Cy_SCB_GetTxSrValid(base)); in MasterHandleComplete()
1642 if ((fifoSize != Cy_SCB_GetNumInTxFifo(base)) && (1UL == context->txBufSize)) in HandleDataTransmit()
383 __STATIC_INLINE uint32_t Cy_SCB_GetNumInTxFifo(CySCB_Type const *base);1018 __STATIC_INLINE uint32_t Cy_SCB_GetNumInTxFifo(CySCB_Type const *base) in Cy_SCB_GetNumInTxFifo() function1058 return (0UL == (Cy_SCB_GetNumInTxFifo(base) + Cy_SCB_GetTxSrValid(base))); in Cy_SCB_IsTxComplete()
1220 return Cy_SCB_GetNumInTxFifo(base); in Cy_SCB_SPI_GetNumInTxFifo()
1656 return Cy_SCB_GetNumInTxFifo(base); in Cy_SCB_UART_GetNumInTxFifo()
1112 return Cy_SCB_GetFifoSize(obj->base) - Cy_SCB_GetNumInTxFifo(obj->base); in cyhal_uart_writable()