1.10.21.7 1.11.21.7 1.12.22.7 1.13.20.7 1.14.15.7 1.15.16.7 1.16.22.7 1.17.18.7 1.18.18.7 1.19.18.7 1.20.22.7 1.21.23.7 1.22.25.7 1.23.23.7 1.24.20.7 1.27.22.7 1.34.20.7 1.35.13.7 SPIx_ReadBufferSizeGet Function
C
/* x = SPI instance number */
/* SPI slave mode */
size_t SPIx_ReadBufferSizeGet(void)
Summary
Returns the size of the PLIB's internal receive buffer
Description
This function returns the size of the SPI PLIB's internal receive buffer. The receive buffer size will be the same as configured in MHC
Precondition
None
Parameters
None
Returns
size_t - Size of the PLIB's internal receive buffer
Example
size_t rxBufferSize; rxBufferSize = SPI1_ReadBufferSizeGet();
Remarks
None