Searched refs:SYSCFG_MemoryRemap (Results 1 – 4 of 4) sorted by relevance
115 void SYSCFG_MemoryRemapConfig(uint8_t SYSCFG_MemoryRemap) in SYSCFG_MemoryRemapConfig() argument118 assert_param(IS_SYSCFG_MEMORY_REMAP_CONFING(SYSCFG_MemoryRemap)); in SYSCFG_MemoryRemapConfig()120 SYSCFG->MEMRMP = SYSCFG_MemoryRemap; in SYSCFG_MemoryRemapConfig()
119 void SYSCFG_MemoryRemapConfig(uint8_t SYSCFG_MemoryRemap) in SYSCFG_MemoryRemapConfig() argument122 assert_param(IS_SYSCFG_MEMORY_REMAP_CONFING(SYSCFG_MemoryRemap)); in SYSCFG_MemoryRemapConfig()124 SYSCFG->MEMRMP = SYSCFG_MemoryRemap; in SYSCFG_MemoryRemapConfig()
159 void SYSCFG_MemoryRemapConfig(uint8_t SYSCFG_MemoryRemap);
201 void SYSCFG_MemoryRemapConfig(uint8_t SYSCFG_MemoryRemap);
Completed in 6 milliseconds