Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal.c1065 void HAL_SetFMCMemorySwappingConfig(uint32_t BankMapConfig) in HAL_SetFMCMemorySwappingConfig() argument
1068 assert_param(IS_FMC_SWAPBMAP_MODE(BankMapConfig)); in HAL_SetFMCMemorySwappingConfig()
1069 MODIFY_REG(FMC_Bank1_R->BTCR[0], FMC_BCR1_BMAP, BankMapConfig); in HAL_SetFMCMemorySwappingConfig()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal.h1155 void HAL_SetFMCMemorySwappingConfig(uint32_t BankMapConfig);