HAL
+
0
/10 examples
SourceVu will show references to
SDRAM_HandleTypeDef::Instance
from the following samples and libraries:
Drivers
Boards
STM32446E_EVAL
STM32F429I-Discovery
STM324x9I_EVAL
STM32469I-Discovery
STM32469I_EVAL
Examples
STM32446E_EVAL
Examples
FMC
FMC_SDRAM
STM32469I-Discovery
Examples
FMC
FMC_SDRAM
STM32469I_EVAL
Examples
FMC
FMC_SDRAM
STM324x9I_EVAL
Examples
FMC
FMC_SDRAM
STM32F429I-Discovery
Examples
FMC
FMC_SDRAM
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/4)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
HAL
SDRAM_HandleTypeDef::Instance
SDRAM_HandleTypeDef::Instance field
Register base address
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_sdram.h:69
FMC_SDRAM_TypeDef
*
Instance
;
Examples
SDRAM_HandleTypeDef::Instance
is referenced by 10 libraries and example projects:
Drivers
Boards
STM32446E_EVAL
STM32F429I-Discovery
STM324x9I_EVAL
STM32469I-Discovery
STM32469I_EVAL
Examples
STM32446E_EVAL
Examples
FMC
FMC_SDRAM
STM32469I-Discovery
Examples
FMC
FMC_SDRAM
STM32469I_EVAL
Examples
FMC
FMC_SDRAM
STM324x9I_EVAL
Examples
FMC
FMC_SDRAM
STM32F429I-Discovery
Examples
FMC
FMC_SDRAM
References
from
0/10
examples
Code
Location
Referrer
FMC_SDRAM_TypeDef
*
Instance
;
/*!< Register base address */
stm32f4xx_hal_sdram.h:69
(
void
)
FMC_SDRAM_Init
(
hsdram
->
Instance
,
&
(
hsdram
->
Init
)
)
;
stm32f4xx_hal_sdram.c:205
HAL_SDRAM_Init()
(
void
)
FMC_SDRAM_Timing_Init
(
hsdram
->
Instance
,
Timing
,
hsdram
->
Init
.
SDBank
)
;
stm32f4xx_hal_sdram.c:208
HAL_SDRAM_Init()
(
void
)
FMC_SDRAM_DeInit
(
hsdram
->
Instance
,
hsdram
->
Init
.
SDBank
)
;
stm32f4xx_hal_sdram.c:237
HAL_SDRAM_DeInit()
if
(
__FMC_SDRAM_GET_FLAG
(
hsdram
->
Instance
,
FMC_SDRAM_FLAG_REFRESH_IT
)
)
stm32f4xx_hal_sdram.c:289
HAL_SDRAM_IRQHandler()
__FMC_SDRAM_CLEAR_FLAG
(
hsdram
->
Instance
,
FMC_SDRAM_FLAG_REFRESH_ERROR
)
;
stm32f4xx_hal_sdram.c:299
HAL_SDRAM_IRQHandler()
(
void
)
FMC_SDRAM_WriteProtection_Enable
(
hsdram
->
Instance
,
hsdram
->
Init
.
SDBank
)
;
stm32f4xx_hal_sdram.c:1021
HAL_SDRAM_WriteProtection_Enable()
(
void
)
FMC_SDRAM_WriteProtection_Disable
(
hsdram
->
Instance
,
hsdram
->
Init
.
SDBank
)
;
stm32f4xx_hal_sdram.c:1055
HAL_SDRAM_WriteProtection_Disable()
(
void
)
FMC_SDRAM_SendCommand
(
hsdram
->
Instance
,
Command
,
Timeout
)
;
stm32f4xx_hal_sdram.c:1092
HAL_SDRAM_SendCommand()
(
void
)
FMC_SDRAM_ProgramRefreshRate
(
hsdram
->
Instance
,
RefreshRate
)
;
stm32f4xx_hal_sdram.c:1132
HAL_SDRAM_ProgramRefreshRate()
(
void
)
FMC_SDRAM_SetAutoRefreshNumber
(
hsdram
->
Instance
,
AutoRefreshNumber
)
;
stm32f4xx_hal_sdram.c:1165
HAL_SDRAM_SetAutoRefreshNumber()
return
(
FMC_SDRAM_GetModeStatus
(
hsdram
->
Instance
,
hsdram
->
Init
.
SDBank
)
)
;
stm32f4xx_hal_sdram.c:1187
HAL_SDRAM_GetModeStatus()
Call Tree
from
0/10
examples
All items filtered out
All items filtered out
Data Use
from
0/10
examples
SDRAM_HandleTypeDef::Instance
is read by 9 functions:
All items filtered out
SDRAM_HandleTypeDef::Instance
HAL_SDRAM_Init()
HAL_SDRAM_DeInit()
HAL_SDRAM_IRQHandler()
HAL_SDRAM_WriteProtection_Enable()
HAL_SDRAM_WriteProtection_Disable()
HAL_SDRAM_SendCommand()
HAL_SDRAM_ProgramRefreshRate()
HAL_SDRAM_SetAutoRefreshNumber()
HAL_SDRAM_GetModeStatus()
All items filtered out
Class Tree
from
0/10
examples
All items filtered out
All items filtered out
Override Tree
from
0/10
examples
All items filtered out
All items filtered out
Implementations
from
0/10
examples
All items filtered out
All items filtered out
Instances
from
0/10
examples
Lifecycle
from
0/10
examples
All items filtered out
All items filtered out