The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_ENS210_CRC_CHECK

Enable CRC Check

Type: bool

Help

Check the crc value after data reading.

Direct dependencies

ENS210 && SENSOR

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At drivers/sensor/ens210/Kconfig:39

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:64drivers/sensor/Kconfig:83

Menu path: (Top) → Device Drivers → Sensor Drivers → ENS210 Digital Temperature and Humidity sensor

config ENS210_CRC_CHECK
    bool "Enable CRC Check"
    default y
    depends on ENS210 && SENSOR
    help
      Check the crc value after data reading.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)