HAL
FMC_SDRAM_SetAutoRefreshNumber()
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_SetAutoRefreshNumber()
FMC_SDRAM_SetAutoRefreshNumber() function
Set the Number of consecutive SDRAM Memory auto Refresh commands.
Syntax
Show:
Summary
Declaration
Definition
from
stm32f4xx_ll_fmc.h:1389
HAL_StatusTypeDef
FMC_SDRAM_SetAutoRefreshNumber
(
FMC_SDRAM_TypeDef
*
Device
,
uint32_t
AutoRefreshNumber
)
;
Implemented in
stm32f4xx_ll_fmc.c:1431
Arguments
Argument
Declared as
Description
Device
FMC_SDRAM_TypeDef
*
Pointer to SDRAM device instance
AutoRefreshNumber
uint32_t
Specifies the auto Refresh number.
Return value
None
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_ProgramRefreshRate()
Program the SDRAM Memory Refresh rate.
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