HAL
+
0
/15 examples
SourceVu will show references to
FMC_SDRAM_CommandTypeDef
from the following samples and libraries:
Drivers
Boards
STM32446E_EVAL
STM32F429I-Discovery
STM324x9I_EVAL
STM32469I-Discovery
STM32469I_EVAL
Examples
STM32446E_EVAL
Examples
FMC
FMC_SDRAM
FMC_SDRAM_LowPower
STM32469I-Discovery
Examples
FMC
FMC_SDRAM
FMC_SDRAM_LowPower
STM32469I_EVAL
Examples
FMC
FMC_SDRAM
FMC_SDRAM_LowPower
STM324x9I_EVAL
Examples
FMC
FMC_SDRAM
FMC_SDRAM_LowPower
STM32F429I-Discovery
Examples
FMC
FMC_SDRAM
FMC_SDRAM_LowPower
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
HAL
FMC_SDRAM_CommandTypeDef
FMC_SDRAM_CommandTypeDef struct
SDRAM command parameters structure definition
Syntax
Show:
Summary
Declaration
from
stm32f4xx_ll_fmc.h:502
typedef
struct
{
uint32_t
CommandMode
;
uint32_t
CommandTarget
;
uint32_t
AutoRefreshNumber
;
uint32_t
ModeRegisterDefinition
;
}
FMC_SDRAM_CommandTypeDef
;
Fields
Field
Declared as
Description
FMC_SDRAM_CommandTypeDef::CommandMode
uint32_t
Defines the command issued to the SDRAM device. This parameter can be a value of FMC_SDRAM_Command_Mode.
FMC_SDRAM_CommandTypeDef::CommandTarget
uint32_t
Defines which device (1 or 2) the command will be issued to. This parameter can be a value of FMC_SDRAM_Command_Target.
FMC_SDRAM_CommandTypeDef::AutoRefreshNumber
uint32_t
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 = 15.
FMC_SDRAM_CommandTypeDef::ModeRegisterDefinition
uint32_t
Defines the SDRAM Mode register content.
Related Functions
Found 2 other functions taking a
FMC_SDRAM_CommandTypeDef
argument:
Function
Description
HAL_SDRAM_SendCommand()
Sends Command to the SDRAM bank.
FMC_SDRAM_SendCommand()
Send Command to the FMC SDRAM bank
Examples
FMC_SDRAM_CommandTypeDef
is referenced by 15 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out