Searched refs:FSMC_NANDInitStruct (Results 1 – 4 of 4) sorted by relevance
263 tmppcr = (uint32_t)FSMC_NANDInitStruct->FSMC_Waitfeature | in FSMC_NANDInit()265 FSMC_NANDInitStruct->FSMC_MemoryDataWidth | in FSMC_NANDInit()266 FSMC_NANDInitStruct->FSMC_ECC | in FSMC_NANDInit()267 FSMC_NANDInitStruct->FSMC_ECCPageSize | in FSMC_NANDInit()268 (FSMC_NANDInitStruct->FSMC_TCLRSetupTime << 9 )| in FSMC_NANDInit()269 (FSMC_NANDInitStruct->FSMC_TARSetupTime << 13); in FSMC_NANDInit()283 if(FSMC_NANDInitStruct->FSMC_Bank == FSMC_Bank2_NAND) in FSMC_NANDInit()400 FSMC_NANDInitStruct->FSMC_Bank = FSMC_Bank2_NAND; in FSMC_NANDStructInit()403 FSMC_NANDInitStruct->FSMC_ECC = FSMC_ECC_Disable; in FSMC_NANDStructInit()405 FSMC_NANDInitStruct->FSMC_TCLRSetupTime = 0x0; in FSMC_NANDStructInit()[all …]
161 tmppcr = (uint32_t)FSMC_NANDInitStruct->FSMC_Waitfeature | in FSMC_NANDInit()163 FSMC_NANDInitStruct->FSMC_MemoryDataWidth | in FSMC_NANDInit()164 FSMC_NANDInitStruct->FSMC_ECC | in FSMC_NANDInit()165 FSMC_NANDInitStruct->FSMC_ECCPageSize | in FSMC_NANDInit()166 (FSMC_NANDInitStruct->FSMC_TCLRSetupTime << 9 )| in FSMC_NANDInit()167 (FSMC_NANDInitStruct->FSMC_TARSetupTime << 13); in FSMC_NANDInit()179 if(FSMC_NANDInitStruct->FSMC_Bank == FSMC_Bank2_NAND) in FSMC_NANDInit()272 FSMC_NANDInitStruct->FSMC_Bank = FSMC_Bank2_NAND; in FSMC_NANDStructInit()275 FSMC_NANDInitStruct->FSMC_ECC = FSMC_ECC_Disable; in FSMC_NANDStructInit()277 FSMC_NANDInitStruct->FSMC_TCLRSetupTime = 0x0; in FSMC_NANDStructInit()[all …]
298 void FSMC_NANDInit(FSMC_NANDInitTypeDef* FSMC_NANDInitStruct);301 void FSMC_NANDStructInit(FSMC_NANDInitTypeDef* FSMC_NANDInitStruct);
678 void FSMC_NANDInit(FSMC_NANDInitTypeDef* FSMC_NANDInitStruct);681 void FSMC_NANDStructInit(FSMC_NANDInitTypeDef* FSMC_NANDInitStruct);
Completed in 9 milliseconds