Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/s32/drivers/s32k3/Fls/include/
DQspi_Ip_Types.h608 …const Qspi_Ip_ControllerConfigType * ctrlCfgPtr; /*!< New controller configuration, valid only fo… member
/hal_nxp-3.6.0/s32/drivers/s32k3/Fls/src/
DQspi_Ip_Sfdp.c1778 operation->ctrlCfgPtr = NULL_PTR; in Qspi_Ip_SfdpLutInitEnterLegacySPI()
2223 operation->ctrlCfgPtr = NULL_PTR; in Qspi_Ip_SfdpInitSimpleCmd()
2296 operation->ctrlCfgPtr = NULL_PTR; in Qspi_Ip_SfdpInitWriteReg()
3632 operation->ctrlCfgPtr = NULL_PTR; in Qspi_Ip_SfdpAdd2dopiOperation()
3674 operation->ctrlCfgPtr = NULL_PTR; in Qspi_Ip_SfdpAddCheckBusyOperation()
DQspi_Ip.c751 …tatus = Qspi_Ip_ControllerInit(state->connection->qspiInstance, initOperations[initOp].ctrlCfgPtr); in Qspi_Ip_InitOperation()