mirror of
https://github.com/eclipse/upm.git
synced 2025-07-01 09:21:12 +03:00
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:
@ -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,
|
||||
|
@ -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);
|
||||
|
Reference in New Issue
Block a user