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()
117 void SYSCFG_MemoryRemapConfig(uint8_t SYSCFG_MemoryRemap) in SYSCFG_MemoryRemapConfig() argument120 assert_param(IS_SYSCFG_MEMORY_REMAP_CONFING(SYSCFG_MemoryRemap)); in SYSCFG_MemoryRemapConfig()122 SYSCFG->MEMRMP = SYSCFG_MemoryRemap; in SYSCFG_MemoryRemapConfig()
159 void SYSCFG_MemoryRemapConfig(uint8_t SYSCFG_MemoryRemap);
307 void SYSCFG_MemoryRemapConfig(uint8_t SYSCFG_MemoryRemap);
Completed in 8 milliseconds