SDRAM command parameters structure definition. More...
#include <stm32f7xx_ll_fmc.h>
Public Attributes | |
uint32_t | AutoRefreshNumber |
uint32_t | CommandMode |
uint32_t | CommandTarget |
uint32_t | ModeRegisterDefinition |
SDRAM command parameters structure definition.
Definition at line 635 of file stm32f7xx_ll_fmc.h.
uint32_t FMC_SDRAM_CommandTypeDef::AutoRefreshNumber |
Defines the number of consecutive auto refresh command issued in auto refresh mode. This parameter can be a value between Min_Data = 1 and Max_Data = 16
Definition at line 643 of file stm32f7xx_ll_fmc.h.
uint32_t FMC_SDRAM_CommandTypeDef::CommandMode |
Defines the command issued to the SDRAM device. This parameter can be a value of FMC SDRAM Command Mode.
Definition at line 637 of file stm32f7xx_ll_fmc.h.
uint32_t FMC_SDRAM_CommandTypeDef::CommandTarget |
Defines which device (1 or 2) the command will be issued to. This parameter can be a value of FMC SDRAM Command Target.
Definition at line 640 of file stm32f7xx_ll_fmc.h.
uint32_t FMC_SDRAM_CommandTypeDef::ModeRegisterDefinition |
Defines the SDRAM Mode register content
Definition at line 646 of file stm32f7xx_ll_fmc.h.