Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpi2c/
Dfsl_lpi2c_edma.h52 struct _lpi2c_master_edma_handle struct
54 LPI2C_Type *base; /*!< LPI2C base pointer. */
55 bool isBusy; /*!< Transfer state machine current state. */
56 uint8_t nbytes; /*!< eDMA minor byte transfer count initially configured. */
57 … uint16_t commandBuffer[10]; /*!< LPI2C command sequence. When all 10 command words are used:
59 lpi2c_master_transfer_t transfer; /*!< Copy of the current transfer info. */
60 lpi2c_master_edma_transfer_callback_t completionCallback; /*!< Callback function pointer. */
61 …d *userData; /*!< Application data passed to callback. */
62 … edma_handle_t *rx; /*!< Handle for receive DMA channel. */
63 … edma_handle_t *tx; /*!< Handle for transmit DMA channel. */
[all …]