![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
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... | |
macros to handle NAND device enable/disable
#define __FMC_NAND_DISABLE | ( | __INSTANCE__ | ) | ((__INSTANCE__)->PCR &= ~FMC_PCR_PBKEN) |
Disable the NAND device access.
<strong>INSTANCE</strong> | FMC_NAND Instance |
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.
<strong>INSTANCE</strong> | FMC_NAND Instance |
None |
Definition at line 1118 of file stm32f7xx_ll_fmc.h.