Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/i3c/
Dfsl_i3c_edma.h47 struct _i3c_master_edma_handle struct
49 I3C_Type *base; /*!< I3C base pointer. */
50 uint8_t state; /*!< Transfer state machine current state. */
51 uint32_t transferCount; /*!< Indicates progress of the transfer */
52 uint8_t subaddressBuffer[4]; /*!< Saving subaddress command. */
53 uint8_t subaddressCount; /*!< Saving command count. */
54 i3c_master_transfer_t transfer; /*!< Copy of the current transfer info. */
55 i3c_master_edma_callback_t callback; /*!< Callback function pointer. */
56 void *userData; /*!< Application data passed to callback. */
57 edma_handle_t *rxDmaHandle; /*!< Handle for receive DMA channel. */
[all …]