HAL
FMC_SDRAM_ProgramRefreshRate()
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_ProgramRefreshRate()
FMC_SDRAM_ProgramRefreshRate() function
Program the SDRAM Memory Refresh rate.
Syntax
Show:
Summary
Declaration
Definition
from
stm32f4xx_ll_fmc.h:1388
HAL_StatusTypeDef
FMC_SDRAM_ProgramRefreshRate
(
FMC_SDRAM_TypeDef
*
Device
,
uint32_t
RefreshRate
)
;
Implemented in
stm32f4xx_ll_fmc.c:1413
Arguments
Argument
Declared as
Description
Device
FMC_SDRAM_TypeDef
*
Pointer to SDRAM device instance
RefreshRate
uint32_t
The SDRAM refresh rate 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_SendCommand()
Send Command to the FMC SDRAM bank
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