HAL + 0/6 examples
CodeScope will show references to FMC_NORSRAM_BANK1 from the following samples and libraries:
Drivers
Boards
Examples
STM32446E_EVAL
Applications
STemWin
STM32469I_EVAL
Examples
FMC
 
Symbols
loading...
Files
loading...

FMC_NORSRAM_BANK1 macro

Syntax

#define FMC_NORSRAM_BANK1 FSMC_NORSRAM_BANK1

Examples

FMC_NORSRAM_BANK1 is referenced by 6 libraries and example projects.

References

LocationText
stm32f4xx_ll_fmc.h:534
#define FMC_NORSRAM_BANK1 (0x00000000U)
stm32f4xx_ll_fsmc.h:728
#define FMC_NORSRAM_BANK1 FSMC_NORSRAM_BANK1
stm32f4xx_hal_nor.c:292
if (hnor->Init.NSBank == FMC_NORSRAM_BANK1)
stm32f4xx_hal_nor.c:470
if (hnor->Init.NSBank == FMC_NORSRAM_BANK1)
stm32f4xx_hal_nor.c:574
if (hnor->Init.NSBank == FMC_NORSRAM_BANK1)
stm32f4xx_hal_nor.c:652
if (hnor->Init.NSBank == FMC_NORSRAM_BANK1)
stm32f4xx_hal_nor.c:746
if (hnor->Init.NSBank == FMC_NORSRAM_BANK1)
stm32f4xx_hal_nor.c:850
if (hnor->Init.NSBank == FMC_NORSRAM_BANK1)
stm32f4xx_hal_nor.c:955
if (hnor->Init.NSBank == FMC_NORSRAM_BANK1)
stm32f4xx_hal_nor.c:1071
if (hnor->Init.NSBank == FMC_NORSRAM_BANK1)
stm32f4xx_hal_nor.c:1168
if (hnor->Init.NSBank == FMC_NORSRAM_BANK1)
stm32f4xx_hal_nor.c:1262
if (hnor->Init.NSBank == FMC_NORSRAM_BANK1)
stm32f4xx_ll_fmc.c:337
if ((Init->ContinuousClock == FMC_CONTINUOUS_CLOCK_SYNC_ASYNC) && (Init->NSBank != FMC_NORSRAM_BANK1))
stm32f4xx_ll_fmc.c:339
stm32f4xx_ll_fmc.c:344
if (Init->NSBank != FMC_NORSRAM_BANK1)
stm32f4xx_ll_fmc.c:347
SET_BIT(Device->BTCR[FMC_NORSRAM_BANK1], (uint32_t)(Init->WriteFifo));
stm32f4xx_ll_fmc.c:374
if (Bank == FMC_NORSRAM_BANK1)
stm32f4xx_ll_fmc.c:427
if (HAL_IS_BIT_SET(Device->BTCR[FMC_NORSRAM_BANK1], FMC_BCR1_CCLKEN))
stm32f4xx_ll_fmc.c:429
tmpr = (uint32_t)(Device->BTCR[FMC_NORSRAM_BANK1 + 1U] & ~((0x0FU) << FMC_BTR1_CLKDIV_Pos));
stm32f4xx_ll_fmc.c:431
MODIFY_REG(Device->BTCR[FMC_NORSRAM_BANK1 + 1U], FMC_BTR1_CLKDIV, tmpr);
stm32f4xx_ll_fmc.h:43
#define IS_FMC_NORSRAM_BANK(__BANK__) (((__BANK__) == FMC_NORSRAM_BANK1) || \