STM32F479xx HAL User Manual
|
Initialization and Configuration functions. More...
Functions | |
HAL_StatusTypeDef | HAL_NOR_Init (NOR_HandleTypeDef *hnor, FMC_NORSRAM_TimingTypeDef *Timing, FMC_NORSRAM_TimingTypeDef *ExtTiming) |
Perform the NOR memory Initialization sequence. | |
HAL_StatusTypeDef | HAL_NOR_DeInit (NOR_HandleTypeDef *hnor) |
Perform NOR memory De-Initialization sequence. | |
__weak void | HAL_NOR_MspInit (NOR_HandleTypeDef *hnor) |
NOR MSP Init. | |
__weak void | HAL_NOR_MspDeInit (NOR_HandleTypeDef *hnor) |
NOR MSP DeInit. | |
__weak void | HAL_NOR_MspWait (NOR_HandleTypeDef *hnor, uint32_t Timeout) |
NOR MSP Wait for Ready/Busy signal. |
Initialization and Configuration functions.
============================================================================== ##### NOR Initialization and de_initialization functions ##### ============================================================================== [..] This section provides functions allowing to initialize/de-initialize the NOR memory
HAL_StatusTypeDef HAL_NOR_DeInit | ( | NOR_HandleTypeDef * | hnor | ) |
Perform NOR memory De-Initialization sequence.
hnor | pointer to a NOR_HandleTypeDef structure that contains the configuration information for NOR module. |
HAL | status |
Definition at line 315 of file stm32f4xx_hal_nor.c.
References HAL_NOR_MspDeInit().
HAL_StatusTypeDef HAL_NOR_Init | ( | NOR_HandleTypeDef * | hnor, |
FMC_NORSRAM_TimingTypeDef * | Timing, | ||
FMC_NORSRAM_TimingTypeDef * | ExtTiming | ||
) |
Perform the NOR memory Initialization sequence.
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 |
HAL | status |
Definition at line 229 of file stm32f4xx_hal_nor.c.
References HAL_NOR_MspInit(), HAL_NOR_ReturnToReadMode(), NOR_ADDRESS_COMMAND_SET, NOR_CMD_ADDRESS_FIRST_CFI, NOR_CMD_DATA_CFI, and uwNORMemoryDataWidth.
__weak void HAL_NOR_MspDeInit | ( | NOR_HandleTypeDef * | hnor | ) |
NOR MSP DeInit.
hnor | pointer to a NOR_HandleTypeDef structure that contains the configuration information for NOR module. |
None |
Definition at line 364 of file stm32f4xx_hal_nor.c.
Referenced by HAL_NOR_DeInit(), and HAL_NOR_UnRegisterCallback().
__weak void HAL_NOR_MspInit | ( | NOR_HandleTypeDef * | hnor | ) |
NOR MSP Init.
hnor | pointer to a NOR_HandleTypeDef structure that contains the configuration information for NOR module. |
None |
Definition at line 348 of file stm32f4xx_hal_nor.c.
Referenced by HAL_NOR_Init(), and HAL_NOR_UnRegisterCallback().
__weak void HAL_NOR_MspWait | ( | NOR_HandleTypeDef * | hnor, |
uint32_t | Timeout | ||
) |
NOR MSP Wait for Ready/Busy signal.
hnor | pointer to a NOR_HandleTypeDef structure that contains the configuration information for NOR module. |
Timeout | Maximum timeout value |
None |
Definition at line 381 of file stm32f4xx_hal_nor.c.
Referenced by HAL_NOR_GetStatus().