Home
last modified time | relevance | path

Searched refs:clkFreq (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/
Dfsl_sfdp_parser.c287 uint32_t clkFreq, in SFDP_Get4PadReadCmd() argument
346 if (clkFreq == 100000000UL) in SFDP_Get4PadReadCmd()
350 else if (clkFreq == 133000000UL) in SFDP_Get4PadReadCmd()
354 else if (clkFreq == 166000000UL) in SFDP_Get4PadReadCmd()
358 else if (clkFreq == 200000000UL) in SFDP_Get4PadReadCmd()
374 uint32_t clkFreq, in SFDP_Get8PadReadCmd() argument
425 if (clkFreq == 100000000UL) in SFDP_Get8PadReadCmd()
429 else if (clkFreq == 133000000UL) in SFDP_Get8PadReadCmd()
433 else if (clkFreq == 166000000UL) in SFDP_Get8PadReadCmd()
437 else if (clkFreq == 200000000UL) in SFDP_Get8PadReadCmd()
[all …]
Dfsl_sfdp_parser.h1479 uint32_t clkFreq,
/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/xspi/
Dfsl_xspi_nor_flash.c222 tmpNorFlashConfig.xspiRootClk = xspiMemNorHandle.clkFreq; /* Set as 50MHz to read SFDP. */ in XSPI_NOR_ProbeNorFlashSfdpHeader()
630 uint32_t clkFreq = xspiMemNorHandle.clkFreq; in XSPI_NOR_FillReadDataLutSeq() local
634 clkFreq /= 2UL; in XSPI_NOR_FillReadDataLutSeq()
637 …SFDP_GetReadCmdInfo(xspiMemNorHandle.ptrSfdpHandle, xspiMemNorHandle.curProtocolType, clkFreq, &re… in XSPI_NOR_FillReadDataLutSeq()
1249 xspiMemNorHandle.clkFreq = xspiNorMemConfig.xspiRootClk; in Nor_Flash_Init()
Dfsl_xspi_nor_flash.h110 uint32_t clkFreq; /*!< Frequency of serial flash. */ member
/hal_nxp-latest/mcux/mcux-sdk/components/pf5020/
Dfsl_pf5020.h480 pf5020_high_speed_clk_freq_t clkFreq; /*!< The frequency of internal high speed clock, member
Dfsl_pf5020.c590 …tmp8 = ((uint8_t)(config->clkFreq) | ((uint8_t)(config->enableSS) << 5U) | ((uint8_t)(config->ssRa… in PF5020_CLK_ConfigHighSpeedClock()