Hi @Higgs_Boson,
SrcDataBufferPtr and DesDataBufferPtr: Pointer to source/destination data buffer. These parameters have defined as Spi_DataBufferType, which is uint8 for each element in it buffer.
Length: Number of data elements in above Src/Des data buffer.
The setting of SpiDataWidth is the width of each transmitted data unit. For example, 16 bits mean that each time transmit, the SPI driver will transmit 16bits at a time. So, you still need to setup Length in SetupEB as 2 for 16bits Framesize.
Best regards,
Julián