Searched refs:SPI_BUF_SIZE (Results 1 – 3 of 3) sorted by relevance
421 #define SPI_BUF_SIZE (FIFO_READ_SIZE + BUF_MARGIN) macro626 uint8_t txrxBuffer[SPI_BUF_SIZE];875 if (T(mWbufCnt) > SPI_BUF_SIZE) {
315 #define SPI_BUF_SIZE (FIFO_READ_SIZE + CHUNKED_READ_SIZE + BUF_MARGIN) macro544 uint8_t txrxBuffer[SPI_BUF_SIZE];866 if (T(mWbufCnt) > SPI_BUF_SIZE) {
111 #define SPI_BUF_SIZE (LSM6DSM_SPI_FIFO_SIZE + LSM6DSM_BUF_MARGIN) macro619 uint8_t txrxBuffer[SPI_BUF_SIZE];1338 if (T_SLAVE_INTERFACE(mWbufCnt) > SPI_BUF_SIZE) { in lsm6dsm_spiBatchTxRx()