-
CONFIG_SENSOR_SIM_TRIGGER_USE_TIMER
¶
Use timer for trigger
Type: bool
Help¶
Enable trigger. When enabled, it will emit ‘data ready’ trigger event time either by button press or at specified timer intervals.
Direct dependencies¶
SENSOR_SIM_TRIGGER
&& SENSOR_SIM_TRIGGER
&& SENSOR_SIM
&& SENSOR
(Includes any dependencies from ifs and menus.)
Default¶
y
Kconfig definition¶
At <nRF>/drivers/sensor/sensor_sim/Kconfig:46
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:9
→ <BuildDir>/Kconfig/Kconfig.modules:1
→ <nRF>/Kconfig.nrf:27
→ <nRF>/drivers/Kconfig:12
→ <nRF>/drivers/sensor/Kconfig:15
Menu path: (Top) → Modules → Nordic nRF Connect → Device Drivers → Sensor Drivers → Sensor simulator → Sensor simulator trigger
config SENSOR_SIM_TRIGGER_USE_TIMER bool "Use timer for trigger" default y depends onSENSOR_SIM_TRIGGER
&&SENSOR_SIM_TRIGGER
&&SENSOR_SIM
&&SENSOR
help Enable trigger. When enabled, it will emit 'data ready' trigger event time either by button press or at specified timer intervals.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)