Home
last modified time | relevance | path

Searched refs:INV_ICM42600_ACCEL_CONFIG0_FS (Results 1 – 2 of 2) sorted by relevance

/drivers/iio/imu/inv_icm42600/
Dinv_icm42600_core.c227 val = INV_ICM42600_ACCEL_CONFIG0_FS(conf->fs) | in inv_icm42600_set_accel_conf()
346 val = INV_ICM42600_ACCEL_CONFIG0_FS(conf->accel.fs) | in inv_icm42600_set_conf()
Dinv_icm42600.h254 #define INV_ICM42600_ACCEL_CONFIG0_FS(_fs) \ macro