Searched refs:s_dspiBases (Results 1 – 1 of 1) sorted by relevance
104 static SPI_Type *const s_dspiBases[] = SPI_BASE_PTRS; variable115 static void *g_dspiHandle[ARRAY_SIZE(s_dspiBases)];126 volatile uint8_t g_dspiDummyData[ARRAY_SIZE(s_dspiBases)] = {0};140 for (instance = 0; instance < ARRAY_SIZE(s_dspiBases); instance++) in DSPI_GetInstance()142 if (s_dspiBases[instance] == base) in DSPI_GetInstance()148 assert(instance < ARRAY_SIZE(s_dspiBases)); in DSPI_GetInstance()