Home
last modified time | relevance | path

Searched refs:FMC_Bank (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()
385 if(FMC_Bank == FMC_Bank2_NAND) in FMC_NANDDeInit()
559 if(FMC_Bank == FMC_Bank2_NAND) in FMC_NANDCmd()
571 if(FMC_Bank == FMC_Bank2_NAND) in FMC_NANDCmd()
599 if(FMC_Bank == FMC_Bank2_NAND) in FMC_NANDECCCmd()
634 if(FMC_Bank == FMC_Bank2_NAND) in FMC_GetECC()
1297 if(FMC_Bank == FMC_Bank2_NAND) in FMC_GetFlagStatus()
1350 if(FMC_Bank == FMC_Bank2_NAND) in FMC_ClearFlag()
1399 if(FMC_Bank == FMC_Bank2_NAND) in FMC_GetITStatus()
1422 if((FMC_Bank == FMC_Bank1_SDRAM) || (FMC_Bank == FMC_Bank2_SDRAM)) in FMC_GetITStatus()
[all …]
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_fmc.h1094 void FMC_NORSRAMDeInit(uint32_t FMC_Bank);
1097 void FMC_NORSRAMCmd(uint32_t FMC_Bank, FunctionalState NewState);
1100 void FMC_NANDDeInit(uint32_t FMC_Bank);
1103 void FMC_NANDCmd(uint32_t FMC_Bank, FunctionalState NewState);
1104 void FMC_NANDECCCmd(uint32_t FMC_Bank, FunctionalState NewState);
1105 uint32_t FMC_GetECC(uint32_t FMC_Bank);
1114 void FMC_SDRAMDeInit(uint32_t FMC_Bank);
1125 FlagStatus FMC_GetFlagStatus(uint32_t FMC_Bank, uint32_t FMC_FLAG);
1126 void FMC_ClearFlag(uint32_t FMC_Bank, uint32_t FMC_FLAG);
1127 ITStatus FMC_GetITStatus(uint32_t FMC_Bank, uint32_t FMC_IT);
[all …]

Completed in 8 milliseconds