st_sensor_settings
static const struct st_sensor_settings st_accel_sensors_settings[] = {
const struct st_sensor_settings *st_accel_get_settings(const char *name)
const struct st_sensor_settings *settings;
adata->sensor_settings = (struct st_sensor_settings *)settings;
const struct st_sensor_settings *settings;
adata->sensor_settings = (struct st_sensor_settings *)settings;
static int st_sensors_match_fs(struct st_sensor_settings *sensor_settings,
static int st_sensors_match_odr(struct st_sensor_settings *sensor_settings,
const struct st_sensor_settings *list,
struct st_sensor_settings *settings)
const struct st_sensor_settings *st_gyro_get_settings(const char *name)
static const struct st_sensor_settings st_gyro_sensors_settings[] = {
const struct st_sensor_settings *settings;
gdata->sensor_settings = (struct st_sensor_settings *)settings;
const struct st_sensor_settings *settings;
gdata->sensor_settings = (struct st_sensor_settings *)settings;
const struct st_sensor_settings *settings;
data->sensor_settings = (struct st_sensor_settings *)settings;
const struct st_sensor_settings *settings;
data->sensor_settings = (struct st_sensor_settings *)settings;
static const struct st_sensor_settings st_magn_sensors_settings[] = {
const struct st_sensor_settings *st_magn_get_settings(const char *name)
const struct st_sensor_settings *settings;
mdata->sensor_settings = (struct st_sensor_settings *)settings;
const struct st_sensor_settings *settings;
mdata->sensor_settings = (struct st_sensor_settings *)settings;
static const struct st_sensor_settings st_press_sensors_settings[] = {
const struct st_sensor_settings *st_press_get_settings(const char *name)
const struct st_sensor_settings *settings;
press_data->sensor_settings = (struct st_sensor_settings *)settings;
const struct st_sensor_settings *settings;
press_data->sensor_settings = (struct st_sensor_settings *)settings;
struct st_sensor_settings *sensor_settings;
const struct st_sensor_settings *list,
const struct st_sensor_settings *st_accel_get_settings(const char *name);
const struct st_sensor_settings *st_gyro_get_settings(const char *name);
const struct st_sensor_settings *st_magn_get_settings(const char *name);
const struct st_sensor_settings *st_press_get_settings(const char *name);