proximity
2.0.0.0
|
#define PROXIMITY_INTERRUPT_ALS_READY_ENABLE 0x04 |
#define PROXIMITY_INTERRUPT_COUNT_EXCEED_1 0x00 |
#define PROXIMITY_INTERRUPT_COUNT_EXCEED_128 0xe0 |
#define PROXIMITY_INTERRUPT_COUNT_EXCEED_16 0x80 |
#define PROXIMITY_INTERRUPT_COUNT_EXCEED_2 0x20 |
#define PROXIMITY_INTERRUPT_COUNT_EXCEED_32 0xa0 |
#define PROXIMITY_INTERRUPT_COUNT_EXCEED_4 0x40 |
#define PROXIMITY_INTERRUPT_COUNT_EXCEED_64 0xc0 |
#define PROXIMITY_INTERRUPT_COUNT_EXCEED_8 0x60 |
#define PROXIMITY_INTERRUPT_MASK_ALS_READY 0x04 |
#define PROXIMITY_INTERRUPT_MASK_COUNT_EXCEED 0xe0 |
#define PROXIMITY_INTERRUPT_MASK_PROX_READY 0x08 |
#define PROXIMITY_INTERRUPT_MASK_STATUS_THRES_HI 0x01 |
#define PROXIMITY_INTERRUPT_MASK_THRES_LO 0x02 |
#define PROXIMITY_INTERRUPT_PROX_READY_ENABLE 0x08 |
#define PROXIMITY_INTERRUPT_STATUS_ALS_READY 0x04 |
#define PROXIMITY_INTERRUPT_STATUS_PROX_READY 0x08 |
#define PROXIMITY_INTERRUPT_STATUS_THRES_HI 0x01 |
#define PROXIMITY_INTERRUPT_STATUS_THRES_LO 0x02 |
#define PROXIMITY_INTERRUPT_THRES_ENABLE 0x02 |
#define PROXIMITY_INTERRUPT_THRES_SEL_ALS 0x01 |
#define PROXIMITY_INTERRUPT_THRES_SEL_PROX 0x00 |