HAL
HAL_NOR_WriteOperation_Disable() is only used within HAL.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALHAL_NOR_WriteOperation_Disable()

HAL_NOR_WriteOperation_Disable() function

Disables dynamically NOR write operation.

Syntax

HAL_StatusTypeDef HAL_NOR_WriteOperation_Disable(NOR_HandleTypeDef *hnor);
Implemented in stm32f4xx_hal_nor.c:1459

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:1459
HAL_StatusTypeDef HAL_NOR_WriteOperation_Disable(NOR_HandleTypeDef *hnor)
stm32f4xx_hal_nor.h:231
HAL_StatusTypeDef HAL_NOR_WriteOperation_Disable(NOR_HandleTypeDef *hnor);