Use 16-bit length for TWI driver packet read/write requests for longer transfers.
This commit is contained in:
@@ -273,7 +273,7 @@
|
||||
const uint8_t* InternalAddress,
|
||||
uint8_t InternalAddressLen,
|
||||
uint8_t* Buffer,
|
||||
uint8_t Length) ATTR_NON_NULL_PTR_ARG(3);
|
||||
uint16_t Length) ATTR_NON_NULL_PTR_ARG(3);
|
||||
|
||||
/** High level function to perform a complete packet transfer over the TWI bus from the specified
|
||||
* device.
|
||||
@@ -292,7 +292,7 @@
|
||||
const uint8_t* InternalAddress,
|
||||
uint8_t InternalAddressLen,
|
||||
const uint8_t* Buffer,
|
||||
uint8_t Length) ATTR_NON_NULL_PTR_ARG(3);
|
||||
uint16_t Length) ATTR_NON_NULL_PTR_ARG(3);
|
||||
|
||||
/* Disable C linkage for C++ Compilers: */
|
||||
#if defined(__cplusplus)
|
||||
|
||||
Reference in New Issue
Block a user