HAL + 0/3 examples
CodeScope will show references to FSMC_NORSRAM_BANK1 from the following samples and libraries:
Drivers
Boards
Examples
STM32F413H-Discovery
Examples
FMC
 
Symbols
loading...
Files
loading...

FSMC_NORSRAM_BANK1 macro

Syntax

#define FSMC_NORSRAM_BANK1 (0x00000000U)

Examples

FSMC_NORSRAM_BANK1 is referenced by 3 libraries and example projects.

References

LocationText
stm32f4xx_ll_fsmc.h:378
#define FSMC_NORSRAM_BANK1 (0x00000000U)
stm32f4xx_ll_fsmc.c:318
if ((Init->ContinuousClock == FSMC_CONTINUOUS_CLOCK_SYNC_ASYNC) && (Init->NSBank != FSMC_NORSRAM_BANK1))
stm32f4xx_ll_fsmc.c:320
MODIFY_REG(Device->BTCR[FSMC_NORSRAM_BANK1], FSMC_BCR1_CCLKEN, Init->ContinuousClock);
stm32f4xx_ll_fsmc.c:325
if (Init->NSBank != FSMC_NORSRAM_BANK1)
stm32f4xx_ll_fsmc.c:328
SET_BIT(Device->BTCR[FSMC_NORSRAM_BANK1], (uint32_t)(Init->WriteFifo));
stm32f4xx_ll_fsmc.c:355
if (Bank == FSMC_NORSRAM_BANK1)
stm32f4xx_ll_fsmc.c:408
if (HAL_IS_BIT_SET(Device->BTCR[FSMC_NORSRAM_BANK1], FSMC_BCR1_CCLKEN))
stm32f4xx_ll_fsmc.c:410
tmpr = (uint32_t)(Device->BTCR[FSMC_NORSRAM_BANK1 + 1U] & ~((0x0FU) << FSMC_BTR1_CLKDIV_Pos));
stm32f4xx_ll_fsmc.c:412
MODIFY_REG(Device->BTCR[FSMC_NORSRAM_BANK1 + 1U], FSMC_BTR1_CLKDIV, tmpr);
stm32f4xx_ll_fsmc.h:43
#define IS_FSMC_NORSRAM_BANK(__BANK__) (((__BANK__) == FSMC_NORSRAM_BANK1) || \
stm32f4xx_ll_fsmc.h:728
#define FMC_NORSRAM_BANK1 FSMC_NORSRAM_BANK1