:orphan: .. title:: FXOS8700_PULSE_THSY .. option:: CONFIG_FXOS8700_PULSE_THSY *Pulse Y-axis threshold* Type: ``hex`` Help ==== Threshold to start the pulse-event detection procedure on the Y-axis. Threshold values for each axis are unsigned 7-bit numbers with a fixed resolution of 0.063 g/LSB, corresponding to an 8g acceleration full-scale range. Direct dependencies =================== \ :option:`FXOS8700_PULSE ` && \ :option:`FXOS8700_TRIGGER ` && \ :option:`FXOS8700 ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0x20 Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/fxos8700/Kconfig:139`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` → ``drivers/Kconfig:56`` → ``drivers/sensor/Kconfig:68`` Menu path: (Top) → Device Drivers → Sensor Drivers → FXOS8700 accelerometer/magnetometer driver → Pulse detection .. parsed-literal:: config FXOS8700_PULSE_THSY hex "Pulse Y-axis threshold" range 0 0x7f default 0x20 depends on \ :option:`FXOS8700_PULSE ` && \ :option:`FXOS8700_TRIGGER ` && \ :option:`FXOS8700 ` && \ :option:`SENSOR ` help Threshold to start the pulse-event detection procedure on the Y-axis. Threshold values for each axis are unsigned 7-bit numbers with a fixed resolution of 0.063 g/LSB, corresponding to an 8g acceleration full-scale range. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*