lis2ds12.{h,hpp}: add missing parameter description

Signed-off-by: Alex Tereschenko <alext.mkrs@gmail.com>
This commit is contained in:
Alex Tereschenko 2017-12-30 19:57:26 +00:00
parent c154ec6cb8
commit e589f2aaf0
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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