:orphan: .. title:: CONFIG_ENS210_MAX_READ_RETRIES .. kconfig:: CONFIG_ENS210_MAX_READ_RETRIES CONFIG_ENS210_MAX_READ_RETRIES ############################## *Number of value reading retries* Type: ``int`` Help ==== .. code-block:: none Number of retries when value reading failed, value not valid or crc not ok. Direct dependencies =================== \ :kconfig:`ENS210 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 4 Kconfig definition ================== At ``/sensor/ens210/Kconfig:51`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:83`` Menu path: (Top) → Device Drivers → Sensor Drivers → ENS210 Digital Temperature and Humidity sensor .. code-block:: kconfig config ENS210_MAX_READ_RETRIES int "Number of value reading retries" default 4 depends on ENS210 && SENSOR help Number of retries when value reading failed, value not valid or crc not ok. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*