mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
lis2ds12.{h,hpp}: add missing parameter description
Signed-off-by: Alex Tereschenko <alext.mkrs@gmail.com>
This commit is contained in:
parent
c154ec6cb8
commit
a65cd2e59b
@ -299,6 +299,7 @@ extern "C" {
|
|||||||
* Read contiguous registers into a buffer
|
* Read contiguous registers into a buffer
|
||||||
*
|
*
|
||||||
* @param dev The device context
|
* @param dev The device context
|
||||||
|
* @param reg The register to start the read from
|
||||||
* @param buffer The buffer to store the results
|
* @param buffer The buffer to store the results
|
||||||
* @param len The number of registers to read
|
* @param len The number of registers to read
|
||||||
* @return The number of bytes read, or -1 on error
|
* @return The number of bytes read, or -1 on error
|
||||||
|
@ -292,6 +292,7 @@ namespace upm {
|
|||||||
/**
|
/**
|
||||||
* Read contiguous registers into a buffer
|
* Read contiguous registers into a buffer
|
||||||
*
|
*
|
||||||
|
* @param reg The register to start the read from
|
||||||
* @param buffer The buffer to store the results
|
* @param buffer The buffer to store the results
|
||||||
* @param len The number of registers to read
|
* @param len The number of registers to read
|
||||||
* @return The number of bytes read
|
* @return The number of bytes read
|
||||||
|
Loading…
x
Reference in New Issue
Block a user