-
CONFIG_MAX30101_ADC_RGE
¶
ADC range control
Type: int
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
Kconfig definition¶
At drivers/sensor/max30101/Kconfig:82
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:64
→ drivers/sensor/Kconfig:98
Menu path: (top menu) → Device Drivers → Sensor Drivers → MAX30101 Pulse Oximeter and Heart Rate Sensor
config MAX30101_ADC_RGE int prompt "ADC range control" ifMAX30101
&&SENSOR
range 0 3 ifMAX30101
&&SENSOR
default 2 ifMAX30101
&&SENSOR
depends onMAX30101
&&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
(Definitions include propagated dependencies, including from if’s and menus.)