Searched full:rfd77402 (Results 1 – 3 of 3) sorted by relevance
3 * rfd77402.c - Support for RF Digital RFD77402 Time-of-Flight (distance) sensor9 * https://media.digikey.com/pdf/Data%20Sheets/RF%20Digital%20PDFs/RFD77402.pdf26 #define RFD77402_DRV_NAME "rfd77402"95 * struct rfd77402_data - device-specific data for the RFD77402 sensor139 * According to RFD77402 Datasheet v1.8, in rfd77402_wait_for_irq()180 * As per RFD77402 datasheet section '3.1.1 Single Measure', the in rfd77402_wait_for_result()392 "rfd77402", data); in rfd77402_probe()436 { "rfd77402" },442 { .compatible = "rfdigital,rfd77402" },460 MODULE_DESCRIPTION("RFD77402 Time-of-Flight sensor driver");
124 config RFD77402 config125 tristate "RFD77402 ToF sensor"128 Say Y to build a driver for the RFD77402 Time-of-Flight (distance)132 module will be called rfd77402.
16 obj-$(CONFIG_RFD77402) += rfd77402.o