Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/s32/drivers/s32k3/Fls/include/
DQspi_Ip_Types.h588 Qspi_Ip_InstrOpType *lutOps; /*!< List of operations */ member
/hal_nxp-3.6.0/s32/drivers/s32k3/Fls/src/
DQspi_Ip_Sfdp.c1223 lutSequences->lutOps[lutCount] = instr; in Qspi_Ip_SfdpLutAdd()
3976 …DEV_ASSERT_QSPI((pConfig->lutSequences.lutOps != NULL_PTR) && (pConfig->lutSequences.opCount > 0U)… in Qspi_Ip_ReadSfdp()
DQspi_Ip.c210 const Qspi_Ip_InstrOpType *virtualLutTable = state->configuration->lutSequences.lutOps; in Qspi_Ip_InitLutSeq()