Initialization and Configuration functions.
More...
Initialization and Configuration functions.
==============================================================================
##### NOR Initialization and de_initialization functions #####
==============================================================================
[..]
This section provides functions allowing to initialize/de-initialize
the NOR memory
◆ HAL_NOR_DeInit()
Perform NOR memory De-Initialization sequence.
- Parameters
-
hnor | pointer to a NOR_HandleTypeDef structure that contains the configuration information for NOR module. |
- Return values
-
Definition at line 343 of file stm32f4xx_hal_nor.c.
◆ HAL_NOR_Init()
Perform the NOR memory Initialization sequence.
- Parameters
-
hnor | pointer to a NOR_HandleTypeDef structure that contains the configuration information for NOR module. |
Timing | pointer to NOR control timing structure |
ExtTiming | pointer to NOR extended mode timing structure |
- Return values
-
Definition at line 234 of file stm32f4xx_hal_nor.c.
◆ HAL_NOR_MspDeInit()
NOR MSP DeInit.
- Parameters
-
hnor | pointer to a NOR_HandleTypeDef structure that contains the configuration information for NOR module. |
- Return values
-
Definition at line 392 of file stm32f4xx_hal_nor.c.
◆ HAL_NOR_MspInit()
NOR MSP Init.
- Parameters
-
hnor | pointer to a NOR_HandleTypeDef structure that contains the configuration information for NOR module. |
- Return values
-
Definition at line 376 of file stm32f4xx_hal_nor.c.
◆ HAL_NOR_MspWait()
NOR MSP Wait for Ready/Busy signal.
- Parameters
-
hnor | pointer to a NOR_HandleTypeDef structure that contains the configuration information for NOR module. |
Timeout | Maximum timeout value |
- Return values
-
Definition at line 409 of file stm32f4xx_hal_nor.c.