/Zephyr-latest/samples/sensor/lsm6dso/ |
D | README.rst | 49 gyro x:-0.167835 dps y:-0.063377 dps z:0.002367 dps 53 gyro x:-0.034284 dps y:-0.004428 dps z:-0.003512 dps
|
/Zephyr-latest/drivers/sensor/bosch/bmg160/ |
D | Kconfig | 78 bool "2000 DPS" 81 bool "1000 DPS" 84 bool "500 DPS" 87 bool "250 DPS" 90 bool "125 DPS"
|
/Zephyr-latest/samples/sensor/lsm6dsl/ |
D | sample.yaml | 14 - "gyro x:[-.0-9]* dps y:[-.0-9]* dps z:[-.0-9]* dps"
|
/Zephyr-latest/samples/sensor/lsm6dso_i2c_on_i3c/ |
D | README.rst | 73 gyro x:-0.167835 dps y:-0.063377 dps z:0.002367 dps 77 gyro x:-0.034284 dps y:-0.004428 dps z:-0.003512 dps
|
D | sample.yaml | 16 - "gyro x:[-.0-9]* dps y:[-.0-9]* dps z:[-.0-9]* dps"
|
/Zephyr-latest/dts/bindings/sensor/ |
D | st,ism330dhcx-common.yaml | 106 Range in dps. Default is power-up configuration. 108 - 125 # +/- 125dps 109 - 250 # +/- 250dps 110 - 500 # +/- 500dps 111 - 1000 # +/- 1000dps 112 - 2000 # +/- 2000dps
|
D | invensense,icm42605.yaml | 75 Default full scale of gyroscope. (Unit - DPS)
|
D | invensense,mpu9250.yaml | 50 Default full scale of gyroscope. (Unit - DPS).
|
D | st,lsm9ds1.yaml | 47 Range in dps. Default is power-up configuration.
|
/Zephyr-latest/drivers/sensor/nxp/fxas21002/ |
D | Kconfig | 32 0: +/-2000 dps (62.5 mdps/LSB) 33 1: +/-1000 dps (31.25 mdps/LSB) 34 2: +/-500 dps (15.625 mdps/LSB) 35 3: +/-250 dps (7.8125 mdps/LSB)
|
/Zephyr-latest/dts/bindings/regulator/ |
D | nordic,npm2100-regulator.yaml | 68 dps-timer-us: 71 Interval between DPS refresh cycles in microseconds. 78 dps-pulse-limit: 81 DPS coil pulse limit per refresh cycle.
|
/Zephyr-latest/drivers/sensor/st/lsm9ds0_gyro/ |
D | Kconfig | 25 bool "245 DPS" 28 bool "500 DPS" 31 bool "2000 DPS"
|
/Zephyr-latest/drivers/sensor/st/lsm6dsl/ |
D | Kconfig | 95 125: +/- 125dps 96 250: +/- 250dps 97 500: +/- 500dps 98 1000: +/- 1000dps 99 2000: +/- 2000dps
|
/Zephyr-latest/drivers/sensor/bosch/bmi160/ |
D | Kconfig | 170 bool "2000 DPS" 173 bool "1000 DPS" 176 bool "500 DPS" 179 bool "250 DPS" 182 bool "125 DPS"
|
/Zephyr-latest/drivers/sensor/tdk/icm42688/ |
D | icm42688.h | 48 static inline uint8_t icm42688_gyro_fs_to_reg(uint16_t dps) in icm42688_gyro_fs_to_reg() argument 50 if (dps >= 2000) { in icm42688_gyro_fs_to_reg() 52 } else if (dps >= 1000) { in icm42688_gyro_fs_to_reg() 54 } else if (dps >= 500) { in icm42688_gyro_fs_to_reg() 56 } else if (dps >= 250) { in icm42688_gyro_fs_to_reg() 58 } else if (dps >= 125) { in icm42688_gyro_fs_to_reg() 60 } else if (dps >= 62) { in icm42688_gyro_fs_to_reg() 62 } else if (dps >= 31) { in icm42688_gyro_fs_to_reg()
|
/Zephyr-latest/samples/sensor/lsm6dsl/src/ |
D | main.c | 151 sprintf(out_str, "gyro x:%f dps y:%f dps z:%f dps", in main()
|
/Zephyr-latest/samples/shields/x_nucleo_iks4a1/standard/ |
D | README.rst | 51 LSM6DSO16IS: GYro (dps): x: 0.047, y: -0.052, z: -0.042 54 LSM6DSV16X: GYro (dps): x: -0.000, y: 0.000, z: 0.005
|
/Zephyr-latest/include/zephyr/dt-bindings/regulator/ |
D | npm2100.h | 23 /* DPS modes applies to BOOST only */
|
/Zephyr-latest/samples/shields/x_nucleo_iks4a1/sensorhub1/ |
D | README.rst | 49 LSM6DSV16X: GYro (dps): x: 0.001, y: -0.000, z: 0.004
|
/Zephyr-latest/samples/shields/x_nucleo_iks4a1/sensorhub2/ |
D | README.rst | 49 LSM6DSO16IS: GYro (dps): x: 0.001, y: -0.000, z: 0.004
|
/Zephyr-latest/boards/shields/x_nucleo_iks01a1/doc/ |
D | index.rst | 30 dps)
|
/Zephyr-latest/samples/shields/x_nucleo_iks01a2/standard/ |
D | README.rst | 61 LSM6DSL: Gyro (dps): x: 0.028, y: -0.025, z: 0.014
|
/Zephyr-latest/samples/shields/x_nucleo_iks01a2/sensorhub/ |
D | README.rst | 61 LSM6DSL: Gyro (dps): x: 0.029, y: -0.030, z: 0.016
|
/Zephyr-latest/samples/boards/st/sensortile_box_pro/sensors-on-board/ |
D | README.rst | 67 LSM6DSV16X: GYro (dps): x: 0.003, y: 0.000, z: -0.005
|
/Zephyr-latest/samples/boards/96boards/argonkey/sensors/src/ |
D | main.c | 69 sprintf(out_str, "gyro (%f %f %f) dps", (double)out_ev(&gyro_x), in lsm6dsl_trigger_handler() 227 /* set full scale to 245dps for accel */ in main() 323 sprintf(out_str, "gyro (%f %f %f) dps", (double)out_ev(&gyro_x), in main()
|