The DlnSpiMasterSetSS() function selects a Slave Select (SS) line.
DlnSpiMasterSetSS()
DLN_RESULT DlnSpiMasterSetSS( HDLN handle, uint8_t port, uint8_t ss );
A handle to the DLN-series adapter.
A number of the SPI master port to be configured.
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 DlnSpiMasterGetPortCount() function to find the maximum possible port number.
The SPI master is busy transmitting.
The SS value is not valid.
The DlnSpiMasterSetSS() function is defined in the dln_spi_master.h file.
dln_spi_master.h