Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/ti/fdc2x1x/
DKconfig1 # FDC2X1X Capacitance-to-Digital Converter configuration options
6 menuconfig FDC2X1X config
7 bool "FDC2X1X Capacitance-to-Digital Converter"
13 Enable driver for FDC2X1X Capacitance-to-Digital Converter.
15 if FDC2X1X
57 endif # FDC2X1X
DCMakeLists.txt8 zephyr_library_sources(fdc2x1x.c)
Dfdc2x1x_trigger.c14 #include "fdc2x1x.h"
19 LOG_MODULE_DECLARE(FDC2X1X, CONFIG_SENSOR_LOG_LEVEL);
Dfdc2x1x.c1 /* 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);
Dfdc2x1x.h17 * FDC2X1X registers definition
/Zephyr-latest/samples/sensor/fdc2x1x/
Dsample.yaml2 name: fdc2x1x sample
3 description: FDC2X1X sample application
5 sample.sensor.fdc2x1x:
DREADME.rst1 .. zephyr:code-sample:: fdc2x1x
2 :name: FDC2X1X Capacitance-to-Digital Converter
5 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 able
22 noise susceptibility of the sensors. With the FDC2x1x innovative EMI resistant
29 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/fdc2x1x
101 FDC2X1X Datasheet and Product Info:
DCMakeLists.txt8 project(fdc2x1x) project
/Zephyr-latest/samples/sensor/fdc2x1x/boards/
Dnrf9160dk_nrf9160.overlay9 fdc2x1x@2A {
10 compatible = "ti,fdc2x1x";
/Zephyr-latest/drivers/sensor/ti/
DCMakeLists.txt6 add_subdirectory_ifdef(CONFIG_FDC2X1X fdc2x1x)
DKconfig6 source "drivers/sensor/ti/fdc2x1x/Kconfig"
/Zephyr-latest/include/zephyr/drivers/sensor/
Dfdc2x1x.h9 * @brief Extended public API for the Texas Instruments FDC2X1X
/Zephyr-latest/dts/bindings/sensor/
Dti,fdc2x1x.yaml4 description: Texas Instruments FDC2X1X capacitive sensor
6 compatible: "ti,fdc2x1x"
/Zephyr-latest/samples/sensor/fdc2x1x/src/
Dmain.c11 #include <zephyr/drivers/sensor/fdc2x1x.h>
/Zephyr-latest/tests/drivers/build_all/sensor/
Di2c.dtsi562 test_i2c_fdc2x1x: fdc2x1x@54 {
563 compatible = "ti,fdc2x1x";
/Zephyr-latest/doc/releases/
Drelease-notes-2.7.rst1047 * :github:`39115` - sensor: fdc2x1x: warnings and compilation errors when PM_DEVICE is used
Drelease-notes-2.6.rst621 * Added TI FDC2X1X driver.