:orphan: .. title:: MAX30101_SLOT3 .. option:: CONFIG_MAX30101_SLOT3 *Slot 3* Type: ``int`` Help ==== .. code-block:: none Set which LED and pulse amplitude are active in time slot 3. 0: None (disabled) 1: LED1 (red), LED1_PA 2: LED2 (IR), LED2_PA 3: LED3 (green), LED3_PA 4: None (disabled) 5: LED1 (red), PILOT_PA 6: LED2 (IR), PILOT_PA 7: LED3 (green), PILOT_PA Direct dependencies =================== \ :option:`MAX30101_MULTI_LED_MODE ` && \ :option:`MAX30101 ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== At ``/sensor/max30101/Kconfig:171`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:62`` → ``/sensor/Kconfig:149`` Menu path: (Top) → Device Drivers → Sensor Drivers → MAX30101 Pulse Oximeter and Heart Rate Sensor .. code-block:: kconfig config MAX30101_SLOT3 int "Slot 3" range 0 7 default 0 depends on MAX30101_MULTI_LED_MODE && MAX30101 && SENSOR help Set which LED and pulse amplitude are active in time slot 3. 0: None (disabled) 1: LED1 (red), LED1_PA 2: LED2 (IR), LED2_PA 3: LED3 (green), LED3_PA 4: None (disabled) 5: LED1 (red), PILOT_PA 6: LED2 (IR), PILOT_PA 7: LED3 (green), PILOT_PA *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*