Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/
Dfsl_sfdp_parser.c65 uint8_t paramTableCount = handle->nph + 1U; in SFDP_InterpretSFDPParamHeaders()
562 handle->nph = tmpSfdpHeader.nph; in SFDP_ReadSFDPHeader()
579 uint8_t nph, in SFDP_ReadSFDPParameterHeader() argument
584 status = spiRead(0x8UL, (uint32_t *)((uint32_t)ptrSfdpParamHeader), 8UL * (nph + 1UL)); in SFDP_ReadSFDPParameterHeader()
608 ptrSfdpParamHeader = (sfdp_param_header_t *)(uint32_t)malloc((handle->nph + 1U) * 8U); in SFDP_ReadAllSupportedTable()
609 …ret = SFDP_ReadSFDPParameterHeader(ptrSfdpParamHeader, handle->nph, handle->spiRead… in SFDP_ReadAllSupportedTable()
Dfsl_sfdp_parser.h98 uint8_t nph; /*!< Number of parameter header, 0-based, 0 indicates 1 parameter header. */ member
988 uint8_t nph; /* Counts of parameter tables. */ member
1026 uint8_t nph,