HAL
__FMC_SDRAM_GET_FLAG
is only used within HAL.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
HAL
__FMC_SDRAM_GET_FLAG
__FMC_SDRAM_GET_FLAG macro
Get flag status of the SDRAM device.
Syntax
Show:
Summary
Declaration
from
stm32f4xx_ll_fmc.h:1249
#define
__FMC_SDRAM_GET_FLAG
(
__INSTANCE__
,
__FLAG__
)
(
(
(
__INSTANCE__
)
->
SDSR
&
(
__FLAG__
)
)
==
(
__FLAG__
)
)
Arguments
Argument
Description
__INSTANCE__
FMC_SDRAM instance
__FLAG__
FMC_SDRAM flag This parameter can be any combination of the following values: @arg FMC_SDRAM_FLAG_REFRESH_IT: Interrupt refresh error. @arg FMC_SDRAM_FLAG_BUSY: SDRAM busy flag. @arg FMC_SDRAM_FLAG_REFRESH_ERROR: Refresh error flag.
Return value
The state of FLAG (SET or RESET).
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