These APIs try are used for the phy tuning
Functions | |
| int32_t | OSPI_lld_readCmd (OSPILLD_Handle handle, OSPI_ReadCmdParams *rdParams) |
| Function to send specific commands and receive related data from flash. More... | |
| int32_t | OSPI_lld_writeCmd (OSPILLD_Handle handle, OSPI_WriteCmdParams *wrParams) |
| Function to send specific commands and related data to flash. More... | |
Different OSPI Transfer functions | |
| int32_t | OSPI_lld_readDirect (OSPILLD_Handle handle, OSPI_Transaction *trans) |
| Function to perform direct reads from the flash using DAC controller. More... | |
| int32_t | OSPI_lld_readDirectDma (OSPILLD_Handle handle, OSPI_Transaction *trans) |
| Function to perform direct reads from the flash using DAC controller in DMA mode. More... | |
| int32_t | OSPI_lld_readIndirect (OSPILLD_Handle handle, OSPI_Transaction *trans) |
| Function to perform indirect reads from the flash using INDAC controller. More... | |
| int32_t | OSPI_lld_writeDirect (OSPILLD_Handle handle, OSPI_Transaction *trans) |
| Function to perform direct writes to the flash using DAC controller. More... | |
| int32_t | OSPI_lld_writeIndirect (OSPILLD_Handle handle, OSPI_Transaction *trans) |
| Function to perform indirect writes to the flash using INDAC controller. More... | |
| int32_t OSPI_lld_readDirect | ( | OSPILLD_Handle | handle, |
| OSPI_Transaction * | trans | ||
| ) |
Function to perform direct reads from the flash using DAC controller.
| handle | OSPILLD_Handle returned from OSPI_open() |
| trans | Pointer to a OSPI_Transaction |
| int32_t OSPI_lld_readDirectDma | ( | OSPILLD_Handle | handle, |
| OSPI_Transaction * | trans | ||
| ) |
Function to perform direct reads from the flash using DAC controller in DMA mode.
| handle | OSPILLD_Handle returned from OSPI_open() |
| trans | Pointer to a OSPI_Transaction |
| int32_t OSPI_lld_readIndirect | ( | OSPILLD_Handle | handle, |
| OSPI_Transaction * | trans | ||
| ) |
Function to perform indirect reads from the flash using INDAC controller.
| handle | OSPILLD_Handle returned from OSPI_open() |
| trans | Pointer to a OSPI_Transaction |
| int32_t OSPI_lld_writeDirect | ( | OSPILLD_Handle | handle, |
| OSPI_Transaction * | trans | ||
| ) |
Function to perform direct writes to the flash using DAC controller.
| handle | OSPILLD_Handle returned from OSPI_open() |
| trans | Pointer to a OSPI_Transaction |
| int32_t OSPI_lld_writeIndirect | ( | OSPILLD_Handle | handle, |
| OSPI_Transaction * | trans | ||
| ) |
Function to perform indirect writes to the flash using INDAC controller.
| handle | OSPILLD_Handle returned from OSPI_open() |
| trans | Pointer to a OSPI_Transaction |
| int32_t OSPI_lld_readCmd | ( | OSPILLD_Handle | handle, |
| OSPI_ReadCmdParams * | rdParams | ||
| ) |
Function to send specific commands and receive related data from flash.
| handle | OSPILLD_Handle returned from OSPI_open() |
| rdParams | Pointer to a OSPI_ReadCmdParams |
| int32_t OSPI_lld_writeCmd | ( | OSPILLD_Handle | handle, |
| OSPI_WriteCmdParams * | wrParams | ||
| ) |
Function to send specific commands and related data to flash.
| handle | OSPILLD_Handle returned from OSPI_open() |
| wrParams | Pointer to a OSPI_WriteCmdParams |