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

FMC_MEMORY_TYPE_NOR macro

Syntax

#define FMC_MEMORY_TYPE_NOR (0x00000008U)

Examples

FMC_MEMORY_TYPE_NOR is referenced by 3 libraries and example projects.

References

LocationText
stm32f4xx_ll_fmc.h:556
#define FMC_MEMORY_TYPE_NOR (0x00000008U)
stm32f4xx_ll_fmc.c:275
if (Init->MemoryType == FMC_MEMORY_TYPE_NOR)
stm32f4xx_ll_fmc.h:51
((__MEMORY__) == FMC_MEMORY_TYPE_NOR))