Home
last modified time | relevance | path

Searched refs:s_flexspiBases (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-2.7.6/mcux/drivers/imxrt6xx/
Dfsl_flexspi.c83 static FLEXSPI_Type *const s_flexspiBases[] = FLEXSPI_BASE_PTRS; variable
95 static flexspi_handle_t *s_flexspiHandle[ARRAY_SIZE(s_flexspiBases)];
131 for (instance = 0; instance < ARRAY_SIZE(s_flexspiBases); instance++) in FLEXSPI_GetInstance()
133 if (s_flexspiBases[instance] == base) in FLEXSPI_GetInstance()
139 assert(instance < ARRAY_SIZE(s_flexspiBases)); in FLEXSPI_GetInstance()
Dfsl_flexspi_dma.c38 static FLEXSPI_Type *const s_flexspiBases[] = FLEXSPI_BASE_PTRS; variable
41 static flexspi_dma_private_handle_t s_dmaPrivateHandle[ARRAY_SIZE(s_flexspiBases)];
/hal_nxp-2.7.6/mcux/drivers/imx/
Dfsl_flexspi.c83 static FLEXSPI_Type *const s_flexspiBases[] = FLEXSPI_BASE_PTRS; variable
95 static flexspi_handle_t *s_flexspiHandle[ARRAY_SIZE(s_flexspiBases)];
131 for (instance = 0; instance < ARRAY_SIZE(s_flexspiBases); instance++) in FLEXSPI_GetInstance()
133 if (s_flexspiBases[instance] == base) in FLEXSPI_GetInstance()
139 assert(instance < ARRAY_SIZE(s_flexspiBases)); in FLEXSPI_GetInstance()
Dfsl_flexspi_edma.c39 static FLEXSPI_Type *const s_flexspiBases[] = FLEXSPI_BASE_PTRS; variable
42 static flexspi_edma_private_handle_t s_edmaPrivateHandle[ARRAY_SIZE(s_flexspiBases)];