DlnSpiMasterGetSS() Function
DLN_RESULT DlnSpiMasterGetSS(
HDLN handle,
uint8_t port,
uint8_t* ss
);
The DlnSpiMasterGetSS() function retrieves current Slave Select (SS) line.
Parameters:
- handle
- A handle to the DLN-series adapter.
- port
- A number of the SPI master port to retrieve the information from.
- ss
- A pointer to an unsigned 8-bit integer. This integer will be contain the value on the SS lines.
This function is defined in the dln_spi_master.h file.
2006-2012