Macros

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

Collaboration diagram for FMC NAND Macros:

Macros

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

Detailed Description

macros to handle NAND device enable/disable

Macro Definition Documentation

◆ __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
None

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
None

Definition at line 1100 of file stm32f7xx_ll_fmc.h.



picovoice_driver
Author(s):
autogenerated on Fri Apr 1 2022 02:15:08