Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_scb_spi.c1288 uint32_t txFifoLevel = Cy_SCB_GetNumInTxFifo(base)+numToCopy; in HandleTransmit() local
1290 …B_SetTxFifoLevel(base, ((txFifoLevel > fifoSize) ? ((fifoSize / 2UL) - 2UL) : ((txFifoLevel == 1UL… in HandleTransmit()