Searched refs:SPI_BUF_SIZE (Results 1 – 1 of 1) sorted by relevance
234 #define SPI_BUF_SIZE (FIFO_READ_SIZE + CHUNKED_READ_SIZE + BUF_MARGIN) macro401 uint8_t txrxBuffer[SPI_BUF_SIZE];680 if (T(mWbufCnt) > SPI_BUF_SIZE) { in spiBatchTxRx()