7#ifndef ZEPHYR_INCLUDE_DRIVERS_SENSOR_PCNT_ESP32_H_
8#define ZEPHYR_INCLUDE_DRIVERS_SENSOR_PCNT_ESP32_H_
31#define SENSOR_CHAN_PCNT_ESP32_UNIT(n) ((enum sensor_channel)(SENSOR_CHAN_PRIV_START + (n)))
@ SENSOR_ATTR_PRIV_START
This and higher values are sensor specific.
Definition sensor.h:449
sensor_attribute_pcnt_esp32
PCNT-specific sensor attributes.
Definition pcnt_esp32.h:36
@ SENSOR_ATTR_PCNT_ESP32_RESET
Clear the hardware counter of the addressed unit and reset the cached value to zero.
Definition pcnt_esp32.h:41
Main header file for sensor driver API.