ST / LSM6DSOX

Dependencies:   X_NUCLEO_COMMON ST_INTERFACES

Embed: (wiki syntax)

« Back to documentation index

LSM6DSOX_tilt_detection

LSM6DSOX_tilt_detection

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

Functions

int32_t lsm6dsox_tilt_flag_data_ready_get (lsm6dsox_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 lsm6dsox_tilt_flag_data_ready_get ( lsm6dsox_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 7035 of file lsm6dsox_reg.c.