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