1.16.18.2 SPIx_WriteBufferSizeGet Function

C

/* x = SPI instance number */

/* SPI slave mode */
size_t SPIx_WriteBufferSizeGet(void)

Summary

Returns the size of the PLIB's internal transmit buffer

Description

This function returns the size of the SPI PLIB's internal transmit buffer. The transmit buffer size will be the same as configured in MHC

Precondition

None

Parameters

None

Returns

size_t - Size of the PLIB's internal transmit buffer

Example

size_t txBufferSize;

txBufferSize = SPI1_WriteBufferSizeGet();

Remarks

None.