STM32F439xx HAL User Manual
Functions
NOR Control functions
NOR Exported Functions

management functions More...

Functions

HAL_StatusTypeDef HAL_NOR_WriteOperation_Enable (NOR_HandleTypeDef *hnor)
 Enables dynamically NOR write operation.
HAL_StatusTypeDef HAL_NOR_WriteOperation_Disable (NOR_HandleTypeDef *hnor)
 Disables dynamically NOR write operation.

Detailed Description

management functions

  ==============================================================================
                        ##### NOR Control functions #####
  ==============================================================================
  [..]
    This subsection provides a set of functions allowing to control dynamically
    the NOR interface.


Function Documentation

HAL_StatusTypeDef HAL_NOR_WriteOperation_Disable ( NOR_HandleTypeDef hnor)

Disables dynamically NOR write operation.

Parameters:
hnorpointer to a NOR_HandleTypeDef structure that contains the configuration information for NOR module.
Return values:
HALstatus

Definition at line 914 of file stm32f4xx_hal_nor.c.

References HAL_NOR_STATE_BUSY, HAL_NOR_STATE_PROTECTED, NOR_HandleTypeDef::Init, NOR_HandleTypeDef::Instance, and NOR_HandleTypeDef::State.

HAL_StatusTypeDef HAL_NOR_WriteOperation_Enable ( NOR_HandleTypeDef hnor)

Enables dynamically NOR write operation.

Parameters:
hnorpointer to a NOR_HandleTypeDef structure that contains the configuration information for NOR module.
Return values:
HALstatus

Definition at line 891 of file stm32f4xx_hal_nor.c.

References HAL_NOR_STATE_READY, NOR_HandleTypeDef::Init, NOR_HandleTypeDef::Instance, and NOR_HandleTypeDef::State.