HAL
HAL_NOR_WriteOperation_Enable() is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALHAL_NOR_WriteOperation_Enable()

HAL_NOR_WriteOperation_Enable() function

Enables dynamically NOR write operation.

Syntax

HAL_StatusTypeDef HAL_NOR_WriteOperation_Enable(NOR_HandleTypeDef *hnor);
Implemented in stm32f4xx_hal_nor.c:1425

Arguments

hnor

pointer to a NOR_HandleTypeDef structure that contains the configuration information for NOR module.

Return value

HAL status

References

LocationText
stm32f4xx_hal_nor.c:1425
HAL_StatusTypeDef HAL_NOR_WriteOperation_Enable(NOR_HandleTypeDef *hnor)
stm32f4xx_hal_nor.h:230
HAL_StatusTypeDef HAL_NOR_WriteOperation_Enable(NOR_HandleTypeDef *hnor);