Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
|
|
4.1.99 |
Extended Public API for PAJ7620 sensor. More...
#include <zephyr/drivers/sensor.h>
Go to the source code of this file.
Macros | |
#define | PAJ7620_FLAG_GES_UP BIT(0) |
#define | PAJ7620_FLAG_GES_DOWN BIT(1) |
#define | PAJ7620_FLAG_GES_LEFT BIT(2) |
#define | PAJ7620_FLAG_GES_RIGHT BIT(3) |
#define | PAJ7620_FLAG_GES_FORWARD BIT(4) |
#define | PAJ7620_FLAG_GES_BACKWARD BIT(5) |
#define | PAJ7620_FLAG_GES_CLOCKWISE BIT(6) |
#define | PAJ7620_FLAG_GES_COUNTERCLOCKWISE BIT(7) |
#define | PAJ7620_FLAG_GES_WAVE BIT(8) |
Enumerations | |
enum | sensor_channel_paj7620 { SENSOR_CHAN_PAJ7620_GESTURES = SENSOR_CHAN_PRIV_START } |
Extended Public API for PAJ7620 sensor.
Some capabilities of the sensor cannot be expressed within the sensor driver abstraction
#define PAJ7620_FLAG_GES_BACKWARD BIT(5) |
#define PAJ7620_FLAG_GES_CLOCKWISE BIT(6) |
#define PAJ7620_FLAG_GES_COUNTERCLOCKWISE BIT(7) |
#define PAJ7620_FLAG_GES_DOWN BIT(1) |
#define PAJ7620_FLAG_GES_FORWARD BIT(4) |
#define PAJ7620_FLAG_GES_LEFT BIT(2) |
#define PAJ7620_FLAG_GES_RIGHT BIT(3) |
#define PAJ7620_FLAG_GES_UP BIT(0) |
#define PAJ7620_FLAG_GES_WAVE BIT(8) |