mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 09:51:14 +03:00
doc: fix spelling errors
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
This commit is contained in:

committed by
Jon Trulson

parent
2d1ce18838
commit
2bc8159230
@ -1127,7 +1127,7 @@ namespace upm {
|
||||
void setSelfTest(bool sign, bool amp, SELFTTEST_AXIS_T axis);
|
||||
|
||||
/**
|
||||
* Return the Interrupt Enables 0 register. These resgisters
|
||||
* Return the Interrupt Enables 0 register. These registers
|
||||
* allow you to enable various interrupt conditions. See the
|
||||
* datasheet for details.
|
||||
*
|
||||
|
@ -961,7 +961,7 @@ namespace upm {
|
||||
void fifoConfig(FIFO_MODE_T mode, FIFO_DATA_SEL_T axes);
|
||||
|
||||
/**
|
||||
* Return the Interrupt Enables 0 register. These resgisters
|
||||
* Return the Interrupt Enables 0 register. These registers
|
||||
* allow you to enable various interrupt conditions. See the
|
||||
* datasheet for details.
|
||||
*
|
||||
|
@ -430,7 +430,7 @@ namespace upm {
|
||||
OPERATION_MODE_T getOpmode();
|
||||
|
||||
/**
|
||||
* Return the Interrupt Enables register. This resgister
|
||||
* Return the Interrupt Enables register. This register
|
||||
* allows you to enable various interrupt conditions. See the
|
||||
* datasheet for details.
|
||||
*
|
||||
@ -476,7 +476,7 @@ namespace upm {
|
||||
uint8_t getInterruptStatus();
|
||||
|
||||
/**
|
||||
* Set the repetion counter for the X and Y axes. This allows the
|
||||
* Set the repetition counter for the X and Y axes. This allows the
|
||||
* device to average a number of measurements for a more stable
|
||||
* output. See the datasheet for details.
|
||||
*
|
||||
@ -486,7 +486,7 @@ namespace upm {
|
||||
void setRepetitionsXY(uint8_t reps);
|
||||
|
||||
/**
|
||||
* Set the repetion counter for the Z axis. This allows the
|
||||
* Set the repetition counter for the Z axis. This allows the
|
||||
* device to average a number of measurements for a more stable
|
||||
* output. See the datasheet for details.
|
||||
*
|
||||
|
Reference in New Issue
Block a user