The DlnSpiMasterReadWrite16()
function transmits data frames of 9 to 16 bits. To specify the size of data frames, use the DlnSpiMasterSetFrameSize() function. In DLN adapters, the frame data is transmitted in a Little Endian format. If the frame size is not a multiple of 8, the most-significant bits are discarded. For details, read SPI Data Frames.
The DlnSpiMasterReadWrite16()
function is defined in the dln_spi_master.h
file.