Searched full:tmag5273 (Results 1 – 10 of 10) sorted by relevance
1 # TMAG5273 Low-Power Linear 3D Hall-Effect Sensor configuration options6 config TMAG5273 config7 bool "TMAG5273/TMAG3001 3D Hall-Effect Sensor"14 Enable driver for TMAG5273 and TMAG3001 I2C-based 3d Hall-Effect sensor.
5 zephyr_library_sources(tmag5273.c)
9 #include "tmag5273.h"14 #include <zephyr/drivers/sensor/tmag5273.h>15 #include <zephyr/dt-bindings/sensor/tmag5273.h>29 LOG_MODULE_REGISTER(TMAG5273, CONFIG_SENSOR_LOG_LEVEL);1001 * @param drv_cfg configuration of the TMAG5273 instance1079 * @brief initialize a TMAG5273 sensor1095 LOG_ERR("could not get pointer to TMAG5273 I2C device"); in tmag5273_init()
16 /* --- Additional TMAG5273 definitions */18 /** Additional channels supported by the TMAG5273 */36 /** Additional attributes supported by the TMAG5273 */
10 https://www.ti.com/lit/ds/symlink/tmag5273.pdf14 include tmag5273.h and use the macros defined there.17 #include <zephyr/dt-bindings/sensor/tmag5273.h>19 tmag5273: tmag5273@0 {25 compatible: "ti,tmag5273"
16 add_subdirectory_ifdef(CONFIG_TMAG5273 tmag5273)
16 source "drivers/sensor/ti/tmag5273/Kconfig"
23 #include <zephyr/dt-bindings/sensor/tmag5273.h>891 test_i2c_tmag5273: tmag5273@82 {892 compatible = "ti,tmag5273";
599 * Added TI TMAG5273 3D Hall sensor driver.
823 * Added support for TMAG3001 to the existing TMAG5273 driver.