iNEMO inertial module: 3D accelerometer and 3D gyroscope.

Dependencies:   X_NUCLEO_COMMON ST_INTERFACES

Dependents:   X_NUCLEO_IKS01A3 X_NUCLEO_IKS01A3

Embed: (wiki syntax)

« Back to documentation index

LSM6DSO_tilt_detection

LSM6DSO_tilt_detection
[LSM6DSO]

This section groups all the functions that manage the tilt event detection. More...

Functions

int32_t lsm6dso_tilt_flag_data_ready_get (lsm6dso_ctx_t *ctx, uint8_t *val)
 Interrupt status bit for tilt detection.

Detailed Description

This section groups all the functions that manage the tilt event detection.


Function Documentation

int32_t lsm6dso_tilt_flag_data_ready_get ( lsm6dso_ctx_t *  ctx,
uint8_t *  val 
)

Interrupt status bit for tilt detection.

[get]

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

Definition at line 6773 of file lsm6dso_reg.c.