Searched full:sx9500 (Results 1 – 13 of 13) sorted by relevance
1 # SX9500 SAR proximity sensor configuration options6 menuconfig SX9500 config7 bool "SX9500 I2C SAR Proximity Chip"12 Enable driver for SX9500 I2C-based SAR proximity sensor.14 if SX950020 The SX9500 offers 4 separate proximity channels. Choose which one24 prompt "SX9500 trigger mode"57 endif # SX9500
1 /* sensor_sx9500.c - Driver for Semtech SX9500 SAR proximity chip */21 #include "sx9500.h"23 LOG_MODULE_REGISTER(SX9500, CONFIG_SENSOR_LOG_LEVEL);123 LOG_DBG("sx9500: failed to initialize chip"); in sx9500_init()130 LOG_DBG("sx9500: failed to setup interrupt"); in sx9500_init()
5 zephyr_library_sources(sx9500.c)
17 #include "sx9500.h"20 LOG_MODULE_DECLARE(SX9500, CONFIG_SENSOR_LOG_LEVEL);75 LOG_DBG("sx9500: error reading IRQ source register"); in sx9500_gpio_thread_cb()
2 name: SX9500 Sensor Sample4 sample.sensor.sx9500:10 filter: dt_compat_enabled("semtech,sx9500")
1 Title: sx95005 A simple example using the sx9500 SAR proximity sensor.
5 project(sx9500) project
5 Semtech SX9500 capacitive proximity/button. See more info at6 https://www.semtech.com/products/smart-sensing/touch-proximity-devices/sx95008 compatible: "semtech,sx9500"
8 sx9500@28 {9 compatible = "semtech,sx9500";
60 add_subdirectory_ifdef(CONFIG_SX9500 sx9500)
144 source "drivers/sensor/sx9500/Kconfig"
212 test_i2c_sx9500: sx9500@1d {213 compatible = "semtech,sx9500";
1285 * :github:`38006` - [Coverity CID: 236648] Unchecked return value in drivers/sensor/sx9500/sx9500_t…