HAL NOR Generic Driver
HAL_NOR_WriteOperation_Disable
Function name
Function description
Parameters
Return values
HAL_NOR_GetState
Function name
Function description
Parameters
Return values
HAL_NOR_GetStatus
Function name
Function description
Parameters
Return values
30.3
NOR Firmware driver defines
30.3.1
NOR
NOR Exported Macros
__HAL_NOR_RESET_HANDLE_STATE
386/1371
HAL_StatusTypeDef HAL_NOR_WriteOperation_Disable
(NOR_HandleTypeDef * hnor)
Disables dynamically NOR write operation.
hnor: pointer to a NOR_HandleTypeDef structure that
contains the configuration information for NOR module.
HAL: status
HAL_NOR_StateTypeDef HAL_NOR_GetState
(NOR_HandleTypeDef * hnor)
return the NOR controller state
hnor: pointer to a NOR_HandleTypeDef structure that
contains the configuration information for NOR module.
NOR: controller state
HAL_NOR_StatusTypeDef HAL_NOR_GetStatus
(NOR_HandleTypeDef * hnor, uint32_t Address, uint32_t
Timeout)
Returns the NOR operation status.
hnor: pointer to a NOR_HandleTypeDef structure that
contains the configuration information for NOR module.
Address: Device address
Timeout: NOR programming Timeout
NOR_Status: The returned value can be:
HAL_NOR_STATUS_SUCCESS,
HAL_NOR_STATUS_ERROR or
HAL_NOR_STATUS_TIMEOUT
Description:
Parameters:
Return value:
DocID028236 Rev 2
Reset NOR handle state.
__HANDLE__: specifies the NOR handle.
None
UM1940
Need help?
Do you have a question about the STM32F2 and is the answer not in the manual?