Home
last modified time | relevance | path

Searched refs:BankMapConfig (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal.c1064 void HAL_SetFMCMemorySwappingConfig(uint32_t BankMapConfig) in HAL_SetFMCMemorySwappingConfig() argument
1067 assert_param(IS_FMC_SWAPBMAP_MODE(BankMapConfig)); in HAL_SetFMCMemorySwappingConfig()
1068 MODIFY_REG(FMC_Bank1_R->BTCR[0], FMC_BCR1_BMAP, BankMapConfig); in HAL_SetFMCMemorySwappingConfig()
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal.h1149 void HAL_SetFMCMemorySwappingConfig(uint32_t BankMapConfig);