3-axis MEMS ultra low power accelerometer

Dependencies:   X_NUCLEO_COMMON ST_INTERFACES

Dependents:   X_NUCLEO_IKS01A3 X_NUCLEO_IKS01A3

Embed: (wiki syntax)

« Back to documentation index

/Inactivity_Detection

/Inactivity_Detection
[LIS2DW12]

This section groups all the functions concerning activity/inactivity detection. More...

Functions

int32_t lis2dw12_act_mode_set (lis2dw12_ctx_t *ctx, lis2dw12_sleep_on_t val)
 Config activity / inactivity or stationary / motion detection.
int32_t lis2dw12_act_mode_get (lis2dw12_ctx_t *ctx, lis2dw12_sleep_on_t *val)
 Config activity / inactivity or stationary / motion detection.
int32_t lis2dw12_act_sleep_dur_set (lis2dw12_ctx_t *ctx, uint8_t val)
 Duration to go in sleep mode (1 LSb = 512 / ODR).
int32_t lis2dw12_act_sleep_dur_get (lis2dw12_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 lis2dw12_act_mode_get ( lis2dw12_ctx_t *  ctx,
lis2dw12_sleep_on_t *  val 
)

Config activity / inactivity or stationary / motion detection.

[get]

Parameters:
ctxread / write interface definitions
valGet the values of sleep_on in reg WAKE_UP_THS
Return values:
interfacestatus (MANDATORY: return 0 -> no Error)

Definition at line 1820 of file lis2dw12_reg.c.

int32_t lis2dw12_act_mode_set ( lis2dw12_ctx_t *  ctx,
lis2dw12_sleep_on_t  val 
)

Config activity / inactivity or stationary / motion detection.

[set]

Parameters:
ctxread / write interface definitions
valchange the values of sleep_on / stationary in reg WAKE_UP_THS / WAKE_UP_DUR
Return values:
interfacestatus (MANDATORY: return 0 -> no Error)

Definition at line 1789 of file lis2dw12_reg.c.

int32_t lis2dw12_act_sleep_dur_get ( lis2dw12_ctx_t *  ctx,
uint8_t *  val 
)

Duration to go in sleep mode (1 LSb = 512 / ODR).

[get]

Parameters:
ctxread / write interface definitions
valchange the values of sleep_dur in reg WAKE_UP_DUR
Return values:
interfacestatus (MANDATORY: return 0 -> no Error)

Definition at line 1877 of file lis2dw12_reg.c.

int32_t lis2dw12_act_sleep_dur_set ( lis2dw12_ctx_t *  ctx,
uint8_t  val 
)

Duration to go in sleep mode (1 LSb = 512 / ODR).

[set]

Parameters:
ctxread / write interface definitions
valchange the values of sleep_dur in reg WAKE_UP_DUR
Return values:
interfacestatus (MANDATORY: return 0 -> no Error)

Definition at line 1856 of file lis2dw12_reg.c.