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

__FMC_NORSRAM_ENABLE macro

Enable the NORSRAM device access.

Syntax

#define __FMC_NORSRAM_ENABLE(__INSTANCE__, __BANK__) ((__INSTANCE__)->BTCR[(__BANK__)]\     |= FMC_BCR1_MBKEN)

Arguments

__INSTANCE__

FMC_NORSRAM Instance

__BANK__

FMC_NORSRAM Bank

Return value

None

References

LocationText
stm32f4xx_ll_fmc.h:982
#define __FMC_NORSRAM_ENABLE(__INSTANCE__, __BANK__) ((__INSTANCE__)->BTCR[(__BANK__)]\
stm32f4xx_ll_fsmc.h:677
#define __FMC_NORSRAM_ENABLE __FSMC_NORSRAM_ENABLE
stm32f4xx_hal_nor.c:276
__FMC_NORSRAM_ENABLE(hnor->Instance, hnor->Init.NSBank);
stm32f4xx_hal_sram.c:215
__FMC_NORSRAM_ENABLE(hsram->Instance, hsram->Init.NSBank);