Initialization and Configuration functions.
More...
Initialization and Configuration functions.
==============================================================================
##### Initialization and de_initialization functions #####
==============================================================================
[..]
This section provides functions allowing to:
(+) Initialize and configure the FMC SDRAM interface
(+) De-initialize the FMC SDRAM interface
(+) Configure the FMC clock and associated GPIOs
◆ FMC_SDRAM_DeInit()
HAL_StatusTypeDef FMC_SDRAM_DeInit |
( |
FMC_SDRAM_TypeDef * |
Device, |
|
|
uint32_t |
Bank |
|
) |
| |
DeInitializes the FMC_SDRAM peripheral.
- Parameters
-
Device | Pointer to SDRAM device instance |
- Return values
-
Definition at line 1295 of file stm32f4xx_ll_fmc.c.
◆ FMC_SDRAM_Init()
Initializes the FMC_SDRAM device according to the specified control parameters in the FMC_SDRAM_InitTypeDef.
- Parameters
-
Device | Pointer to SDRAM device instance |
Init | Pointer to SDRAM Initialization structure |
- Return values
-
Definition at line 1181 of file stm32f4xx_ll_fmc.c.
◆ FMC_SDRAM_Timing_Init()
HAL_StatusTypeDef FMC_SDRAM_Timing_Init |
( |
FMC_SDRAM_TypeDef * |
Device, |
|
|
FMC_SDRAM_TimingTypeDef * |
Timing, |
|
|
uint32_t |
Bank |
|
) |
| |
Initializes the FMC_SDRAM device timing according to the specified parameters in the FMC_SDRAM_TimingTypeDef.
- Parameters
-
Device | Pointer to SDRAM device instance |
Timing | Pointer to SDRAM Timing structure |
Bank | SDRAM bank number |
- Return values
-
Definition at line 1243 of file stm32f4xx_ll_fmc.c.