STM32F10x Standard Peripherals Library  3.5.0
FSMC_Exported_Constants

Modules

 FSMC_NORSRAM_Bank
 FSMC_NAND_Bank
 FSMC_PCCARD_Bank
 NOR_SRAM_Controller
 NAND_PCCARD_Controller

Defines

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

Define Documentation

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

Definition at line 282 of file stm32f10x_fsmc.h.

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

Definition at line 286 of file stm32f10x_fsmc.h.

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

Definition at line 279 of file stm32f10x_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 274 of file stm32f10x_fsmc.h.