CONFIG_MAX30101_FIFO_A_FULL

FIFO almost full value

Type: int

Help

Set the trigger for the FIFO_A_FULL interrupt

Direct dependencies

MAX30101 && SENSOR

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/sensor/max30101/Kconfig:52

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:64drivers/sensor/Kconfig:98

Menu path: (top menu) → Device Drivers → Sensor Drivers → MAX30101 Pulse Oximeter and Heart Rate Sensor

config MAX30101_FIFO_A_FULL
    int
    prompt "FIFO almost full value" if MAX30101 && SENSOR
    range 0 15 if MAX30101 && SENSOR
    default 0 if MAX30101 && SENSOR
    depends on MAX30101 && SENSOR
    help
      Set the trigger for the FIFO_A_FULL interrupt

(Definitions include propagated dependencies, including from if’s and menus.)