Searched refs:__FSMC_NORSRAM_ENABLE (Results 1 – 10 of 10) sorted by relevance
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_ll_fsmc.h | 677 #define __FMC_NORSRAM_ENABLE __FSMC_NORSRAM_ENABLE 769 #define __FSMC_NORSRAM_ENABLE(__INSTANCE__, __BANK__) ((__INSTANCE__)->BTCR[(__BANK__)]\ macro
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_ll_fsmc.h | 445 #define __FSMC_NORSRAM_ENABLE(__INSTANCE__, __BANK__) ((__INSTANCE__)->BTCR[(__BANK__)]\ macro
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_ll_fsmc.h | 589 #define __FSMC_NORSRAM_ENABLE(__INSTANCE__, __BANK__) ((__INSTANCE__)->BTCR[(__BANK__)]\ macro
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_ll_fsmc.h | 646 #define __FSMC_NORSRAM_ENABLE(__INSTANCE__, __BANK__) ((__INSTANCE__)->BTCR[(__BANK__)]\ macro
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_hal_sram.c | 214 __FSMC_NORSRAM_ENABLE(hsram->Instance, hsram->Init.NSBank); in HAL_SRAM_Init()
|
D | stm32f2xx_hal_nor.c | 275 __FSMC_NORSRAM_ENABLE(hnor->Instance, hnor->Init.NSBank); in HAL_NOR_Init()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_hal_sram.c | 215 __FSMC_NORSRAM_ENABLE(hsram->Instance, hsram->Init.NSBank); in HAL_SRAM_Init()
|
D | stm32f1xx_hal_nor.c | 276 __FSMC_NORSRAM_ENABLE(hnor->Instance, hnor->Init.NSBank); in HAL_NOR_Init()
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_hal_sram.c | 209 __FSMC_NORSRAM_ENABLE(hsram->Instance, hsram->Init.NSBank); in HAL_SRAM_Init()
|
D | stm32l1xx_hal_nor.c | 270 __FSMC_NORSRAM_ENABLE(hnor->Instance, hnor->Init.NSBank); in HAL_NOR_Init()
|