Home
last modified time | relevance | path

Searched refs:SYSCFG_MemoryRemap (Results 1 – 4 of 4) sorted by relevance

/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/src/
A Dstm32f2xx_syscfg.c115 void SYSCFG_MemoryRemapConfig(uint8_t SYSCFG_MemoryRemap) in SYSCFG_MemoryRemapConfig() argument
118 assert_param(IS_SYSCFG_MEMORY_REMAP_CONFING(SYSCFG_MemoryRemap)); in SYSCFG_MemoryRemapConfig()
120 SYSCFG->MEMRMP = SYSCFG_MemoryRemap; in SYSCFG_MemoryRemapConfig()
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_syscfg.c119 void SYSCFG_MemoryRemapConfig(uint8_t SYSCFG_MemoryRemap) in SYSCFG_MemoryRemapConfig() argument
122 assert_param(IS_SYSCFG_MEMORY_REMAP_CONFING(SYSCFG_MemoryRemap)); in SYSCFG_MemoryRemapConfig()
124 SYSCFG->MEMRMP = SYSCFG_MemoryRemap; in SYSCFG_MemoryRemapConfig()
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/
A Dstm32f2xx_syscfg.h159 void SYSCFG_MemoryRemapConfig(uint8_t SYSCFG_MemoryRemap);
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_syscfg.h201 void SYSCFG_MemoryRemapConfig(uint8_t SYSCFG_MemoryRemap);

Completed in 6 milliseconds