MEMS nano pressure sensor: 260-1260 hPa absolute digital output barometer.
Dependencies: X_NUCLEO_COMMON ST_INTERFACES
Dependents: X_NUCLEO_IKS01A3 X_NUCLEO_IKS01A3
This section group all the functions concerning the filters configuration. More...
Functions | |
| int32_t | lps22hh_lp_bandwidth_set (lps22hh_ctx_t *ctx, lps22hh_lpfp_cfg_t val) |
| Low-pass bandwidth selection. | |
| int32_t | lps22hh_lp_bandwidth_get (lps22hh_ctx_t *ctx, lps22hh_lpfp_cfg_t *val) |
| Low-pass bandwidth selection. | |
Detailed Description
This section group all the functions concerning the filters configuration.
Function Documentation
| int32_t lps22hh_lp_bandwidth_get | ( | lps22hh_ctx_t * | ctx, |
| lps22hh_lpfp_cfg_t * | val | ||
| ) |
Low-pass bandwidth selection.
[get]
- Parameters:
-
ctx read / write interface definitions val Get the values of lpfp_cfg in reg CTRL_REG1
- Return values:
-
interface status (MANDATORY: return 0 -> no Error)
Definition at line 845 of file lps22hh_reg.c.
| int32_t lps22hh_lp_bandwidth_set | ( | lps22hh_ctx_t * | ctx, |
| lps22hh_lpfp_cfg_t | val | ||
| ) |
Low-pass bandwidth selection.
[set]
- Parameters:
-
ctx read / write interface definitions val change the values of lpfp_cfg in reg CTRL_REG1
- Return values:
-
interface status (MANDATORY: return 0 -> no Error)
Definition at line 824 of file lps22hh_reg.c.
Generated on Wed Jul 13 2022 04:53:54 by
1.7.2