Home
last modified time | relevance | path

Searched defs:_xspi_handle (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/xspi/
Dfsl_xspi.h562 struct _xspi_handle struct
564 uint32_t state; /*!< Internal state for XSPI transfer */
565 uint8_t *data; /*!< Data buffer. */
566 size_t dataSize; /*!< Remaining Data size in bytes. */
567 size_t transferTotalSize; /*!< Total Data size in bytes. */
568 …r_callback_t completionCallback; /*!< Callback for users while transfer finish or error occurred */
569 void *userData; /*!< XSPI callback function parameter.*/