STM32F0 Standard Peripheral bibliotheek  1.0
ST Microelectronics standard peripheral bibliotheek documentatie voor de STM32F0 familie
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
SYSCFG_Memory_Remap_Config

Macros

#define SYSCFG_MemoryRemap_Flash   ((uint8_t)0x00)
 
#define SYSCFG_MemoryRemap_SystemMemory   ((uint8_t)0x01)
 
#define SYSCFG_MemoryRemap_SRAM   ((uint8_t)0x03)
 
#define IS_SYSCFG_MEMORY_REMAP(REMAP)
 

Detailed Description

Macro Definition Documentation

#define IS_SYSCFG_MEMORY_REMAP (   REMAP)
Value:
(((REMAP) == SYSCFG_MemoryRemap_Flash) || \
((REMAP) == SYSCFG_MemoryRemap_SystemMemory) || \
((REMAP) == SYSCFG_MemoryRemap_SRAM))