AM62Px MCU+ SDK  09.02.01
OSPI_PhyTuneWindowParams Struct Reference

Detailed Description

OSPI PHY Tuning Window Parameters.

These are input window parameters for OSPI PHY tuning algorithm. This data is usually SOC specific and is filled by SysConfig.

Data Fields

int32_t txDllLowWindowStart
 
int32_t txDllLowWindowEnd
 
int32_t txDllHighWindowStart
 
int32_t txDllHighWindowEnd
 
int32_t rxLowSearchStart
 
int32_t rxLowSearchEnd
 
int32_t rxHighSearchStart
 
int32_t rxHighSearchEnd
 
int32_t txLowSearchStart
 
int32_t txLowSearchEnd
 
int32_t txHighSearchStart
 
int32_t txHighSearchEnd
 
int32_t txDLLSearchOffset
 
uint32_t rxTxDLLSearchStep
 
uint32_t rdDelayMin
 
uint32_t rdDelayMax
 

Field Documentation

◆ txDllLowWindowStart

int32_t OSPI_PhyTuneWindowParams::txDllLowWindowStart

Tx Dll window lower value to search RxDLL low and high. This corresponds to the bottom left point serach.

◆ txDllLowWindowEnd

int32_t OSPI_PhyTuneWindowParams::txDllLowWindowEnd

Tx Dll window higher value to search RxDLL low and high. This corresponds to the bottom left point search.

◆ txDllHighWindowStart

int32_t OSPI_PhyTuneWindowParams::txDllHighWindowStart

Tx Dll window lower value to search RxDLL low and high. This corresponds to the top right point search.

◆ txDllHighWindowEnd

int32_t OSPI_PhyTuneWindowParams::txDllHighWindowEnd

Tx Dll window higher value to search RxDLL low and high. This corresponds to the top right point search.

◆ rxLowSearchStart

int32_t OSPI_PhyTuneWindowParams::rxLowSearchStart

Rx Dll lower value for Rx Dll low search. The value of Rx dll will lie in this window bottom left point search.

◆ rxLowSearchEnd

int32_t OSPI_PhyTuneWindowParams::rxLowSearchEnd

Rx Dll higher value for Rx Dll low search. The value of Rx dll will lie in this window bottom left point search.

◆ rxHighSearchStart

int32_t OSPI_PhyTuneWindowParams::rxHighSearchStart

Rx Dll lower value for Rx Dll high search. The value of Rx dll will lie in this window top right point search.

◆ rxHighSearchEnd

int32_t OSPI_PhyTuneWindowParams::rxHighSearchEnd

Rx Dll higher value for Rx Dll high search. The value of Rx dll will lie in this window for top right point search.

◆ txLowSearchStart

int32_t OSPI_PhyTuneWindowParams::txLowSearchStart

Tx Dll lower value for Tx Dll low search. The value of Tx dll will lie in this window.

◆ txLowSearchEnd

int32_t OSPI_PhyTuneWindowParams::txLowSearchEnd

Tx Dll higher value for Tx Dll low search. The value of Tx dll will lie in this window.

◆ txHighSearchStart

int32_t OSPI_PhyTuneWindowParams::txHighSearchStart

Tx Dll lower value for Tx Dll high search. The value of Tx dll will lie in this window.

◆ txHighSearchEnd

int32_t OSPI_PhyTuneWindowParams::txHighSearchEnd

Tx Dll higher value for Tx Dll high search. The value of Tx dll will lie in this window.

◆ txDLLSearchOffset

int32_t OSPI_PhyTuneWindowParams::txDLLSearchOffset

Tx Dll step increase for backup Rx Dll low and high search.

◆ rxTxDLLSearchStep

uint32_t OSPI_PhyTuneWindowParams::rxTxDLLSearchStep

Rx Dll and Tx DLL step increase for Rx Dll and Tx Dll low and high search.

◆ rdDelayMin

uint32_t OSPI_PhyTuneWindowParams::rdDelayMin

Minimum value of Read delay for Read Delay Capture Register for tuning search.

◆ rdDelayMax

uint32_t OSPI_PhyTuneWindowParams::rdDelayMax

Maximum value of Read delay for Read Delay Capture Register for tuning search.