HAL_NOR_WriteOperation_Disable
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_NOR_GetState
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.
HAL_NOR_GetStatus
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
30.3 NOR Firmware driver defines
30.3.1 NOR
NOR Exported Macros
__HAL_NOR_RESET_HANDLE_STATE
Description:
Reset NOR handle state.
Parameters:
__HANDLE__: specifies the NOR handle.
Return value:
None