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.
Dependencies: X_NUCLEO_COMMON ST_INTERFACES
This section groups all the functions concerning activity/inactivity detection. More...
Functions | |
| int32_t | iis2dlpc_act_mode_set (iis2dlpc_ctx_t *ctx, iis2dlpc_sleep_on_t val) |
| Config activity / inactivity or stationary / motion detection. | |
| int32_t | iis2dlpc_act_mode_get (iis2dlpc_ctx_t *ctx, iis2dlpc_sleep_on_t *val) |
| Config activity / inactivity or stationary / motion detection. | |
| int32_t | iis2dlpc_act_sleep_dur_set (iis2dlpc_ctx_t *ctx, uint8_t val) |
| Duration to go in sleep mode (1 LSb = 512 / ODR). | |
| int32_t | iis2dlpc_act_sleep_dur_get (iis2dlpc_ctx_t *ctx, uint8_t *val) |
| Duration to go in sleep mode (1 LSb = 512 / ODR). | |
Detailed Description
This section groups all the functions concerning activity/inactivity detection.
Function Documentation
| int32_t iis2dlpc_act_mode_get | ( | iis2dlpc_ctx_t * | ctx, |
| iis2dlpc_sleep_on_t * | val | ||
| ) |
Config activity / inactivity or stationary / motion detection.
[get]
- Parameters:
-
ctx read / write interface definitions val Get the values of sleep_on in reg WAKE_UP_THS
- Return values:
-
interface status (MANDATORY: return 0 -> no Error)
Definition at line 1829 of file iis2dlpc_reg.c.
| int32_t iis2dlpc_act_mode_set | ( | iis2dlpc_ctx_t * | ctx, |
| iis2dlpc_sleep_on_t | val | ||
| ) |
Config activity / inactivity or stationary / motion detection.
[set]
- Parameters:
-
ctx read / write interface definitions val change the values of sleep_on / stationary in reg WAKE_UP_THS / WAKE_UP_DUR
- Return values:
-
interface status (MANDATORY: return 0 -> no Error)
Definition at line 1799 of file iis2dlpc_reg.c.
| int32_t iis2dlpc_act_sleep_dur_get | ( | iis2dlpc_ctx_t * | ctx, |
| uint8_t * | val | ||
| ) |
Duration to go in sleep mode (1 LSb = 512 / ODR).
[get]
- Parameters:
-
ctx read / write interface definitions val change the values of sleep_dur in reg WAKE_UP_DUR
- Return values:
-
interface status (MANDATORY: return 0 -> no Error)
Definition at line 1886 of file iis2dlpc_reg.c.
| int32_t iis2dlpc_act_sleep_dur_set | ( | iis2dlpc_ctx_t * | ctx, |
| uint8_t | val | ||
| ) |
Duration to go in sleep mode (1 LSb = 512 / ODR).
[set]
- Parameters:
-
ctx read / write interface definitions val change the values of sleep_dur in reg WAKE_UP_DUR
- Return values:
-
interface status (MANDATORY: return 0 -> no Error)
Definition at line 1865 of file iis2dlpc_reg.c.
Generated on Tue Jul 12 2022 14:14:49 by
1.7.2