Home
last modified time | relevance | path

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

/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/lpi2c/
Dfsl_lpi2c.h251 struct _lpi2c_master_handle struct
253 … uint8_t state; /*!< Transfer state machine current state. */
254 …uint16_t remainingBytes; /*!< Remaining byte count in current state. */
255 uint8_t *buf; /*!< Buffer pointer for current state. */
256 …uffer[6]; /*!< LPI2C command sequence. When all 6 command words are used:
258 lpi2c_master_transfer_t transfer; /*!< Copy of the current transfer info. */
259 lpi2c_master_transfer_callback_t completionCallback; /*!< Callback function pointer. */
260 … void *userData; /*!< Application data passed to callback. */
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/lpflexcomm/lpi2c/
Dfsl_lpi2c.h248 struct _lpi2c_master_handle struct
250 … uint8_t state; /*!< Transfer state machine current state. */
251 …uint16_t remainingBytes; /*!< Remaining byte count in current state. */
252 uint8_t *buf; /*!< Buffer pointer for current state. */
253 …uffer[6]; /*!< LPI2C command sequence. When all 6 command words are used:
255 lpi2c_master_transfer_t transfer; /*!< Copy of the current transfer info. */
256 lpi2c_master_transfer_callback_t completionCallback; /*!< Callback function pointer. */
257 … void *userData; /*!< Application data passed to callback. */