docs: updated @param tags, added missing function descriptions, other minor changes

Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
Mihai Tudor Panu
2017-04-10 16:59:39 -07:00
parent 39df7fd10f
commit 3aef2ea70e
94 changed files with 327 additions and 222 deletions

View File

@ -284,7 +284,7 @@ extern "C" {
* pin. See the datasheet for details.
*
* @param dev The device context.
* @param A bitmask of BMG160_INT_MAP_0_BITS_T bits.
* @param bits A bitmask of BMG160_INT_MAP_0_BITS_T bits.
* @return UPM result.
*/
upm_result_t bmg160_set_interrupt_map0(const bmg160_context dev,
@ -304,7 +304,7 @@ extern "C" {
* details.
*
* @param dev The device context.
* @param A bitmask of BMG160_INT_MAP_1_BITS_T bits.
* @param bits A bitmask of BMG160_INT_MAP_1_BITS_T bits.
* @return UPM result.
*/
upm_result_t bmg160_set_interrupt_map1(const bmg160_context dev,

View File

@ -263,7 +263,7 @@ namespace upm {
* to map specific interrupts to the interrupt 1 or interrupt 2
* pin. See the datasheet for details.
*
* @param A bitmask of BMG160_INT_MAP_0_BITS_T bits.
* @param bits A bitmask of BMG160_INT_MAP_0_BITS_T bits.
* @throws std::runtime_error on failure.
*/
void setInterruptMap0(uint8_t bits);
@ -280,7 +280,7 @@ namespace upm {
* Set the Interrupt Map 1 register. See the datasheet for
* details.
*
* @param A bitmask of BMG160_INT_MAP_1_BITS_T bits.
* @param bits A bitmask of BMG160_INT_MAP_1_BITS_T bits.
* @throws std::runtime_error on failure.
*/
void setInterruptMap1(uint8_t bits);