:orphan: .. title:: ENS210_MAX_STAT_RETRIES .. option:: CONFIG_ENS210_MAX_STAT_RETRIES *Number of status read retries* Type: ``int`` Help ==== Number of retries when status reading failed or device not ready. Direct dependencies =================== \ :option:`ENS210 ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 4 Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/ens210/Kconfig:45`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:79`` Menu path: (Top) → Device Drivers → Sensor Drivers → ENS210 Digital Temperature and Humidity sensor .. parsed-literal:: config ENS210_MAX_STAT_RETRIES int "Number of status read retries" default 4 depends on \ :option:`ENS210 ` && \ :option:`SENSOR ` help Number of retries when status reading failed or device not ready. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*