:orphan: .. title:: FXAS21002_RANGE .. option:: CONFIG_FXAS21002_RANGE *Full scale range* Type: ``int`` Help ==== Selects the full scale range 0: +/-2000 dps (62.5 mdps/LSB) 1: +/-1000 dps (31.25 mdps/LSB) 2: +/-500 dps (15.625 mdps/LSB) 3: +/-250 dps (7.8125 mdps/LSB) Direct dependencies =================== \ :option:`FXAS21002 ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/fxas21002/Kconfig:23`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:81`` Menu path: (Top) → Device Drivers → Sensor Drivers → FXAS21002 gyroscope driver .. parsed-literal:: config FXAS21002_RANGE int "Full scale range" range 0 3 default 0 depends on \ :option:`FXAS21002 ` && \ :option:`SENSOR ` help Selects the full scale range 0: +/-2000 dps (62.5 mdps/LSB) 1: +/-1000 dps (31.25 mdps/LSB) 2: +/-500 dps (15.625 mdps/LSB) 3: +/-250 dps (7.8125 mdps/LSB) *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*