Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/
Dfsl_sfdp_parser.c66 sfdp_param_header_t *ptrCurParamHeader = NULL; in SFDP_InterpretSFDPParamHeaders() local
73 ptrCurParamHeader = &(ptrSfdpParamHeaders[i]); in SFDP_InterpretSFDPParamHeaders()
74 switch (SFDP_GetParamId(ptrCurParamHeader)) in SFDP_InterpretSFDPParamHeaders()
78 (void)spiReadTable(ptrCurParamHeader->ptp, (uint32_t *)((uint32_t)(&(handle->bfp))), in SFDP_InterpretSFDPParamHeaders()
79 (4UL * ptrCurParamHeader->len)); in SFDP_InterpretSFDPParamHeaders()
87 … (void)spiReadTable(ptrCurParamHeader->ptp, (uint32_t *)((uint32_t)(&(handle->sectorMapTable))), in SFDP_InterpretSFDPParamHeaders()
88 (4UL * ptrCurParamHeader->len)); in SFDP_InterpretSFDPParamHeaders()
97 … (void)spiReadTable(ptrCurParamHeader->ptp, (uint32_t *)((uint32_t)(&(handle->rpmcTable))), in SFDP_InterpretSFDPParamHeaders()
98 (4UL * ptrCurParamHeader->len)); in SFDP_InterpretSFDPParamHeaders()
107 …(void)spiReadTable(ptrCurParamHeader->ptp, (uint32_t *)((uint32_t)(&(handle->fourByteAddrInstTable… in SFDP_InterpretSFDPParamHeaders()
[all …]