The DlnSpiFlashGetSS() function retrieves the current Slave Select (SS) line.
DlnSpiFlashGetSS()
DLN_RESULT DlnSpiFlashGetSS( HDLN handle, uint8_t port, uint8_t *ss );
A handle to the DLN-series adapter.
A number of the SPI flash port.
A pointer to an unsigned 8-bit integer that receives the value on the SS lines.
The function successfully retrieves the selected SS line.
The port number is not valid. Use the DlnSpiFlashGetPortCount() function to find the maximum possible port number.
The DlnSpiFlashGetSS() function is defined in dln_spi_flash.h file.
dln_spi_flash.h