Searched defs:_lpi2c_master_transfer (Results 1 – 1 of 1) sorted by relevance
232 struct _lpi2c_master_transfer struct234 … /*!< Bit mask of options for the transfer. See enumeration #_lpi2c_master_transfer_flags for argument236 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. */