ST / LSM6DSOX

Dependencies:   X_NUCLEO_COMMON ST_INTERFACES

Embed: (wiki syntax)

« Back to documentation index

Learning Core

Learning Core

This section group all the functions concerning the usage of Machine Learning Core. More...

Functions

int32_t lsm6dsox_mlc_status_get (lsm6dsox_ctx_t *ctx, lsm6dsox_mlc_status_mainpage_t *val)
 Machine Learning Core status register[get].
int32_t lsm6dsox_mlc_data_rate_set (lsm6dsox_ctx_t *ctx, lsm6dsox_mlc_odr_t val)
 Machine Learning Core data rate selection.
int32_t lsm6dsox_mlc_data_rate_get (lsm6dsox_ctx_t *ctx, lsm6dsox_mlc_odr_t *val)
 Machine Learning Core data rate selection.

Detailed Description

This section group all the functions concerning the usage of Machine Learning Core.


Function Documentation

int32_t lsm6dsox_mlc_data_rate_get ( lsm6dsox_ctx_t *  ctx,
lsm6dsox_mlc_odr_t *  val 
)

Machine Learning Core data rate selection.

[get]

Parameters:
ctxread / write interface definitions
valchange the values of mlc_odr in reg EMB_FUNC_ODR_CFG_C

Definition at line 8135 of file lsm6dsox_reg.c.

int32_t lsm6dsox_mlc_data_rate_set ( lsm6dsox_ctx_t *  ctx,
lsm6dsox_mlc_odr_t  val 
)

Machine Learning Core data rate selection.

[set]

Parameters:
ctxread / write interface definitions
valget the values of mlc_odr in reg EMB_FUNC_ODR_CFG_C

Definition at line 8105 of file lsm6dsox_reg.c.

int32_t lsm6dsox_mlc_status_get ( lsm6dsox_ctx_t *  ctx,
lsm6dsox_mlc_status_mainpage_t *  val 
)

Machine Learning Core status register[get].

Parameters:
ctxread / write interface definitions
valregister MLC_STATUS_MAINPAGE

Definition at line 8090 of file lsm6dsox_reg.c.