STM32F4xx_HAL_Driver  1.8.3

management functions More...

+ Collaboration diagram for NOR Control functions:

Functions

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

Detailed Description

management functions

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

Function Documentation

◆ HAL_NOR_WriteOperation_Disable()

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 1459 of file stm32f4xx_hal_nor.c.

◆ HAL_NOR_WriteOperation_Enable()

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 1425 of file stm32f4xx_hal_nor.c.