Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/
Dfsl_sfdp_parser.c38 sfdp_func_table_info_t SCCRegMapTable; member
133 g_sfdpFuncTables.SCCRegMapTable.supported = 1U; in SFDP_InterpretSFDPParamHeaders()
134 g_sfdpFuncTables.SCCRegMapTable.indexOfArray = i; in SFDP_InterpretSFDPParamHeaders()
135 …g_sfdpFuncTables.SCCRegMapTable.paramTableRevision = SFDP_GetParamRevision(&(ptrSfdpParamHeaders[i… in SFDP_InterpretSFDPParamHeaders()
136 … (void)spiReadTable(ptrCurParamHeader->ptp, (uint32_t *)((uint32_t)(&(handle->SCCRegMapTable))), in SFDP_InterpretSFDPParamHeaders()
934 if (g_sfdpFuncTables.SCCRegMapTable.supported != 0UL) in SFDP_CheckOPICmdSupported()
936 if ((handle->SCCRegMapTable.dw3 & 0x3C0UL) == 0x3C0UL) in SFDP_CheckOPICmdSupported()
1205 if ((g_sfdpFuncTables.SCCRegMapTable.supported != 0U)) in SFDP_GetReadStatusCmdInfo()
1207 tmp32 = handle->SCCRegMapTable.dw3; in SFDP_GetReadStatusCmdInfo()
1424 if (g_sfdpFuncTables.SCCRegMapTable.supported) in SFDP_GetBusyBitInfo()
[all …]
Dfsl_sfdp_parser.h973 …sfdp_sccr_param_table_t SCCRegMapTable; /*!< Status, control, and Configuration … member