Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/sensor/st/lis2dux12/
DKconfig1 # ST Microelectronics LIS2DUX12 3-axis accelerometer driver
6 menuconfig LIS2DUX12 config
7 bool "LIS2DUX12 I2C/SPI accelerometer sensor driver"
19 Enable driver for LIS2DUX12 accelerometer sensor driver
21 if LIS2DUX12
23 module = LIS2DUX12
33 endif # LIS2DUX12
Dlis2dux12_api.h1 /* ST Microelectronics LIS2DUX12 smart accelerometer APIs
13 #include <zephyr/dt-bindings/sensor/lis2dux12.h>
Dlis2dux12_api.c1 /* ST Microelectronics LIS2DUX12 smart accelerometer APIs
9 #include "lis2dux12.h"
13 LOG_MODULE_DECLARE(LIS2DUX12, CONFIG_SENSOR_LOG_LEVEL);
107 struct lis2dux12_data *lis2dux12 = dev->data; in st_lis2dux12_handle_interrupt() local
119 if (lis2dux12->data_ready_handler != NULL) { in st_lis2dux12_handle_interrupt()
120 lis2dux12->data_ready_handler(dev, lis2dux12->data_ready_trigger); in st_lis2dux12_handle_interrupt()
124 ret = gpio_pin_interrupt_configure_dt(lis2dux12->drdy_gpio, GPIO_INT_EDGE_TO_ACTIVE); in st_lis2dux12_handle_interrupt()
Dlis2dux12_trigger.c1 /* ST Microelectronics LIS2DUX12 3-axis accelerometer driver
8 * https://www.st.com/resource/en/datasheet/lis2dux12.pdf
12 #include "lis2dux12.h"
14 LOG_MODULE_DECLARE(LIS2DUX12, CONFIG_SENSOR_LOG_LEVEL);
133 LOG_WRN("lis2dux12: no handler"); in lis2dux12_trigger_set()
DCMakeLists.txt5 zephyr_library_sources(lis2dux12.c)
Dlis2duxs12_api.h13 #include <zephyr/dt-bindings/sensor/lis2dux12.h>
Dlis2dux12.h1 /* ST Microelectronics LIS2DUX12 3-axis accelerometer driver
8 * https://www.st.com/resource/en/datasheet/lis2dux12.pdf
Dlis2dux12.c1 /* ST Microelectronics LIS2DUX12 3-axis accelerometer driver
8 * https://www.st.com/resource/en/datasheet/lis2dux12.pdf
20 #include "lis2dux12.h"
30 LOG_MODULE_REGISTER(LIS2DUX12, CONFIG_SENSOR_LOG_LEVEL);
Dlis2duxs12_api.c9 #include "lis2dux12.h"
13 LOG_MODULE_DECLARE(LIS2DUX12, CONFIG_SENSOR_LOG_LEVEL);
/Zephyr-latest/dts/bindings/sensor/
Dst,lis2dux12-i2c.yaml4 description: STMicroelectronics LIS2DUX12 3-axis accelerometer
6 compatible: "st,lis2dux12"
8 include: ["i2c-device.yaml", "st,lis2dux12-common.yaml"]
Dst,lis2dux12-spi.yaml5 STMicroelectronics LIS2DUX12 3-axis accelerometer accessed through SPI bus
7 compatible: "st,lis2dux12"
9 include: ["spi-device.yaml", "st,lis2dux12-common.yaml"]
Dst,lis2duxs12-common.yaml16 # LIS2DUXS12 is a superset of LIS2DUX12
17 include: st,lis2dux12-common.yaml
Dst,lis2dux12-common.yaml9 lis2dux12: lis2dux12@0 {
/Zephyr-latest/drivers/sensor/st/
DCMakeLists.txt19 add_subdirectory_ifdef(CONFIG_LIS2DUX12 lis2dux12)
DKconfig18 source "drivers/sensor/st/lis2dux12/Kconfig"
/Zephyr-latest/tests/drivers/build_all/sensor/
Dspi.dtsi362 test_spi_lis2dux12: lis2dux12@2d {
363 compatible = "st,lis2dux12";
Di2c.dtsi21 #include <zephyr/dt-bindings/sensor/lis2dux12.h>
984 test_i2c_lis2dux12: lis2dux12@8a {
985 compatible = "st,lis2dux12";