Home
last modified time | relevance | path

Searched refs:flexspi_dma_callback_t (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-2.7.6/mcux/drivers/imxrt6xx/
Dfsl_flexspi_dma.h32 typedef void (*flexspi_dma_callback_t)(FLEXSPI_Type *base, typedef
55flexspi_dma_callback_t completionCallback; /*!< A callback function called after the dma transfer …
83 flexspi_dma_callback_t callback,
Dfsl_flexspi_dma.c461 flexspi_dma_callback_t callback, in FLEXSPI_TransferCreateHandleDMA()