Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
This section groups all the data output functions. More...
Functions | |
| int32_t | lps22hh_pressure_raw_get (lps22hh_ctx_t *ctx, uint8_t *buff) |
| pressure_raw: [get] Pressure output value. | |
| int32_t | lps22hh_temperature_raw_get (lps22hh_ctx_t *ctx, uint8_t *buff) |
| temperature_raw: [get] Temperature output value. | |
| int32_t | lps22hh_fifo_pressure_raw_get (lps22hh_ctx_t *ctx, uint8_t *buff) |
| fifo_pressure_raw: [get] Pressure output from FIFO value. | |
| int32_t | lps22hh_fifo_temperature_raw_get (lps22hh_ctx_t *ctx, uint8_t *buff) |
| fifo_temperature_raw: [get] Temperature output from FIFO value. | |
Detailed Description
This section groups all the data output functions.
Function Documentation
| int32_t lps22hh_fifo_pressure_raw_get | ( | lps22hh_ctx_t * | ctx, |
| uint8_t * | buff | ||
| ) |
fifo_pressure_raw: [get] Pressure output from FIFO value.
- Parameters:
-
lps22hh_ctx_t *ctx: read / write interface definitions uint8_t * : buffer that stores data read
Definition at line 488 of file LPS22HH_Driver.c.
| int32_t lps22hh_fifo_temperature_raw_get | ( | lps22hh_ctx_t * | ctx, |
| uint8_t * | buff | ||
| ) |
fifo_temperature_raw: [get] Temperature output from FIFO value.
- Parameters:
-
lps22hh_ctx_t *ctx: read / write interface definitions uint8_t * : buffer that stores data read
Definition at line 500 of file LPS22HH_Driver.c.
| int32_t lps22hh_pressure_raw_get | ( | lps22hh_ctx_t * | ctx, |
| uint8_t * | buff | ||
| ) |
pressure_raw: [get] Pressure output value.
- Parameters:
-
lps22hh_ctx_t *ctx: read / write interface definitions uint8_t * : buffer that stores data read
Definition at line 464 of file LPS22HH_Driver.c.
| int32_t lps22hh_temperature_raw_get | ( | lps22hh_ctx_t * | ctx, |
| uint8_t * | buff | ||
| ) |
temperature_raw: [get] Temperature output value.
- Parameters:
-
lps22hh_ctx_t *ctx: read / write interface definitions uint8_t * : buffer that stores data read
Definition at line 476 of file LPS22HH_Driver.c.
Generated on Tue Jul 12 2022 16:29:50 by
1.7.2