HAL
HAL_SDRAM_WriteProtection_Enable()
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_WriteProtection_Enable()
HAL_SDRAM_WriteProtection_Enable() function
Enables dynamically SDRAM write protection.
Syntax
Show:
Summary
Declaration
Definition
from
stm32f4xx_hal_sdram.h:199
HAL_StatusTypeDef
HAL_SDRAM_WriteProtection_Enable
(
SDRAM_HandleTypeDef
*
hsdram
)
;
Implemented in
stm32f4xx_hal_sdram.c:1008
Arguments
Argument
Description
hsdram
pointer to a SDRAM_HandleTypeDef structure that contains the configuration information for SDRAM module.
Return value
HAL status
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_RefreshErrorCallback()
SDRAM Refresh error callback.
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