STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros

macros to handle NAND device enable/disable More...

Macros

#define __FMC_NAND_ENABLE(__INSTANCE__)   ((__INSTANCE__)->PCR |= FMC_PCR_PBKEN)
 Enable the NAND device access. More...
 
#define __FMC_NAND_DISABLE(__INSTANCE__)   ((__INSTANCE__)->PCR &= ~FMC_PCR_PBKEN)
 Disable the NAND device access. More...
 

Detailed Description

macros to handle NAND device enable/disable

Macro Definition Documentation

#define __FMC_NAND_DISABLE (   __INSTANCE__)    ((__INSTANCE__)->PCR &= ~FMC_PCR_PBKEN)

Disable the NAND device access.

Parameters
<strong>INSTANCE</strong>FMC_NAND Instance
Return values
None

Definition at line 1125 of file stm32f7xx_ll_fmc.h.

#define __FMC_NAND_ENABLE (   __INSTANCE__)    ((__INSTANCE__)->PCR |= FMC_PCR_PBKEN)

Enable the NAND device access.

Parameters
<strong>INSTANCE</strong>FMC_NAND Instance
Return values
None

Definition at line 1118 of file stm32f7xx_ll_fmc.h.