Searched defs:_lpi2c_master_handle (Results 1 – 1 of 1) sorted by relevance
231 struct _lpi2c_master_handle struct233 … uint8_t state; /*!< Transfer state machine current state. */234 …uint16_t remainingBytes; /*!< Remaining byte count in current state. */235 uint8_t *buf; /*!< Buffer pointer for current state. */236 uint16_t commandBuffer[7]; /*!< LPI2C command sequence. */237 lpi2c_master_transfer_t transfer; /*!< Copy of the current transfer info. */238 lpi2c_master_transfer_callback_t completionCallback; /*!< Callback function pointer. */239 … void *userData; /*!< Application data passed to callback. */