ST / LSM6DSOX

Dependencies:   X_NUCLEO_COMMON ST_INTERFACES

Embed: (wiki syntax)

« Back to documentation index

LSM6DSOX_significant_motion

LSM6DSOX_significant_motion

This section groups all the functions that manage the significant motion detection. More...

Functions

int32_t lsm6dsox_motion_flag_data_ready_get (lsm6dsox_ctx_t *ctx, uint8_t *val)
 Interrupt status bit for significant motion detection.

Detailed Description

This section groups all the functions that manage the significant motion detection.


Function Documentation

int32_t lsm6dsox_motion_flag_data_ready_get ( lsm6dsox_ctx_t *  ctx,
uint8_t *  val 
)

Interrupt status bit for significant motion detection.

[get]

Parameters:
ctxread / write interface definitions
valchange the values of is_sigmot in reg EMB_FUNC_STATUS

Definition at line 6998 of file lsm6dsox_reg.c.