:orphan: .. title:: CONFIG_IAQ_CORE_MAX_READ_RETRIES .. kconfig:: CONFIG_IAQ_CORE_MAX_READ_RETRIES CONFIG_IAQ_CORE_MAX_READ_RETRIES ################################ *Number of read retries* Type: ``int`` Help ==== .. code-block:: none Number of retries when reading failed or device not ready. Direct dependencies =================== \ :kconfig:`AMS_IAQ_CORE ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 4 Kconfig definition ================== At ``/sensor/ams_iAQcore/Kconfig:12`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:53`` Menu path: (Top) → Device Drivers → Sensor Drivers → iAQ-core Digital VOC sensor .. code-block:: kconfig config IAQ_CORE_MAX_READ_RETRIES int "Number of read retries" default 4 depends on AMS_IAQ_CORE && SENSOR help Number of retries when reading failed or device not ready. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*