HAL
HAL_SDRAM_RefreshErrorCallback()
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
HAL_SDRAM_RefreshErrorCallback()
HAL_SDRAM_RefreshErrorCallback() function
SDRAM Refresh error callback.
Syntax
Show:
Summary
Declaration
Definition
from
stm32f4xx_hal_sdram.h:152
void
HAL_SDRAM_RefreshErrorCallback
(
SDRAM_HandleTypeDef
*
hsdram
)
;
Implemented in
stm32f4xx_hal_sdram.c:309
Arguments
Argument
Description
hsdram
pointer to a SDRAM_HandleTypeDef structure that contains the configuration information for SDRAM module.
Return value
None
Related Functions
Found 20 other functions taking a
SDRAM_HandleTypeDef
argument:
Function
Description
HAL_SDRAM_SendCommand()
Sends Command to the SDRAM bank.
HAL_SDRAM_Init()
Performs the SDRAM device initialization sequence.
HAL_SDRAM_ProgramRefreshRate()
Programs the SDRAM Memory Refresh rate.
HAL_SDRAM_MspInit()
SDRAM MSP Init.
HAL_SDRAM_MspDeInit()
SDRAM MSP DeInit.
HAL_SDRAM_Write_DMA()
Writes a Words data buffer to SDRAM memory using DMA transfer.
HAL_SDRAM_Read_32b()
Reads 32-bit data buffer from the SDRAM memory.
HAL_SDRAM_Write_32b()
Writes 32-bit data buffer to SDRAM memory.
HAL_SDRAM_Read_DMA()
Reads a Words data from the SDRAM memory using DMA transfer.
HAL_SDRAM_DeInit()
Perform the SDRAM device initialization sequence.
HAL_SDRAM_WriteProtection_Disable()
Disables dynamically SDRAM write protection.
HAL_SDRAM_WriteProtection_Enable()
Enables dynamically SDRAM write protection.
HAL_SDRAM_SetAutoRefreshNumber()
Sets the Number of consecutive SDRAM Memory auto Refresh commands.
HAL_SDRAM_GetModeStatus()
Returns the SDRAM memory current mode.
HAL_SDRAM_GetState()
Returns the SDRAM state.
HAL_SDRAM_IRQHandler()
This function handles SDRAM refresh error interrupt request.
HAL_SDRAM_Read_8b()
Reads 8-bit data buffer from the SDRAM memory.
HAL_SDRAM_Write_8b()
Writes 8-bit data buffer to SDRAM memory.
HAL_SDRAM_Read_16b()
Reads 16-bit data buffer from the SDRAM memory.
HAL_SDRAM_Write_16b()
Writes 16-bit data buffer to SDRAM memory.
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