Searched refs:tmpctrl (Results 1 – 4 of 4) sorted by relevance
102 uint32_t tmpctrl = 0; in SYSCFG_MemoryRemapConfig() local108 tmpctrl = SYSCFG->CFGR; in SYSCFG_MemoryRemapConfig()111 tmpctrl &= (uint32_t) (~SYSCFG_CFGR_MEM_MODE); in SYSCFG_MemoryRemapConfig()114 tmpctrl |= (uint32_t) SYSCFG_MemoryRemap; in SYSCFG_MemoryRemapConfig()117 SYSCFG->CFGR = tmpctrl; in SYSCFG_MemoryRemapConfig()
54 uint32_t tmpctrl = 0; in SYSCFG_MemoryRemapConfig() local60 tmpctrl = SYSCFG->CFGR1; in SYSCFG_MemoryRemapConfig()63 tmpctrl &= (uint32_t) (~SYSCFG_CFGR1_MEM_MODE); in SYSCFG_MemoryRemapConfig()66 tmpctrl |= (uint32_t) SYSCFG_MemoryRemap; in SYSCFG_MemoryRemapConfig()69 SYSCFG->CFGR1 = tmpctrl; in SYSCFG_MemoryRemapConfig()
88 uint32_t tmpctrl = 0; in SYSCFG_MemoryRemapConfig() local94 tmpctrl = SYSCFG->CFGR1; in SYSCFG_MemoryRemapConfig()97 tmpctrl &= (uint32_t)(~SYSCFG_CFGR1_MEM_MODE); in SYSCFG_MemoryRemapConfig()100 tmpctrl |= (uint32_t) SYSCFG_MemoryRemap; in SYSCFG_MemoryRemapConfig()103 SYSCFG->CFGR1 = tmpctrl; in SYSCFG_MemoryRemapConfig()
Completed in 6 milliseconds