Macros
Collaboration diagram for SYSCFG_Memory_Remap_Config:

Macros

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

Detailed Description

Macro Definition Documentation

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

Definition at line 123 of file stm32f30x_syscfg.h.

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

Definition at line 131 of file stm32f4xx_syscfg.h.

#define SYSCFG_MemoryRemap_Flash   ((uint8_t)0x00)

Definition at line 118 of file stm32f30x_syscfg.h.

#define SYSCFG_MemoryRemap_Flash   ((uint8_t)0x00)

Definition at line 126 of file stm32f4xx_syscfg.h.

#define SYSCFG_MemoryRemap_FSMC   ((uint8_t)0x02)

Definition at line 129 of file stm32f4xx_syscfg.h.

#define SYSCFG_MemoryRemap_SRAM   ((uint8_t)0x03)

Definition at line 120 of file stm32f30x_syscfg.h.

#define SYSCFG_MemoryRemap_SRAM   ((uint8_t)0x03)

Definition at line 128 of file stm32f4xx_syscfg.h.

#define SYSCFG_MemoryRemap_SystemFlash   ((uint8_t)0x01)

Definition at line 127 of file stm32f4xx_syscfg.h.

#define SYSCFG_MemoryRemap_SystemMemory   ((uint8_t)0x01)

Definition at line 119 of file stm32f30x_syscfg.h.



rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Thu Apr 15 2021 05:07:54