Home
last modified time | relevance | path

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

/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_fmc.c142 if(FMC_Bank == FMC_Bank1_NORSRAM1) in FMC_NORSRAMDeInit()
224 …ContinousClock == FMC_CClock_SyncAsync) && (FMC_NORSRAMInitStruct->FMC_Bank != FMC_Bank1_NORSRAM1)) in FMC_NORSRAMInit()
226 tmpr = (uint32_t)((FMC_Bank1->BTCR[FMC_Bank1_NORSRAM1+1]) & ~(((uint32_t)0x0F) << 20)); in FMC_NORSRAMInit()
228 FMC_Bank1->BTCR[FMC_Bank1_NORSRAM1] |= FMC_NORSRAMInitStruct->FMC_ContinousClock; in FMC_NORSRAMInit()
229 FMC_Bank1->BTCR[FMC_Bank1_NORSRAM1] |= FMC_BurstAccessMode_Enable; in FMC_NORSRAMInit()
230 …FMC_Bank1->BTCR[FMC_Bank1_NORSRAM1+1] = (uint32_t)(tmpr | (((FMC_NORSRAMInitStruct->FMC_ReadWriteT… in FMC_NORSRAMInit()
277 FMC_NORSRAMInitStruct->FMC_Bank = FMC_Bank1_NORSRAM1; in FMC_NORSRAMStructInit()
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_fmc.h353 #define FMC_Bank1_NORSRAM1 ((uint32_t)0x00000000) macro
358 #define IS_FMC_NORSRAM_BANK(BANK) (((BANK) == FMC_Bank1_NORSRAM1) || \

Completed in 6 milliseconds