HAL
HAL_NOR_WriteOperation_Disable()
is only used within HAL.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
HAL
HAL_NOR_WriteOperation_Disable()
HAL_NOR_WriteOperation_Disable() function
Disables dynamically NOR write operation.
Syntax
Show:
Summary
Declaration
Definition
from
stm32f4xx_hal_nor.h:231
HAL_StatusTypeDef
HAL_NOR_WriteOperation_Disable
(
NOR_HandleTypeDef
*
hnor
)
;
Implemented in
stm32f4xx_hal_nor.c:1459
Arguments
Argument
Description
hnor
pointer to a NOR_HandleTypeDef structure that contains the configuration information for NOR module.
Return value
HAL status
Related Functions
Found 17 other functions taking a
NOR_HandleTypeDef
argument:
Function
Description
HAL_NOR_GetStatus()
Returns the NOR operation status.
HAL_NOR_ReturnToReadMode()
Returns the NOR memory to Read mode.
HAL_NOR_Init()
Perform the NOR memory Initialization sequence
HAL_NOR_MspWait()
NOR MSP Wait for Ready/Busy signal
HAL_NOR_Read_ID()
Read NOR flash IDs
HAL_NOR_Program()
Program data to NOR memory
HAL_NOR_ReadBuffer()
Reads a half-word buffer from the NOR memory.
HAL_NOR_Erase_Block()
Erase the specified block of the NOR memory
HAL_NOR_MspInit()
NOR MSP Init
HAL_NOR_MspDeInit()
NOR MSP DeInit
HAL_NOR_ProgramBuffer()
Writes a half-word buffer to the NOR memory. This function must be used only with S29GL128P NOR memory.
HAL_NOR_Erase_Chip()
Erase the entire NOR chip.
HAL_NOR_DeInit()
Perform NOR memory De-Initialization sequence
HAL_NOR_Read()
Read data from NOR memory
HAL_NOR_Read_CFI()
Read NOR flash CFI IDs
HAL_NOR_WriteOperation_Enable()
Enables dynamically NOR write operation.
HAL_NOR_GetState()
return the NOR controller state
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out