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