Searched full:fdc2x1x (Results 1 – 17 of 17) sorted by relevance
1 # FDC2X1X Capacitance-to-Digital Converter configuration options6 menuconfig FDC2X1X config7 bool "FDC2X1X Capacitance-to-Digital Converter"13 Enable driver for FDC2X1X Capacitance-to-Digital Converter.15 if FDC2X1X57 endif # FDC2X1X
8 zephyr_library_sources(fdc2x1x.c)
14 #include "fdc2x1x.h"19 LOG_MODULE_DECLARE(FDC2X1X, CONFIG_SENSOR_LOG_LEVEL);
1 /* fdc2x1x.c - Driver for the Texas Instruments FDC2X1X */17 #include "fdc2x1x.h"18 #include <zephyr/drivers/sensor/fdc2x1x.h>20 LOG_MODULE_REGISTER(FDC2X1X, CONFIG_SENSOR_LOG_LEVEL);
17 * FDC2X1X registers definition
2 name: fdc2x1x sample3 description: FDC2X1X sample application5 sample.sensor.fdc2x1x:
1 .. zephyr:code-sample:: fdc2x1x2 :name: FDC2X1X Capacitance-to-Digital Converter5 Get capacitance and frequency data from a FDC2X1X sensor (polling & trigger).11 FDC2X1X sensor in polling mode or optionally with data ready trigger. It is able22 noise susceptibility of the sensors. With the FDC2x1x innovative EMI resistant29 This sample uses the FDC2X1X sensor controlled using the I2C interface.38 For detailed description refer to the `FDC2X1X datasheet`_53 :zephyr-app: samples/sensor/fdc2x1x101 FDC2X1X Datasheet and Product Info:
8 project(fdc2x1x) project
9 fdc2x1x@2A {10 compatible = "ti,fdc2x1x";
6 add_subdirectory_ifdef(CONFIG_FDC2X1X fdc2x1x)
6 source "drivers/sensor/ti/fdc2x1x/Kconfig"
9 * @brief Extended public API for the Texas Instruments FDC2X1X
4 description: Texas Instruments FDC2X1X capacitive sensor6 compatible: "ti,fdc2x1x"
11 #include <zephyr/drivers/sensor/fdc2x1x.h>
562 test_i2c_fdc2x1x: fdc2x1x@54 {563 compatible = "ti,fdc2x1x";
1047 * :github:`39115` - sensor: fdc2x1x: warnings and compilation errors when PM_DEVICE is used
621 * Added TI FDC2X1X driver.