STM32F4 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F4 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
SYSCFG_Memory_Remap_Config

Macros

#define SYSCFG_MemoryRemap_Flash   ((uint8_t)0x00)
 
#define SYSCFG_MemoryRemap_SystemFlash   ((uint8_t)0x01)
 
#define SYSCFG_MemoryRemap_FSMC   ((uint8_t)0x02)
 
#define SYSCFG_MemoryRemap_SRAM   ((uint8_t)0x03)
 
#define IS_SYSCFG_MEMORY_REMAP_CONFING(REMAP)
 

Detailed Description

Macro Definition Documentation

#define IS_SYSCFG_MEMORY_REMAP_CONFING (   REMAP)
Value:
(((REMAP) == SYSCFG_MemoryRemap_Flash) || \
((REMAP) == SYSCFG_MemoryRemap_SystemFlash) || \
((REMAP) == SYSCFG_MemoryRemap_SRAM) || \
((REMAP) == SYSCFG_MemoryRemap_FSMC))