Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal.c1068 assert_param(IS_FMC_SWAPBMAP_MODE(BankMapConfig)); in HAL_SetFMCMemorySwappingConfig()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal.h707 #define IS_FMC_SWAPBMAP_MODE(__MODE__) (((__MODE__) == FMC_SWAPBMAP_DISABLE) || \ macro