Searched defs:_lpi2c_master_edma_handle (Results 1 – 1 of 1) sorted by relevance
46 struct _lpi2c_master_edma_handle struct48 LPI2C_Type *base; /*!< LPI2C base pointer. */49 bool isBusy; /*!< Transfer state machine current state. */50 uint8_t nbytes; /*!< eDMA minor byte transfer count initially configured. */51 uint16_t commandBuffer[7]; /*!< LPI2C command sequence. */52 lpi2c_master_transfer_t transfer; /*!< Copy of the current transfer info. */53 lpi2c_master_edma_transfer_callback_t completionCallback; /*!< Callback function pointer. */54 …d *userData; /*!< Application data passed to callback. */55 … edma_handle_t *rx; /*!< Handle for receive DMA channel. */56 … edma_handle_t *tx; /*!< Handle for transmit DMA channel. */[all …]