FMC SDRAM Timing parameters structure definition. More...
#include <stm32f7xx_ll_fmc.h>
Public Attributes | |
uint32_t | ExitSelfRefreshDelay |
uint32_t | LoadToActiveDelay |
uint32_t | RCDDelay |
uint32_t | RowCycleDelay |
uint32_t | RPDelay |
uint32_t | SelfRefreshTime |
uint32_t | WriteRecoveryTime |
FMC SDRAM Timing parameters structure definition.
Definition at line 601 of file stm32f7xx_ll_fmc.h.
uint32_t FMC_SDRAM_TimingTypeDef::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
Definition at line 607 of file stm32f7xx_ll_fmc.h.
uint32_t FMC_SDRAM_TimingTypeDef::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
Definition at line 603 of file stm32f7xx_ll_fmc.h.
uint32_t FMC_SDRAM_TimingTypeDef::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
Definition at line 627 of file stm32f7xx_ll_fmc.h.
uint32_t FMC_SDRAM_TimingTypeDef::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
Definition at line 615 of file stm32f7xx_ll_fmc.h.
uint32_t FMC_SDRAM_TimingTypeDef::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
Definition at line 623 of file stm32f7xx_ll_fmc.h.
uint32_t FMC_SDRAM_TimingTypeDef::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
Definition at line 611 of file stm32f7xx_ll_fmc.h.
uint32_t FMC_SDRAM_TimingTypeDef::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
Definition at line 620 of file stm32f7xx_ll_fmc.h.