Home
last modified time | relevance | path

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

/hal_nxp-2.7.6/mcux/drivers/kinetis/
Dfsl_lpi2c.h220 struct _lpi2c_master_transfer struct
222 … /*!< Bit mask of options for the transfer. See enumeration #_lpi2c_master_transfer_flags for argument
224 uint16_t slaveAddress; /*!< The 7-bit slave address. */
225 lpi2c_direction_t direction; /*!< Either #kLPI2C_Read or #kLPI2C_Write. */
226 uint32_t subaddress; /*!< Sub address. Transferred MSB first. */
227 …ze_t subaddressSize; /*!< Length of sub address to send in bytes. Maximum size is 4 bytes. */
228 void *data; /*!< Pointer to data to transfer. */
229 size_t dataSize; /*!< Number of bytes to transfer. */
/hal_nxp-2.7.6/mcux/drivers/imx/
Dfsl_lpi2c.h232 struct _lpi2c_master_transfer struct
234 … /*!< Bit mask of options for the transfer. See enumeration #_lpi2c_master_transfer_flags for argument
236 uint16_t slaveAddress; /*!< The 7-bit slave address. */
237 lpi2c_direction_t direction; /*!< Either #kLPI2C_Read or #kLPI2C_Write. */
238 uint32_t subaddress; /*!< Sub address. Transferred MSB first. */
239 …ze_t subaddressSize; /*!< Length of sub address to send in bytes. Maximum size is 4 bytes. */
240 void *data; /*!< Pointer to data to transfer. */
241 size_t dataSize; /*!< Number of bytes to transfer. */