Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/flash/nor/
Dfsl_sfdp_parser.h674 typedef status_t (*SFDP_SpiReadFunc)(uint32_t address, uint32_t *outputBuffer, uint32_t sizeInBytes… typedef
986SFDP_SpiReadFunc spiRead; /*!< The function of read sfdp. */
1012 sfdp_ret_type_t SFDP_ReadSFDPHeader(sfdp_handle_t *handle, SFDP_SpiReadFunc spiRead);
1027 SFDP_SpiReadFunc spiRead);
Dfsl_sfdp_parser.c67 SFDP_SpiReadFunc spiReadTable = handle->spiRead; in SFDP_InterpretSFDPParamHeaders()
538 sfdp_ret_type_t SFDP_ReadSFDPHeader(sfdp_handle_t *handle, SFDP_SpiReadFunc spiRead) in SFDP_ReadSFDPHeader()
580 SFDP_SpiReadFunc spiRead) in SFDP_ReadSFDPParameterHeader()