:orphan: .. title:: CONFIG_MAX30101_FIFO_A_FULL .. kconfig:: CONFIG_MAX30101_FIFO_A_FULL CONFIG_MAX30101_FIFO_A_FULL ########################### *FIFO almost full value* Type: ``int`` Help ==== .. code-block:: none Set the trigger for the FIFO_A_FULL interrupt Direct dependencies =================== \ :kconfig:`MAX30101 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0 Kconfig definition ================== At ``/sensor/max30101/Kconfig:38`` 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_FIFO_A_FULL int "FIFO almost full value" range 0 15 default 0 depends on MAX30101 && SENSOR help Set the trigger for the FIFO_A_FULL interrupt *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*