The DlnSpiMasterSSIsEnabled() function enables the specified SS line.
DlnSpiMasterSSIsEnabled()
DLN_RESULT DlnSpiMasterSSEnable( HDLN handle, uint8_t port, uint8_t ss, uint8_t *enabled );
A handle to the DLN-series adapter.
A number of the SPI master port.
The number of the SS line.
A pointer to an unsigned 8-bit integer that receives the information whether the specified SS line is enabled.
The function successfully disabled the SS line.
The port number is not valid. Use the DlnSpiMasterGetPortCount() [1] function to find the maximum possible port number.
The number of the SS line is invalid. Use the DlnSpiMasterGetSSCount() [2] function to check the available number of SS lines.
The DlnSpiMasterSSIsEnabled() function is defined in the dln_spi_master.h file.
dln_spi_master.h
Links:[1] http://dlnware.com/dll/DlnSpiMasterGetPortCount [2] http://dlnware.com/dll/DlnSpiMasterGetSSCount