:orphan: .. title:: CONFIG_MAX30101_ADC_RGE .. kconfig:: CONFIG_MAX30101_ADC_RGE CONFIG_MAX30101_ADC_RGE ####################### *ADC range control* Type: ``int`` Help ==== .. code-block:: none Set the ADC's full-scale range. 0 = 7.81 pA/LSB 1 = 15.63 pA/LSB 2 = 31.25 pA/LSB 3 = 62.5 pA/LSB Direct dependencies =================== \ :kconfig:`MAX30101 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 2 Kconfig definition ================== At ``/sensor/max30101/Kconfig:68`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:159`` Menu path: (Top) → Device Drivers → Sensor Drivers → MAX30101 Pulse Oximeter and Heart Rate Sensor .. code-block:: kconfig config MAX30101_ADC_RGE int "ADC range control" range 0 3 default 2 depends on MAX30101 && SENSOR help Set the ADC's full-scale range. 0 = 7.81 pA/LSB 1 = 15.63 pA/LSB 2 = 31.25 pA/LSB 3 = 62.5 pA/LSB *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*