The DlnSpiFlashSetSS() function selects a Slave Select (SS) line.
DlnSpiFlashSetSS()
DLN_RESULT DlnSpiFlashSetSS( HDLN handle, uint8_t port, uint8_t ss );
A handle to the DLN-series adapter.
A number of the SPI flash port.
The value on the SS lines. The bits 4-7 are reserved and must be set to 1.
The function successfully selected the SS line.
The port number is not valid. Use the DlnSpiFlashGetPortCount() function to find the maximum possible port number.
The DlnSpiFlashSetSS() function is defined in dln_spi_flash.h file.
dln_spi_flash.h