Home
last modified time | relevance | path

Searched refs:tWehigh2Relow_Ns (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/flash/nand/semc/
Dfsl_semc_nand_flash.c189 semcNandTimingConfig->tWehigh2Relow_Ns = nandTiming->min_tWHR_ns; in semc_get_default_timing_configure()
378 semcConfig->timingConfig->tWehigh2Relow_Ns = timingArray->min_tWHR_ns; in semc_nand_get_onfi_timing_configure()
/hal_nxp-latest/mcux/mcux-sdk/drivers/semc/
Dfsl_semc.h424 uint8_t tWehigh2Relow_Ns; /*!< WE# high to RE# wait time: tWHR. */ member
Dfsl_semc.c633 … timing = SEMC_NANDCR2_TWHR(SEMC_ConvertTiming(config->timingConfig->tWehigh2Relow_Ns, clkSrc_Hz)); in SEMC_ConfigureNAND()