/Zephyr-latest/dts/bindings/sensor/ |
D | bosch,bmm150-i2c.yaml | 5 Bosch BMM150 Geomagnetic sensor. See more info at: 6 https://www.bosch-sensortec.com/bst/products/all_products/bmm150 8 compatible: "bosch,bmm150" 10 include: ["i2c-device.yaml", "bosch,bmm150.yaml"]
|
D | bosch,bmm150-spi.yaml | 5 Bosch BMM150 Geomagnetic sensor. See more info at: 6 https://www.bosch-sensortec.com/bst/products/all_products/bmm150 8 compatible: "bosch,bmm150" 10 include: ["spi-device.yaml", "bosch,bmm150.yaml"]
|
D | bosch,bmm150.yaml | 4 # Common fields for BMM150
|
/Zephyr-latest/boards/m5stack/m5stack_cores3/ |
D | m5stack_cores3_procpu.dts | 17 magn0 = &bmm150; 27 bmm150: bmm150@10 { label 28 compatible = "bosch,bmm150";
|
/Zephyr-latest/drivers/sensor/bosch/bmm150/ |
D | Kconfig | 1 # BMM150 Geomagnetic sensor configuration options 6 menuconfig BMM150 config 7 bool "BMM150 I2C Geomagnetic Chip" 12 Enable driver for BMM150 I2C-based Geomagnetic sensor. 13 if BMM150 96 endif # BMM150
|
D | bmm150_trigger.c | 1 /* Bosch BMM150 pressure sensor 8 * https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bmm150-ds001.pdf 15 #include "bmm150.h" 17 LOG_MODULE_DECLARE(BMM150, CONFIG_SENSOR_LOG_LEVEL);
|
D | CMakeLists.txt | 4 zephyr_library_sources(bmm150.c bmm150_i2c.c bmm150_spi.c)
|
D | bmm150_spi.c | 14 #include "bmm150.h" 18 LOG_MODULE_DECLARE(BMM150, CONFIG_SENSOR_LOG_LEVEL);
|
D | bmm150_i2c.c | 13 #include "bmm150.h"
|
D | bmm150.c | 1 /* bmm150.c - Driver for Bosch BMM150 Geomagnetic Sensor */ 11 #include "bmm150.h" 13 LOG_MODULE_REGISTER(BMM150, CONFIG_SENSOR_LOG_LEVEL);
|
D | bmm150.h | 1 /* sensor_bmm150.h - header file for BMM150 Geomagnetic sensor driver */
|
/Zephyr-latest/boards/nordic/thingy53/ |
D | board.c | 11 * could be accessed after power up. In particular bme680 and bmm150 sensors require, 36 * sensors could be accessed after power up. In particular bme680 and bmm150 in setup()
|
D | thingy53_nrf5340_common.dtsi | 150 magn0 = &bmm150; 210 bmm150: bmm150@10 { label 211 compatible = "bosch,bmm150";
|
/Zephyr-latest/samples/sensor/magn_polling/ |
D | sample.yaml | 10 - thingy53/nrf5340/cpuapp # bmm150
|
/Zephyr-latest/drivers/sensor/bosch/ |
D | CMakeLists.txt | 15 add_subdirectory_ifdef(CONFIG_BMM150 bmm150)
|
D | Kconfig | 15 source "drivers/sensor/bosch/bmm150/Kconfig"
|
/Zephyr-latest/boards/nxp/rddrone_fmuk66/ |
D | rddrone_fmuk66.dts | 24 magn0 = &bmm150; 302 /* magnetometer (bmm150), barometer (bmp280), pressure (mpl3115), 321 bmm150: bmm150@10 { label 322 compatible = "bosch,bmm150";
|
/Zephyr-latest/boards/shields/ti_bp_bassensorsmkii/doc/ |
D | index.rst | 20 - BMM150 connected to BMI160 for sensor hub use
|
/Zephyr-latest/boards/nxp/mimxrt1062_fmurt6/ |
D | mimxrt1062_fmurt6.dts | 257 bmm150: bmm150@10 { label 258 compatible = "bosch,bmm150";
|
/Zephyr-latest/boards/nxp/vmu_rt1170/ |
D | vmu_rt1170_mimxrt1176_cm7.dts | 362 bmm150: bmm150@10 { label 363 compatible = "bosch,bmm150";
|
/Zephyr-latest/tests/drivers/build_all/sensor/ |
D | spi.dtsi | 222 test_spi_bmm150: bmm150@1d { 223 compatible = "bosch,bmm150";
|
/Zephyr-latest/boards/arduino/nicla_sense_me/doc/ |
D | index.rst | 36 - Geomagnetic: Bosch BMM150
|
/Zephyr-latest/boards/m5stack/m5stack_cores3/doc/ |
D | index.rst | 25 - Geomagnetic sensor BMM150 (Not available for CoreS3 SE)
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.9.rst | 110 * sensor: Add BMM150 Geomagnetic sensor driver 215 * ``ZEP-1067`` - Driver for BMM150
|
/Zephyr-latest/boards/96boards/neonkey/doc/ |
D | index.rst | 37 - Geomagnetic: BMM150
|