HAL
IS_FSMC_NORSRAM_BANK is only used within HAL.
 
Symbols
loading...
Files
loading...

IS_FSMC_NORSRAM_BANK macro

Syntax

#define IS_FSMC_NORSRAM_BANK(__BANK__) (((__BANK__) == FSMC_NORSRAM_BANK1) || \     ((__BANK__) == FSMC_NORSRAM_BANK2) || \     ((__BANK__) == FSMC_NORSRAM_BANK3) || \     ((__BANK__) == FSMC_NORSRAM_BANK4))

Arguments

__BANK__

References

LocationText
stm32f4xx_ll_fsmc.h:43
#define IS_FSMC_NORSRAM_BANK(__BANK__) (((__BANK__) == FSMC_NORSRAM_BANK1) || \
stm32f4xx_ll_fsmc.c:229
assert_param(IS_FSMC_NORSRAM_BANK(Init->NSBank));
stm32f4xx_ll_fsmc.c:348
assert_param(IS_FSMC_NORSRAM_BANK(Bank));
stm32f4xx_ll_fsmc.c:395
assert_param(IS_FSMC_NORSRAM_BANK(Bank));
stm32f4xx_ll_fsmc.c:448
assert_param(IS_FSMC_NORSRAM_BANK(Bank));
stm32f4xx_ll_fsmc.c:493
assert_param(IS_FSMC_NORSRAM_BANK(Bank));
stm32f4xx_ll_fsmc.c:511
assert_param(IS_FSMC_NORSRAM_BANK(Bank));