The DlnSpiFlashGetPortCount()
function retrieves the total number of SPI flash ports available in your DLN-series adapter.
The DlnSpiFlashEnable()
function activates the specified SPI flash port on your DLN-series adapter.
The DlnSpiFlashDisable()
function deactivates the specified SPI flash port on your DLN-series adapter.
The DlnSpiFlashIsEnabled()
function retrieves information whether the specified SPI flash port is activated.
The DlnSpiFlashSetFrequency()
function sets the clock frequency on the SCK line.
The DlnSpiFlashGetFrequency()
function retrieves the current setting for SPI clock frequency.
The DlnSpiFlashSetSS()
function selects a Slave Select (SS) line.
The DlnSpiFlashGetSS()
function retrieves the current Slave Select (SS) line.
The DlnSpiFlashSetSSMask()
function selects a required Slave Select (SS) lines by using mask value.
The DlnSpiFlashGetSSMask()
function retrieves the mask value of current selected Slave Select (SS) lines.
The DlnSpiFlashProgramPage()
function transfers data by using SPI flash interface.
The DlnSpiFlashReadPage()
function receives data via SPI flash interface. The data is received as an array of 1-byte elements.