Home
last modified time | relevance | path

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

/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_fmc.c411 void FMC_NANDInit(FMC_NANDInitTypeDef* FMC_NANDInitStruct) in FMC_NANDInit() argument
432 if(FMC_NANDInitStruct->FMC_Bank == FMC_Bank2_NAND) in FMC_NANDInit()
449 tmppcr |= (uint32_t)FMC_NANDInitStruct->FMC_Waitfeature | in FMC_NANDInit()
452 FMC_NANDInitStruct->FMC_ECC | in FMC_NANDInit()
457 if(FMC_NANDInitStruct->FMC_Bank == FMC_Bank2_NAND) in FMC_NANDInit()
478 if(FMC_NANDInitStruct->FMC_Bank == FMC_Bank2_NAND) in FMC_NANDInit()
499 if(FMC_NANDInitStruct->FMC_Bank == FMC_Bank2_NAND) in FMC_NANDInit()
525 FMC_NANDInitStruct->FMC_Bank = FMC_Bank2_NAND; in FMC_NANDStructInit()
528 FMC_NANDInitStruct->FMC_ECC = FMC_ECC_Disable; in FMC_NANDStructInit()
530 FMC_NANDInitStruct->FMC_TCLRSetupTime = 0x0; in FMC_NANDStructInit()
[all …]
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_fmc.h1101 void FMC_NANDInit(FMC_NANDInitTypeDef* FMC_NANDInitStruct);
1102 void FMC_NANDStructInit(FMC_NANDInitTypeDef* FMC_NANDInitStruct);

Completed in 9 milliseconds