HAL
FMC_SDRAM_SendCommand()
is only used within HAL.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
HAL
FMC_SDRAM_SendCommand()
FMC_SDRAM_SendCommand() function
Send Command to the FMC SDRAM bank
Syntax
Show:
Summary
Declaration
Definition
from
stm32f4xx_ll_fmc.h:1386
HAL_StatusTypeDef
FMC_SDRAM_SendCommand
(
FMC_SDRAM_TypeDef
*
Device
,
FMC_SDRAM_CommandTypeDef
*
Command
,
uint32_t
Timeout
)
;
Implemented in
stm32f4xx_ll_fmc.c:1373
Arguments
Argument
Description
Device
Pointer to SDRAM device instance
Command
Pointer to SDRAM command structure
Timeout
Timeout wait value
Return value
HAL state
Related Functions
Found 8 other functions taking a
FMC_Bank5_6_TypeDef
argument:
Function
Description
FMC_SDRAM_GetModeStatus()
Returns the indicated FMC SDRAM bank mode status.
FMC_SDRAM_Init()
Initializes the FMC_SDRAM device according to the specified control parameters in the FMC_SDRAM_InitTypeDef
FMC_SDRAM_Timing_Init()
Initializes the FMC_SDRAM device timing according to the specified parameters in the FMC_SDRAM_TimingTypeDef
FMC_SDRAM_DeInit()
DeInitializes the FMC_SDRAM peripheral
FMC_SDRAM_WriteProtection_Enable()
Enables dynamically FMC_SDRAM write protection.
FMC_SDRAM_WriteProtection_Disable()
Disables dynamically FMC_SDRAM write protection.
FMC_SDRAM_ProgramRefreshRate()
Program the SDRAM Memory Refresh rate.
FMC_SDRAM_SetAutoRefreshNumber()
Set the Number of consecutive SDRAM Memory auto Refresh commands.
Examples
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