The DlnSpiFlashDisable() function deactivates the specified SPI flash port on your DLN-series adapter.
DlnSpiFlashDisable()
DLN_RESULT DlnSpiFlashDisable( HDLN handle, uint8_t port );
A handle to the DLN-series adapter.
A number of the SPI flash port.
The function successfully deactivated the SPI flash port.
The port number is not valid. Use the DlnSpiFlashGetPortCount() function to find the maximum possible port number.
The DlnSpiFlashDisable() function is defined in the dln_spi_flash.h file.
dln_spi_flash.h