Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/
Dfsl_sfdp_parser.c716 … if ((cmdPolicy == kSFDP_CmdPolicy_DdrIO) || (cmdPolicy == kSFDP_CmdPolicy_HighestThroughput)) in SFDP_GetFlashProtocolType()
755 else if (cmdPolicy == kSFDP_CmdPolicy_HighestThroughput) in SFDP_GetFlashProtocolType()
809 else if (cmdPolicy == kSFDP_CmdPolicy_HighestThroughput) in SFDP_GetFlashProtocolType()
Dfsl_sfdp_parser.h597kSFDP_CmdPolicy_HighestThroughput = 0U, /*!< Use this policy to select the supported read command … enumerator
/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/xspi/
Dfsl_xspi_nor_flash.c848 sfdp_cmd_policy_t policy = kSFDP_CmdPolicy_HighestThroughput; in XSPI_NOR_FindProtocolType()