Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/
Dfsl_sfdp_parser.c45 } g_sfdpFuncTables; variable
69 (void)memset(&g_sfdpFuncTables, 0UL, sizeof(g_sfdpFuncTables)); in SFDP_InterpretSFDPParamHeaders()
84 g_sfdpFuncTables.sectorMapTable.supported = 1U; in SFDP_InterpretSFDPParamHeaders()
85 g_sfdpFuncTables.sectorMapTable.indexOfArray = i; in SFDP_InterpretSFDPParamHeaders()
86g_sfdpFuncTables.sectorMapTable.paramTableRevision = SFDP_GetParamRevision(&(ptrSfdpParamHeaders[i… in SFDP_InterpretSFDPParamHeaders()
93 g_sfdpFuncTables.rpmcTable.supported = 1U; in SFDP_InterpretSFDPParamHeaders()
94 g_sfdpFuncTables.rpmcTable.indexOfArray = i; in SFDP_InterpretSFDPParamHeaders()
95 g_sfdpFuncTables.fourByteAddrInstTable.paramTableRevision = in SFDP_InterpretSFDPParamHeaders()
103 g_sfdpFuncTables.fourByteAddrInstTable.supported = 1U; in SFDP_InterpretSFDPParamHeaders()
104 g_sfdpFuncTables.fourByteAddrInstTable.indexOfArray = i; in SFDP_InterpretSFDPParamHeaders()
[all …]