-
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_DISCO_L475_IOT1
|| (HTS221
&& SENSOR
)
(Includes any dependencies from if’s and menus.)
Defaults¶
Kconfig definitions¶
At boards/arm/disco_l475_iot1/Kconfig.defconfig:108
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
choice HTS221_TRIGGER_MODE bool defaultHTS221_TRIGGER_NONE
ifBOARD_DISCO_L475_IOT1
depends onBOARD_DISCO_L475_IOT1
At drivers/sensor/hts221/Kconfig:15
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:62
→ drivers/sensor/Kconfig:68
Menu path: (top menu) → Device Drivers → Sensor Drivers → HTS221 temperature and humidity sensor
choice HTS221_TRIGGER_MODE bool prompt "Trigger mode" ifHTS221
&&SENSOR
defaultHTS221_TRIGGER_GLOBAL_THREAD
ifHTS221
&&SENSOR
depends onHTS221
&&SENSOR
help Specify the type of triggering to be used by the driver.
(Definitions include propagated dependencies, including from if’s and menus.)