STM32H735xx HAL User Manual
Data Fields
__NAND_HandleTypeDef Struct Reference

NAND handle Structure definition. More...

#include <stm32h7xx_hal_nand.h>

Data Fields

FMC_NAND_TypeDef * Instance
FMC_NAND_InitTypeDef Init
HAL_LockTypeDef Lock
__IO HAL_NAND_StateTypeDef State
NAND_DeviceConfigTypeDef Config
void(* MspInitCallback )(struct __NAND_HandleTypeDef *hnand)
void(* MspDeInitCallback )(struct __NAND_HandleTypeDef *hnand)
void(* ItCallback )(struct __NAND_HandleTypeDef *hnand)

Detailed Description

NAND handle Structure definition.

Definition at line 116 of file stm32h7xx_hal_nand.h.


Field Documentation

FMC_NAND_InitTypeDef __NAND_HandleTypeDef::Init
FMC_NAND_TypeDef* __NAND_HandleTypeDef::Instance
HAL_LockTypeDef __NAND_HandleTypeDef::Lock

NAND locking object

Definition at line 125 of file stm32h7xx_hal_nand.h.

Referenced by HAL_NAND_Init().

NAND Msp DeInit callback

Definition at line 133 of file stm32h7xx_hal_nand.h.

Referenced by HAL_NAND_DeInit(), HAL_NAND_RegisterCallback(), and HAL_NAND_UnRegisterCallback().

NAND Msp Init callback

Definition at line 132 of file stm32h7xx_hal_nand.h.

Referenced by HAL_NAND_Init(), HAL_NAND_RegisterCallback(), and HAL_NAND_UnRegisterCallback().


The documentation for this struct was generated from the following file: