Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: X_NUCLEO_COMMON ST_INTERFACES
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:
-
ctx read / write interface definitions val change 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:
-
ctx read / write interface definitions val get 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:
-
ctx read / write interface definitions val register MLC_STATUS_MAINPAGE
Definition at line 8090 of file lsm6dsox_reg.c.
Generated on Tue Jul 12 2022 20:15:24 by
1.7.2