STM32446E_EVAL
Command
is only used within STM32446E_EVAL.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
STM32446E_EVAL
Command
Command variable
Syntax
Show:
Summary
Declaration
from
stm32446e_eval_sdram.c:102
static
FMC_SDRAM_CommandTypeDef
Command
;
Examples
References
from
examples
Code
Location
Referrer
static
FMC_SDRAM_CommandTypeDef
Command
;
stm32446e_eval_sdram.c:102
Command
.
CommandMode
=
FMC_SDRAM_CMD_CLK_ENABLE
;
stm32446e_eval_sdram.c:201
BSP_SDRAM_Initialization_sequence()
Command
.
CommandTarget
=
FMC_SDRAM_CMD_TARGET_BANK1
;
stm32446e_eval_sdram.c:202
BSP_SDRAM_Initialization_sequence()
Command
.
AutoRefreshNumber
=
1
;
stm32446e_eval_sdram.c:203
BSP_SDRAM_Initialization_sequence()
Command
.
ModeRegisterDefinition
=
0
;
stm32446e_eval_sdram.c:204
BSP_SDRAM_Initialization_sequence()
HAL_SDRAM_SendCommand
(
&
sdramHandle
,
&
Command
,
SDRAM_TIMEOUT
)
;
stm32446e_eval_sdram.c:207
BSP_SDRAM_Initialization_sequence()
Command
.
CommandMode
=
FMC_SDRAM_CMD_PALL
;
stm32446e_eval_sdram.c:214
BSP_SDRAM_Initialization_sequence()
Command
.
CommandTarget
=
FMC_SDRAM_CMD_TARGET_BANK1
;
stm32446e_eval_sdram.c:215
BSP_SDRAM_Initialization_sequence()
Command
.
AutoRefreshNumber
=
1
;
stm32446e_eval_sdram.c:216
BSP_SDRAM_Initialization_sequence()
Command
.
ModeRegisterDefinition
=
0
;
stm32446e_eval_sdram.c:217
BSP_SDRAM_Initialization_sequence()
HAL_SDRAM_SendCommand
(
&
sdramHandle
,
&
Command
,
SDRAM_TIMEOUT
)
;
stm32446e_eval_sdram.c:220
BSP_SDRAM_Initialization_sequence()
Command
.
CommandMode
=
FMC_SDRAM_CMD_AUTOREFRESH_MODE
;
stm32446e_eval_sdram.c:223
BSP_SDRAM_Initialization_sequence()
Command
.
CommandTarget
=
FMC_SDRAM_CMD_TARGET_BANK1
;
stm32446e_eval_sdram.c:224
BSP_SDRAM_Initialization_sequence()
Command
.
AutoRefreshNumber
=
8
;
stm32446e_eval_sdram.c:225
BSP_SDRAM_Initialization_sequence()
Command
.
ModeRegisterDefinition
=
0
;
stm32446e_eval_sdram.c:226
BSP_SDRAM_Initialization_sequence()
HAL_SDRAM_SendCommand
(
&
sdramHandle
,
&
Command
,
SDRAM_TIMEOUT
)
;
stm32446e_eval_sdram.c:229
BSP_SDRAM_Initialization_sequence()
Command
.
CommandMode
=
FMC_SDRAM_CMD_LOAD_MODE
;
stm32446e_eval_sdram.c:238
BSP_SDRAM_Initialization_sequence()
Command
.
CommandTarget
=
FMC_SDRAM_CMD_TARGET_BANK1
;
stm32446e_eval_sdram.c:239
BSP_SDRAM_Initialization_sequence()
Command
.
AutoRefreshNumber
=
1
;
stm32446e_eval_sdram.c:240
BSP_SDRAM_Initialization_sequence()
Command
.
ModeRegisterDefinition
=
tmpmrd
;
stm32446e_eval_sdram.c:241
BSP_SDRAM_Initialization_sequence()
HAL_SDRAM_SendCommand
(
&
sdramHandle
,
&
Command
,
SDRAM_TIMEOUT
)
;
stm32446e_eval_sdram.c:244
BSP_SDRAM_Initialization_sequence()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
Command
is read by 1 function:
All items filtered out
Command
BSP_SDRAM_Initialization_sequence()
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