Home
last modified time | relevance | path

Searched refs:xSPIProfile1Table (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/
Dfsl_sfdp_parser.c36 sfdp_func_table_info_t xSPIProfile1Table; member
113 g_sfdpFuncTables.xSPIProfile1Table.supported = 1U; in SFDP_InterpretSFDPParamHeaders()
114 g_sfdpFuncTables.xSPIProfile1Table.indexOfArray = i; in SFDP_InterpretSFDPParamHeaders()
115 g_sfdpFuncTables.xSPIProfile1Table.paramTableRevision = in SFDP_InterpretSFDPParamHeaders()
117 … (void)spiReadTable(ptrCurParamHeader->ptp, (uint32_t *)((uint32_t)(&(handle->xSPIProfile1Table))), in SFDP_InterpretSFDPParamHeaders()
423 if (g_sfdpFuncTables.xSPIProfile1Table.supported != 0U) in SFDP_Get8PadReadCmd()
427 … ptr8PadReadCmdInfo->dummyCycle = (uint8_t)((handle->xSPIProfile1Table.dw5 & 0xF80UL) >> 7UL); in SFDP_Get8PadReadCmd()
431 … ptr8PadReadCmdInfo->dummyCycle = (uint8_t)((handle->xSPIProfile1Table.dw5 & 0x3E0000UL) >> 12UL); in SFDP_Get8PadReadCmd()
435 …ptr8PadReadCmdInfo->dummyCycle = (uint8_t)((handle->xSPIProfile1Table.dw5 & 0xF8000000UL) >> 27UL); in SFDP_Get8PadReadCmd()
439 … ptr8PadReadCmdInfo->dummyCycle = (uint8_t)((handle->xSPIProfile1Table.dw4 & 0xF80UL) >> 7UL); in SFDP_Get8PadReadCmd()
[all …]
Dfsl_sfdp_parser.h969 …sfdp_xSPI_profile1_param_table_t xSPIProfile1Table; /*!< eXtended serial peripheral … member