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

LIS2DW12_Wake_Up_Event

LIS2DW12_Wake_Up_Event
[LIS2DW12]

This section groups all the functions that manage the Wake Up event generation. More...

Functions

int32_t lis2dw12_wkup_threshold_set (lis2dw12_ctx_t *ctx, uint8_t val)
 Threshold for wakeup.1 LSB = FS_XL / 64.
int32_t lis2dw12_wkup_threshold_get (lis2dw12_ctx_t *ctx, uint8_t *val)
 Threshold for wakeup.1 LSB = FS_XL / 64.
int32_t lis2dw12_wkup_dur_set (lis2dw12_ctx_t *ctx, uint8_t val)
 Wake up duration event.1LSb = 1 / ODR.
int32_t lis2dw12_wkup_dur_get (lis2dw12_ctx_t *ctx, uint8_t *val)
 Wake up duration event.1LSb = 1 / ODR.
int32_t lis2dw12_wkup_feed_data_set (lis2dw12_ctx_t *ctx, lis2dw12_usr_off_on_wu_t val)
 Data sent to wake-up interrupt function.
int32_t lis2dw12_wkup_feed_data_get (lis2dw12_ctx_t *ctx, lis2dw12_usr_off_on_wu_t *val)
 Data sent to wake-up interrupt function.

Detailed Description

This section groups all the functions that manage the Wake Up event generation.


Function Documentation

int32_t lis2dw12_wkup_dur_get ( lis2dw12_ctx_t *  ctx,
uint8_t *  val 
)

Wake up duration event.1LSb = 1 / ODR.

[get]

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

Definition at line 1703 of file lis2dw12_reg.c.

int32_t lis2dw12_wkup_dur_set ( lis2dw12_ctx_t *  ctx,
uint8_t  val 
)

Wake up duration event.1LSb = 1 / ODR.

[set]

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

Definition at line 1682 of file lis2dw12_reg.c.

int32_t lis2dw12_wkup_feed_data_get ( lis2dw12_ctx_t *  ctx,
lis2dw12_usr_off_on_wu_t *  val 
)

Data sent to wake-up interrupt function.

[get]

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

Definition at line 1744 of file lis2dw12_reg.c.

int32_t lis2dw12_wkup_feed_data_set ( lis2dw12_ctx_t *  ctx,
lis2dw12_usr_off_on_wu_t  val 
)

Data sent to wake-up interrupt function.

[set]

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

Definition at line 1722 of file lis2dw12_reg.c.

int32_t lis2dw12_wkup_threshold_get ( lis2dw12_ctx_t *  ctx,
uint8_t *  val 
)

Threshold for wakeup.1 LSB = FS_XL / 64.

[get]

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

Definition at line 1663 of file lis2dw12_reg.c.

int32_t lis2dw12_wkup_threshold_set ( lis2dw12_ctx_t *  ctx,
uint8_t  val 
)

Threshold for wakeup.1 LSB = FS_XL / 64.

[set]

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

Definition at line 1642 of file lis2dw12_reg.c.