zephyr/drivers/sensor/hts221
Peter Bigot 0d1d06ea79 drivers: sensor: hts221: cleanup related to devicetree and trigger idiom
Put all the devicetree configuration data into a config structure in
flash, which removes some ultra-long identifiers from the code and
makes it more readable, and prepares for multiple instance support.

Consistently use the interrupt signal datasheet name for all objects
that are specific to that signal, including configuration structure
tags and function names.

Update the trigger idiom for setup/handle/process stages.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2020-02-05 12:00:36 +01:00
..
CMakeLists.txt
Kconfig kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
hts221.c drivers: sensor: hts221: cleanup related to devicetree and trigger idiom 2020-02-05 12:00:36 +01:00
hts221.h drivers: sensor: hts221: cleanup related to devicetree and trigger idiom 2020-02-05 12:00:36 +01:00
hts221_trigger.c drivers: sensor: hts221: cleanup related to devicetree and trigger idiom 2020-02-05 12:00:36 +01:00