CARME-M4 BSP  V1.5
FSMC_Exported_Constants
+ Collaboration diagram for FSMC_Exported_Constants:

Modules

 FSMC_NORSRAM_Bank
 
 FSMC_NAND_Bank
 
 FSMC_PCCARD_Bank
 
 FSMC_NOR_SRAM_Controller
 
 FSMC_NAND_PCCARD_Controller
 

Macros

#define IS_FSMC_NORSRAM_BANK(BANK)
 
#define IS_FSMC_NAND_BANK(BANK)
 
#define IS_FSMC_GETFLAG_BANK(BANK)
 
#define IS_FSMC_IT_BANK(BANK)
 

Detailed Description

Macro Definition Documentation

#define IS_FSMC_GETFLAG_BANK (   BANK)
Value:
(((BANK) == FSMC_Bank2_NAND) || \
((BANK) == FSMC_Bank3_NAND) || \
((BANK) == FSMC_Bank4_PCCARD))

Definition at line 280 of file stm32f4xx_fsmc.h.

#define IS_FSMC_IT_BANK (   BANK)
Value:
(((BANK) == FSMC_Bank2_NAND) || \
((BANK) == FSMC_Bank3_NAND) || \
((BANK) == FSMC_Bank4_PCCARD))

Definition at line 284 of file stm32f4xx_fsmc.h.

#define IS_FSMC_NAND_BANK (   BANK)
Value:
(((BANK) == FSMC_Bank2_NAND) || \
((BANK) == FSMC_Bank3_NAND))

Definition at line 277 of file stm32f4xx_fsmc.h.

#define IS_FSMC_NORSRAM_BANK (   BANK)
Value:
(((BANK) == FSMC_Bank1_NORSRAM1) || \
((BANK) == FSMC_Bank1_NORSRAM2) || \
((BANK) == FSMC_Bank1_NORSRAM3) || \
((BANK) == FSMC_Bank1_NORSRAM4))

Definition at line 272 of file stm32f4xx_fsmc.h.