|
STM32F4xx_HAL_Driver
1.8.3
|
Collaboration diagram for NOR SRAM Initialization/de-initialization functions:Functions | |
| HAL_StatusTypeDef | FMC_NORSRAM_Init (FMC_NORSRAM_TypeDef *Device, FMC_NORSRAM_InitTypeDef *Init) |
| Initialize the FMC_NORSRAM device according to the specified control parameters in the FMC_NORSRAM_InitTypeDef. More... | |
| HAL_StatusTypeDef | FMC_NORSRAM_Timing_Init (FMC_NORSRAM_TypeDef *Device, FMC_NORSRAM_TimingTypeDef *Timing, uint32_t Bank) |
| Initialize the FMC_NORSRAM Timing according to the specified parameters in the FMC_NORSRAM_TimingTypeDef. More... | |
| HAL_StatusTypeDef | FMC_NORSRAM_Extended_Timing_Init (FMC_NORSRAM_EXTENDED_TypeDef *Device, FMC_NORSRAM_TimingTypeDef *Timing, uint32_t Bank, uint32_t ExtendedMode) |
| Initialize the FMC_NORSRAM Extended mode Timing according to the specified parameters in the FMC_NORSRAM_TimingTypeDef. More... | |
| HAL_StatusTypeDef | FMC_NORSRAM_DeInit (FMC_NORSRAM_TypeDef *Device, FMC_NORSRAM_EXTENDED_TypeDef *ExDevice, uint32_t Bank) |
| DeInitialize the FMC_NORSRAM peripheral. More... | |
| HAL_StatusTypeDef FMC_NORSRAM_DeInit | ( | FMC_NORSRAM_TypeDef * | Device, |
| FMC_NORSRAM_EXTENDED_TypeDef * | ExDevice, | ||
| uint32_t | Bank | ||
| ) |
DeInitialize the FMC_NORSRAM peripheral.
| Device | Pointer to NORSRAM device instance |
| ExDevice | Pointer to NORSRAM extended mode device instance |
| Bank | NORSRAM bank number |
| HAL | status |
Definition at line 361 of file stm32f4xx_ll_fmc.c.
| HAL_StatusTypeDef FMC_NORSRAM_Extended_Timing_Init | ( | FMC_NORSRAM_EXTENDED_TypeDef * | Device, |
| FMC_NORSRAM_TimingTypeDef * | Timing, | ||
| uint32_t | Bank, | ||
| uint32_t | ExtendedMode | ||
| ) |
Initialize the FMC_NORSRAM Extended mode Timing according to the specified parameters in the FMC_NORSRAM_TimingTypeDef.
| Device | Pointer to NORSRAM device instance |
| Timing | Pointer to NORSRAM Timing structure |
| Bank | NORSRAM bank number |
| ExtendedMode | FMC Extended Mode This parameter can be one of the following values:
|
| HAL | status |
Definition at line 450 of file stm32f4xx_ll_fmc.c.
| HAL_StatusTypeDef FMC_NORSRAM_Init | ( | FMC_NORSRAM_TypeDef * | Device, |
| FMC_NORSRAM_InitTypeDef * | Init | ||
| ) |
Initialize the FMC_NORSRAM device according to the specified control parameters in the FMC_NORSRAM_InitTypeDef.
| Device | Pointer to NORSRAM device instance |
| Init | Pointer to NORSRAM Initialization structure |
| HAL | status |
Definition at line 239 of file stm32f4xx_ll_fmc.c.
| HAL_StatusTypeDef FMC_NORSRAM_Timing_Init | ( | FMC_NORSRAM_TypeDef * | Device, |
| FMC_NORSRAM_TimingTypeDef * | Timing, | ||
| uint32_t | Bank | ||
| ) |
Initialize the FMC_NORSRAM Timing according to the specified parameters in the FMC_NORSRAM_TimingTypeDef.
| Device | Pointer to NORSRAM device instance |
| Timing | Pointer to NORSRAM Timing structure |
| Bank | NORSRAM bank number |
| HAL | status |
Definition at line 398 of file stm32f4xx_ll_fmc.c.