Searched refs:SFDP_XSPI_PROFILE_OPI_CMD_COUNT (Results 1 – 3 of 3) sorted by relevance
13 const uint8_t g_sfdpXspiProfile1OpiCmdShift[SFDP_XSPI_PROFILE_OPI_CMD_COUNT] = {31U, 28U, 26U, 20U,…14 const uint8_t g_sfdpXspiProfile2OpiCmdShift[SFDP_XSPI_PROFILE_OPI_CMD_COUNT] = {0xFFU, 13U, 12U, 0…
690 #define SFDP_XSPI_PROFILE_OPI_CMD_COUNT (7U) macro
863 … } while ((ret == kSFDP_RET_Success) && ((uint8_t)opiCmd < SFDP_XSPI_PROFILE_OPI_CMD_COUNT)); in XSPI_NOR_FindProtocolType()