STM32F4xx_HAL_Driver  1.8.3
Peripheral State functions

Peripheral State functions. More...

+ Collaboration diagram for Peripheral State functions:

Functions

HAL_NAND_StateTypeDef HAL_NAND_GetState (const NAND_HandleTypeDef *hnand)
 return the NAND state More...
 
uint32_t HAL_NAND_Read_Status (const NAND_HandleTypeDef *hnand)
 NAND memory read status. More...
 

Detailed Description

Peripheral State functions.

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

Function Documentation

◆ HAL_NAND_GetState()

HAL_NAND_StateTypeDef HAL_NAND_GetState ( const NAND_HandleTypeDef hnand)

return the NAND state

Parameters
hnandpointer to a NAND_HandleTypeDef structure that contains the configuration information for NAND module.
Return values
HALstate

Definition at line 2325 of file stm32f4xx_hal_nand.c.

◆ HAL_NAND_Read_Status()

uint32_t HAL_NAND_Read_Status ( const NAND_HandleTypeDef hnand)

NAND memory read status.

Parameters
hnandpointer to a NAND_HandleTypeDef structure that contains the configuration information for NAND module.
Return values
NANDstatus

Definition at line 2336 of file stm32f4xx_hal_nand.c.