STM32F4xx_HAL_Driver  1.8.3

Peripheral State functions. More...

+ Collaboration diagram for NOR State functions:

Functions

HAL_NOR_StateTypeDef HAL_NOR_GetState (const NOR_HandleTypeDef *hnor)
 return the NOR controller state More...
 
HAL_NOR_StatusTypeDef HAL_NOR_GetStatus (NOR_HandleTypeDef *hnor, uint32_t Address, uint32_t Timeout)
 Returns the NOR operation status. More...
 

Detailed Description

Peripheral State functions.

  ==============================================================================
                      ##### NOR State functions #####
  ==============================================================================
  [..]
    This subsection permits to get in run-time the status of the NOR controller
    and the data flow.

Function Documentation

◆ HAL_NOR_GetState()

HAL_NOR_StateTypeDef HAL_NOR_GetState ( const NOR_HandleTypeDef hnor)

return the NOR controller state

Parameters
hnorpointer to a NOR_HandleTypeDef structure that contains the configuration information for NOR module.
Return values
NORcontroller state

Definition at line 1512 of file stm32f4xx_hal_nor.c.

◆ HAL_NOR_GetStatus()

HAL_NOR_StatusTypeDef HAL_NOR_GetStatus ( NOR_HandleTypeDef hnor,
uint32_t  Address,
uint32_t  Timeout 
)

Returns the NOR operation status.

Parameters
hnorpointer to a NOR_HandleTypeDef structure that contains the configuration information for NOR module.
AddressDevice address
TimeoutNOR programming Timeout
Return values
NOR_StatusThe returned value can be: HAL_NOR_STATUS_SUCCESS, HAL_NOR_STATUS_ERROR or HAL_NOR_STATUS_TIMEOUT

Definition at line 1526 of file stm32f4xx_hal_nor.c.