Home
last modified time | relevance | path

Searched full:sm351lt (Results 1 – 17 of 17) sorted by relevance

/Zephyr-latest/samples/sensor/sm351lt/
DREADME.rst1 .. zephyr:code-sample:: sm351lt
2 :name: SM351LT Magnetoresistive Sensor
5 Detect a magnet's presence using the SM351LT magnetoresistive sensor (polling & trigger mode).
10 This sample application periodically polls an SM351LT magnetoresistive sensor
16 This sample uses the Honeywell SM351LT sensor.
21 For more information about the SM351LT magnetoresistive sensor see
22 https://sensing.honeywell.com/SM351LT-low-power
27 The SM351LT (or compatible) sensors are available on the following boards:
34 :zephyr:board:`bt510` includes a Honeywell SM351LT magnetoresistive sensor.
37 :zephyr-app: samples/sensor/sm351lt
Dsample.yaml2 name: SM351LT Magnetoresistive Sensor Example
4 sample.sensor.sm351lt:
11 - sm351lt
DCMakeLists.txt9 project(sm351lt) project
/Zephyr-latest/drivers/sensor/honeywell/sm351lt/
DKconfig1 # SM351LT Magnetoresistive Sensor configuration options
6 menuconfig SM351LT config
7 bool "SM351LT Magnetoresistive Sensor"
12 Enable GPIO-based driver for SM351LT magnetoresistive
15 if SM351LT
52 endif # SM351LT
DCMakeLists.txt5 zephyr_library_sources(sm351lt.c)
Dsm351lt.c9 #include "sm351lt.h"
20 LOG_MODULE_REGISTER(SM351LT, CONFIG_SENSOR_LOG_LEVEL);
/Zephyr-latest/dts/bindings/sensor/
Dhoneywell,sm351lt.yaml4 description: SM351LT magnetoresistive sensor
6 compatible: "honeywell,sm351lt"
/Zephyr-latest/boards/ezurio/bt510/
Dbt510.yaml15 - sm351lt
Dbt510.dts67 compatible = "honeywell,sm351lt";
/Zephyr-latest/boards/ezurio/bt610/
Dbt610.yaml20 - sm351lt
Dbt610.dts84 compatible = "honeywell,sm351lt";
/Zephyr-latest/drivers/sensor/honeywell/
DCMakeLists.txt7 add_subdirectory_ifdef(CONFIG_SM351LT sm351lt)
DKconfig7 source "drivers/sensor/honeywell/sm351lt/Kconfig"
/Zephyr-latest/tests/drivers/build_all/sensor/
Dgpio.dtsi10 compatible = "honeywell,sm351lt";
/Zephyr-latest/boards/ezurio/bt510/doc/
Dbt510.rst94 The BT510 incorporates a Honeywell SM351LT magnetoresistive sensor. Refer to the `Honeywell SM351LT
252 .. _Honeywell SM351LT datasheet: https://sensing.honeywell.com/honeywell-sensing-nanopower-series-d…
/Zephyr-latest/boards/ezurio/bt610/doc/
Dbt610.rst120 The BT610 incorporates a Honeywell SM351LT magnetoresistive sensor. Refer to
121 the `Honeywell SM351LT datasheet`_ for further details.
601 .. _Honeywell SM351LT datasheet: https://sensing.honeywell.com/honeywell-sensing-nanopower-series-d…
/Zephyr-latest/doc/releases/
Drelease-notes-2.4.rst543 * Added SM351LT magnetoresistive sensor driver.