Searched full:hp03 (Results 1 – 4 of 4) sorted by relevance
4 $id: http://devicetree.org/schemas/iio/pressure/hoperf,hp03.yaml#7 title: HopeRF HP03 digital pressure/temperature sensors17 const: hoperf,hp0342 compatible = "hoperf,hp03";
5 * Driver for Hope RF HP03 digital temperature and pressure sensor.8 #define pr_fmt(fmt) "hp03: " fmt19 * The HP03 sensor occupies two fixed I2C addresses:136 /* Coefficient voodoo from the HP03 datasheet. */ in hp03_update_temp_pressure()269 { "hp03" },275 { .compatible = "hoperf,hp03" },282 .name = "hp03",291 MODULE_DESCRIPTION("Driver for Hope RF HP03 pressure and temperature sensor");
106 config HP03 config107 tristate "Hope RF HP03 temperature and pressure sensor driver"111 Say yes here to build support for Hope RF HP03 pressure and115 will be called hp03.
17 obj-$(CONFIG_HP03) += hp03.o