HAL
HAL_SRAM_GetState()
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_SRAM_GetState()
HAL_SRAM_GetState() function
Returns the SRAM controller state
Syntax
Show:
Summary
Declaration
Definition
from
stm32f4xx_hal_sram.h:212
HAL_SRAM_StateTypeDef
HAL_SRAM_GetState
(
const
SRAM_HandleTypeDef
*
hsram
)
;
Implemented in
stm32f4xx_hal_sram.c:1017
Arguments
Argument
Description
hsram
pointer to a SRAM_HandleTypeDef structure that contains the configuration information for SRAM module.
Return value
HAL state
Related Functions
Found 14 other functions taking a
SRAM_HandleTypeDef
argument:
Function
Description
HAL_SRAM_Init()
Performs the SRAM device initialization sequence
HAL_SRAM_Read_16b()
Reads 16-bit buffer from SRAM memory.
HAL_SRAM_Write_16b()
Writes 16-bit buffer to SRAM memory.
HAL_SRAM_MspInit()
SRAM MSP Init.
HAL_SRAM_MspDeInit()
SRAM MSP DeInit.
HAL_SRAM_Read_DMA()
Reads a Words data from the SRAM memory using DMA transfer.
HAL_SRAM_Write_DMA()
Writes a Words data buffer to SRAM memory using DMA transfer.
HAL_SRAM_DeInit()
Performs the SRAM device De-initialization sequence.
HAL_SRAM_Write_8b()
Writes 8-bit buffer to SRAM memory.
HAL_SRAM_Read_32b()
Reads 32-bit buffer from SRAM memory.
HAL_SRAM_Write_32b()
Writes 32-bit buffer to SRAM memory.
HAL_SRAM_WriteOperation_Enable()
Enables dynamically SRAM write operation.
HAL_SRAM_WriteOperation_Disable()
Disables dynamically SRAM write operation.
HAL_SRAM_Read_8b()
Reads 8-bit buffer from SRAM 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