Searched refs:XFMC_NANDInitStruct (Results 1 – 2 of 2) sorted by relevance
228 void XFMC_InitNand(XFMC_NandInitType* XFMC_NANDInitStruct) in XFMC_InitNand() argument233 assert_param(IS_XFMC_NAND_BANK(XFMC_NANDInitStruct->Bank)); in XFMC_InitNand()251 | XFMC_NANDInitStruct->WaitFeatureEnable in XFMC_InitNand()252 | XFMC_NANDInitStruct->MemDataWidth in XFMC_InitNand()253 | XFMC_NANDInitStruct->EccEnable in XFMC_InitNand()254 | XFMC_NANDInitStruct->EccPageSize in XFMC_InitNand()255 | XFMC_NANDInitStruct->TCLRSetTime in XFMC_InitNand()256 | XFMC_NANDInitStruct->TARSetTime; in XFMC_InitNand()270 XFMC_NANDInitStruct->Bank->CTRLx = tmppcr; in XFMC_InitNand()271 XFMC_NANDInitStruct->Bank->CMEMTMx = tmppmem; in XFMC_InitNand()[all …]
795 void XFMC_InitNand(XFMC_NandInitType* XFMC_NANDInitStruct);797 void XFMC_InitNandStruct(XFMC_NandInitType* XFMC_NANDInitStruct);
Completed in 17 milliseconds