macros to handle NAND device enable/disable  
More...
macros to handle NAND device enable/disable 
◆ __FMC_NAND_DISABLE
      
        
          | #define __FMC_NAND_DISABLE | 
          ( | 
            | 
          __INSTANCE__ | ) | 
             ((__INSTANCE__)->PCR &= ~FMC_PCR_PBKEN) | 
        
      
 
Disable the NAND device access. 
- Parameters
 - 
  
    | <strong>INSTANCE</strong> | FMC_NAND Instance  
  | 
  
   
- Return values
 - 
  
  
 
Definition at line 1107 of file stm32f7xx_ll_fmc.h.
 
 
◆ __FMC_NAND_ENABLE
      
        
          | #define __FMC_NAND_ENABLE | 
          ( | 
            | 
          __INSTANCE__ | ) | 
             ((__INSTANCE__)->PCR |= FMC_PCR_PBKEN) | 
        
      
 
Enable the NAND device access. 
- Parameters
 - 
  
    | <strong>INSTANCE</strong> | FMC_NAND Instance  
  | 
  
   
- Return values
 - 
  
  
 
Definition at line 1100 of file stm32f7xx_ll_fmc.h.