Home
last modified time | relevance | path

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

/hal_nxp-2.7.6/mcux/drivers/imx8/
Dfsl_ecspi.h219 struct _ecspi_master_handle struct
221 ecspi_channel_source_t channel; /*!< Channel number */
222 uint32_t *volatile txData; /*!< Transfer buffer */
223 uint32_t *volatile rxData; /*!< Receive buffer */
224 volatile size_t txRemainingBytes; /*!< Send data remaining in bytes */
225 volatile size_t rxRemainingBytes; /*!< Receive data remaining in bytes */
226 volatile uint32_t state; /*!< ECSPI internal state */
227 size_t transferSize; /*!< Bytes to be transferred */
228 ecspi_master_callback_t callback; /*!< ECSPI callback */
229 void *userData; /*!< Callback parameter */