choice HTS221_TRIGGER_MODE: Trigger mode

Trigger mode

Type: bool

Help

Specify the type of triggering to be used by the driver.

Direct dependencies

BOARD_B_L4S5I_IOT01A || BOARD_DISCO_L475_IOT1 || (HTS221 && SENSOR)

(Includes any dependencies from ifs and menus.)

Kconfig definitions

At <Zephyr>/boards/arm/b_l4s5i_iot01a/Kconfig.defconfig:19

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

choice HTS221_TRIGGER_MODE
    bool
    default HTS221_TRIGGER_NONE
    depends on BOARD_B_L4S5I_IOT01A

At <Zephyr>/boards/arm/disco_l475_iot1/Kconfig.defconfig:24

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

choice HTS221_TRIGGER_MODE
    bool
    default HTS221_TRIGGER_NONE
    depends on BOARD_DISCO_L475_IOT1

At <Zephyr>/drivers/sensor/hts221/Kconfig:12

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:62<Zephyr>/drivers/sensor/Kconfig:93

Menu path: (Top) → Device Drivers → Sensor Drivers → HTS221 temperature and humidity sensor

choice HTS221_TRIGGER_MODE
    bool "Trigger mode"
    default HTS221_TRIGGER_GLOBAL_THREAD
    depends on HTS221 && SENSOR
    help
      Specify the type of triggering to be used by the driver.

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