CONFIG_SENSOR_SIM_TRIGGER
Sensor simulator trigger
Type: bool
Help
Enable trigger mode.
Direct dependencies
SENSOR_SIM
&& SENSOR
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Kconfig definition
At <nRF>/drivers/sensor/sensor_sim/Kconfig:58
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:95
→ <nRF>/drivers/Kconfig:13
→ <nRF>/drivers/sensor/Kconfig:15
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Device Drivers → Sensor Drivers → Sensor simulator
config SENSOR_SIM_TRIGGER
bool "Sensor simulator trigger"
depends on SENSOR_SIM && SENSOR
help
Enable trigger mode.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)