HAL + 0/15 examples
CodeScope will show references to FMC_SDRAM_TimingTypeDef from the following samples and libraries:
Drivers
Boards
Examples
STM32446E_EVAL
Examples
FMC
STM32469I-Discovery
Examples
FMC
STM32469I_EVAL
Examples
FMC
STM324x9I_EVAL
Examples
FMC
STM32F429I-Discovery
Examples
FMC
 
Symbols
loading...
Files
loading...

FMC_SDRAM_TimingTypeDef struct

FMC SDRAM Timing parameters structure definition

Syntax

typedef struct {   uint32_t LoadToActiveDelay;               uint32_t ExitSelfRefreshDelay;            uint32_t SelfRefreshTime;                 uint32_t RowCycleDelay;                   uint32_t WriteRecoveryTime;               uint32_t RPDelay;                         uint32_t RCDDelay;                      } FMC_SDRAM_TimingTypeDef;

Fields

LoadToActiveDelay

Defines the delay between a Load Mode Register command and an active or Refresh command in number of memory clock cycles. This parameter can be a value between Min_Data = 1 and Max_Data = 16. Read more...

ExitSelfRefreshDelay

Defines the delay from releasing the self refresh command to issuing the Activate command in number of memory clock cycles. This parameter can be a value between Min_Data = 1 and Max_Data = 16. Read more...

SelfRefreshTime

Defines the minimum Self Refresh period in number of memory clock cycles. This parameter can be a value between Min_Data = 1 and Max_Data = 16. Read more...

RowCycleDelay

Defines the delay between the Refresh command and the Activate command and the delay between two consecutive Refresh commands in number of memory clock cycles. This parameter can be a value between Min_Data = 1 and Max_Data = 16. Read more...

WriteRecoveryTime

Defines the Write recovery Time in number of memory clock cycles. This parameter can be a value between Min_Data = 1 and Max_Data = 16. Read more...

RPDelay

Defines the delay between a Precharge Command and an other command in number of memory clock cycles. This parameter can be a value between Min_Data = 1 and Max_Data = 16. Read more...

RCDDelay

Defines the delay between the Activate Command and a Read/Write command in number of memory clock cycles. This parameter can be a value between Min_Data = 1 and Max_Data = 16. Read more...

Examples

FMC_SDRAM_TimingTypeDef is referenced by 15 libraries and example projects.