DlnSpiSlaveGetPortCount() Function
DLN_RESULT DlnSpiSlaveGetPortCount(
HDLN handle,
uint8_t* count
);
The DlnSpiSlaveGetPortCount() function retrieves the total number of SPI slave ports available at your DLN-series adapter.
Parameters:
- handle
- A handle to the DLN-series adapter.
- count
- A pointer to an unsigned 8-bit integer. This integer will be filled with the number of available SPI slave ports after the function execution.
This function is defined in the dln_spi_slave.h file.
2006-2012