:orphan: .. title:: choice BMP388_TRIGGER_MODE: Trigger mode .. _choice_370: .. describe:: choice BMP388_TRIGGER_MODE: Trigger mode *Trigger mode* Type: ``bool`` Help ==== .. code-block:: none Specify the type of triggering to be used by the driver. Direct dependencies =================== \ :kconfig:`BMP388 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`BMP388_TRIGGER_GLOBAL_THREAD ` Choice options ============== - \ :kconfig:`BMP388_TRIGGER_NONE ` - \ :kconfig:`BMP388_TRIGGER_GLOBAL_THREAD ` - \ :kconfig:`BMP388_TRIGGER_OWN_THREAD ` - \ :kconfig:`BMP388_TRIGGER_DIRECT ` Kconfig definition ================== At ``/sensor/bmp388/Kconfig:12`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:73`` Menu path: (Top) → Device Drivers → Sensor Drivers → Bosch BMP388 pressure sensor .. code-block:: kconfig choice BMP388_TRIGGER_MODE bool "Trigger mode" default BMP388_TRIGGER_GLOBAL_THREAD depends on BMP388 && SENSOR help Specify the type of triggering to be used by the driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*