TUKS MCU Introductory course / TUKS-COURSE-2-LED
Embed: (wiki syntax)

« Back to documentation index

Peripheral State functions

Peripheral State functions
[NAND Exported Functions]

Peripheral State functions. More...

Functions

HAL_NAND_StateTypeDef HAL_NAND_GetState (NAND_HandleTypeDef *hnand)
 Return the NAND handle state.

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_StateTypeDef HAL_NAND_GetState ( NAND_HandleTypeDef *  hnand )

Return the NAND handle state.

Parameters:
hnand,:pointer to a NAND_HandleTypeDef structure that contains the configuration information for NAND module.
Return values:
HALstate

Definition at line 1061 of file stm32l4xx_hal_nand.c.