Searched refs:resetCmdCount (Results 1 – 3 of 3) sorted by relevance
164 uint8 resetCmdCount,851 uint8 resetCmdCount, in Qspi_Ip_InitReset() argument861 for (cnt = 0U; cnt < resetCmdCount; cnt++) in Qspi_Ip_InitReset()1235 uint8 resetCmdCount; /*!< Number of commands in reset sequence */ in Qspi_Ip_Reset() local1243 resetCmdCount = state->configuration->resetSettings.resetCmdCount; in Qspi_Ip_Reset()1245 status = Qspi_Ip_InitReset(instance, resetCmdLut, resetCmdCount, state); in Qspi_Ip_Reset()1799 …instance, pConfig->initResetSettings.resetCmdLut, pConfig->initResetSettings.resetCmdCount, state); in Qspi_Ip_Init()
3282 resetSettings->resetCmdCount = 1U; in Qspi_Ip_SfdpConfigReset8()3302 resetSettings->resetCmdCount = 2U; in Qspi_Ip_SfdpConfigReset16()3357 resetSettings->resetCmdCount = 0U; in Qspi_Ip_SfdpGetBasicResetInfo()3377 pConfig->resetSettings.resetCmdCount = 0U; in Qspi_Ip_SfdpGetXspi1ResetInfo()3387 pConfig->resetSettings.resetCmdCount = 2U; in Qspi_Ip_SfdpGetXspi1ResetInfo()3408 pConfig->resetSettings.resetCmdCount = 1U; in Qspi_Ip_SfdpGetXspi1ResetInfo()3434 pConfig->initResetSettings.resetCmdCount = 0U; in Qspi_Ip_SfdpGetXspi1InitResetInfo()3444 pConfig->initResetSettings.resetCmdCount = 2U; in Qspi_Ip_SfdpGetXspi1InitResetInfo()3461 pConfig->initResetSettings.resetCmdCount = 1U; in Qspi_Ip_SfdpGetXspi1InitResetInfo()
560 uint8 resetCmdCount; /*!< Number of commands in reset sequence */ member