|
#define | PROXIMITY10_MAP_MIKROBUS(cfg, mikrobus) |
|
#define | PROXIMITY10_RETVAL uint8_t |
|
#define | PROXIMITY10_OK 0x00 |
|
#define | PROXIMITY10_INIT_ERROR 0xFF |
|
#define | PROXIMITY10_DEFAULT_DEV_ADDR 0x5A |
|
#define | PROXIMITY10_PART_ID_REG 0x00 |
|
#define | PROXIMITY10_REV_ID_REG 0x01 |
|
#define | PROXIMITY10_SEQ_ID_REG 0x02 |
|
#define | PROXIMITY10_INT_CFG_REG 0x03 |
|
#define | PROXIMITY10_IRQ_EN_REG 0x04 |
|
#define | PROXIMITY10_IRQ_MODE1_REG 0x05 |
|
#define | PROXIMITY10_IRQ_MODE2_REG 0x06 |
|
#define | PROXIMITY10_HW_KEY_REG 0x07 |
|
#define | PROXIMITY10_MEAS_RATE_REG 0x08 |
|
#define | PROXIMITY10_ALS_RATE_REG 0x09 |
|
#define | PROXIMITY10_PS_RATE_REG 0x0A |
|
#define | PROXIMITY10_ALS_LOW_TH_REG 0x0B |
|
#define | PROXIMITY10_ALS_HIGH_TH_REG 0x0D |
|
#define | PROXIMITY10_PS_LED21_REG 0x0F |
|
#define | PROXIMITY10_PS_LED3_REG 0x10 |
|
#define | PROXIMITY10_PS1_TH_REG 0x11 |
|
#define | PROXIMITY10_PS2_TH_REG 0x13 |
|
#define | PROXIMITY10_PS3_TH_REG 0x15 |
|
#define | PROXIMITY10_PARAM_WR_REG 0x17 |
|
#define | PROXIMITY10_COMMAND_REG 0x18 |
|
#define | PROXIMITY10_RESPONSE_REG 0x20 |
|
#define | PROXIMITY10_IRQ_STATUS_REG 0x21 |
|
#define | PROXIMITY10_ALS_VIS_DATA_REG 0x22 |
|
#define | PROXIMITY10_ALS_IR_DATA_REG 0x24 |
|
#define | PROXIMITY10_PS1_DATA_REG 0x26 |
|
#define | PROXIMITY10_PS2_DATA_REG 0x28 |
|
#define | PROXIMITY10_PS3_DATA_REG 0x2A |
|
#define | PROXIMITY10_AUX_DATA_REG 0x2C |
|
#define | PROXIMITY10_PARAM_RD_REG 0x2E |
|
#define | PROXIMITY10_CHIP_STATUS_REG 0x30 |
|
#define | PROXIMITY10_ANA_IN_KEY_REG 0x3B |
|
#define | PROXIMITY10_INT_HOST_CLEAR 0x00 |
|
#define | PROXIMITY10_INT_AUTO_CLEAR 0x02 |
|
#define | PROXIMITY10_INT_PIN_EN 0x01 |
|
#define | PROXIMITY10_CMD_INT_EN 0x20 |
|
#define | PROXIMITY10_PS3_INT_EN 0x10 |
|
#define | PROXIMITY10_PS2_INT_EN 0x08 |
|
#define | PROXIMITY10_PS1_INT_EN 0x04 |
|
#define | PROXIMITY10_ALS_INT1_EN 0x02 |
|
#define | PROXIMITY10_ALS_INT0_EN 0x01 |
|
#define | PROXIMITY10_ALL_INT_DIS 0x00 |
|
#define | PROXIMITY10_PS2_INT_MEAS_COMPLETE 0x00 |
|
#define | PROXIMITY10_PS2_INT_MEAS_CROSS_TH 0x40 |
|
#define | PROXIMITY10_PS2_INT_MEAS_GREATER_TH 0xC0 |
|
#define | PROXIMITY10_PS1_INT_MEAS_COMPLETE 0x00 |
|
#define | PROXIMITY10_PS1_INT_MEAS_CROSS_TH 0x10 |
|
#define | PROXIMITY10_PS1_INT_MEAS_GREATER_TH 0x30 |
|
#define | PROXIMITY10_CMD_INT_RESP_WRITTEN 0x00 |
|
#define | PROXIMITY10_CMD_INT_RESP_ERROR 0x04 |
|
#define | PROXIMITY10_PS3_INT_MEAS_COMPLETE 0x00 |
|
#define | PROXIMITY10_PS3_INT_MEAS_CROSS_TH 0x01 |
|
#define | PROXIMITY10_PS3_INT_MEAS_GREATER_TH 0x03 |
|
#define | PROXIMITY10_HW_KEY 0x17 |
|
#define | PROXIMITY10_DEV_WAKEUP_EVERY_10MS 0x84 |
|
#define | PROXIMITY10_DEV_WAKEUP_EVERY_20MS 0x94 |
|
#define | PROXIMITY10_DEV_WAKEUP_EVERY_100MS 0xB9 |
|
#define | PROXIMITY10_DEV_WAKEUP_EVERY_496MS 0xDF |
|
#define | PROXIMITY10_DEV_WAKEUP_EVERY_1984MS 0xFF |
|
#define | PROXIMITY10_AUTONOM_MEAS_DIS 0x00 |
|
#define | PROXIMITY10_MEAS_AFTER_EVERY_WAKEUP 0x08 |
|
#define | PROXIMITY10_MEAS_AFTER_10_TIMES_WAKEUP 0x32 |
|
#define | PROXIMITY10_MEAS_AFTER_100_TIMES_WAKEUP 0x69 |
|
#define | PROXIMITY10_LED_NO_CURRENT 0x00 |
|
#define | PROXIMITY10_LED_MIN_CURRENT 0x01 |
|
#define | PROXIMITY10_LED_MAX_CURRENT 0x0F |
|
#define | PROXIMITY10_INVALID_CMD_ENCOUNT 0x80 |
|
#define | PROXIMITY10_ADC_OVRFLOW_ENCOUNT_PS1 0x88 |
|
#define | PROXIMITY10_ADC_OVRFLOW_ENCOUNT_PS2 0x89 |
|
#define | PROXIMITY10_ADC_OVRFLOW_ENCOUNT_PS3 0x8A |
|
#define | PROXIMITY10_ADC_OVRFLOW_ENCOUNT_ALS_VIS 0x8C |
|
#define | PROXIMITY10_ADC_OVRFLOW_ENCOUNT_ALS_IR 0x8D |
|
#define | PROXIMITY10_ADC_OVRFLOW_ENCOUNT_AUX 0x8E |
|
#define | PROXIMITY10_CMD_INT_FLAG 0x20 |
|
#define | PROXIMITY10_PS3_INT_FLAG 0x10 |
|
#define | PROXIMITY10_PS2_INT_FLAG 0x08 |
|
#define | PROXIMITY10_PS1_INT_FLAG 0x04 |
|
#define | PROXIMITY10_ALS_INT_FLAG 0x03 |
|
#define | PROXIMITY10_INT_CLEARED 0x00 |
|
#define | PROXIMITY10_RUNNING_FLAG 0x04 |
|
#define | PROXIMITY10_SUSPEND_FLAG 0x02 |
|
#define | PROXIMITY10_SLEEP_FLAG 0x01 |
|
#define | PROXIMITY10_I2C_ADDR_PARAM 0x00 |
|
#define | PROXIMITY10_CHLIST_PARAM 0x01 |
|
#define | PROXIMITY10_PSLED12_SEL_PARAM 0x02 |
|
#define | PROXIMITY10_PSLED3_SEL_PARAM 0x03 |
|
#define | PROXIMITY10_PS_ENCODING_PARAM 0x05 |
|
#define | PROXIMITY10_ALS_ENCODING_PARAM 0x06 |
|
#define | PROXIMITY10_PS1_ADCMUX_PARAM 0x07 |
|
#define | PROXIMITY10_PS2_ADCMUX_PARAM 0x08 |
|
#define | PROXIMITY10_PS3_ADCMUX_PARAM 0x09 |
|
#define | PROXIMITY10_PS_ADC_COUNT_PARAM 0x0A |
|
#define | PROXIMITY10_PS_ADC_GAIN_PARAM 0x0B |
|
#define | PROXIMITY10_PS_ADC_MISC_PARAM 0x0C |
|
#define | PROXIMITY10_ALS_IR_ADCMUX_PARAM 0x0E |
|
#define | PROXIMITY10_AUX_ADCMUX_PARAM 0x0F |
|
#define | PROXIMITY10_ALS_VIS_ADC_COUNT_PARAM 0x10 |
|
#define | PROXIMITY10_ALS_VIS_ADC_GAIN_PARAM 0x11 |
|
#define | PROXIMITY10_ALS_VIS_ADC_MISC_PARAM 0x12 |
|
#define | PROXIMITY10_ALS_HYST_PARAM 0x16 |
|
#define | PROXIMITY10_PS_HYST_PARAM 0x17 |
|
#define | PROXIMITY10_PS_HISTORY_PARAM 0x18 |
|
#define | PROXIMITY10_ALS_HISTORY_PARAM 0x19 |
|
#define | PROXIMITY10_ADC_OFFSET_PARAM 0x1A |
|
#define | PROXIMITY10_LED_REC_PARAM 0x1C |
|
#define | PROXIMITY10_ALS_IR_ADC_COUNT_PARAM 0x1D |
|
#define | PROXIMITY10_ALS_IR_ADC_GAIN_PARAM 0x1E |
|
#define | PROXIMITY10_ALS_IR_ADC_MISC_PARAM 0x1F |
|
#define | PROXIMITY10_EN_AUX 0x40 |
|
#define | PROXIMITY10_EN_ALS_IR 0x20 |
|
#define | PROXIMITY10_EN_ALS_VIS 0x10 |
|
#define | PROXIMITY10_EN_PS3 0x04 |
|
#define | PROXIMITY10_EN_PS2 0x02 |
|
#define | PROXIMITY10_EN_PS1 0x01 |
|
#define | PROXIMITY10_NO_LED_DRIVE 0x00 |
|
#define | PROXIMITY10_LED1_DRIVE_EN 0x01 |
|
#define | PROXIMITY10_LED2_DRIVE_EN 0x02 |
|
#define | PROXIMITY10_LED3_DRIVE_EN 0x04 |
|
#define | PROXIMITY10_ADC_REC_1_CLOCK 0x00 |
|
#define | PROXIMITY10_ADC_REC_7_CLOCK 0x10 |
|
#define | PROXIMITY10_ADC_REC_15_CLOCK 0x20 |
|
#define | PROXIMITY10_ADC_REC_31_CLOCK 0x30 |
|
#define | PROXIMITY10_ADC_REC_63_CLOCK 0x40 |
|
#define | PROXIMITY10_ADC_REC_127_CLOCK 0x50 |
|
#define | PROXIMITY10_ADC_REC_255_CLOCK 0x60 |
|
#define | PROXIMITY10_ADC_REC_511_CLOCK 0x70 |
|
#define | PROXIMITY10_ADC_CLOCK_DIV_1 0x00 |
|
#define | PROXIMITY10_ADC_CLOCK_DIV_2 0x01 |
|
#define | PROXIMITY10_ADC_CLOCK_DIV_4 0x02 |
|
#define | PROXIMITY10_ADC_CLOCK_DIV_8 0x03 |
|
#define | PROXIMITY10_ADC_CLOCK_DIV_16 0x04 |
|
#define | PROXIMITY10_ADC_CLOCK_DIV_32 0x05 |
|
#define | PROXIMITY10_ADC_CLOCK_DIV_64 0x06 |
|
#define | PROXIMITY10_ADC_CLOCK_DIV_128 0x07 |
|
#define | PROXIMITY10_NORMAL_SIGNAL_RANGE 0x00 |
|
#define | PROXIMITY10_HIGH_SIGNAL_RANGE 0x20 |
|
#define | PROXIMITY10_RAW_ADC_MEAS_MODE 0x00 |
|
#define | PROXIMITY10_NORMAL_PROX_MEAS_MODE 0x04 |
|
#define | PROXIMITY10_ADC_INPUT_SMALL_IR 0x00 |
|
#define | PROXIMITY10_ADC_INPUT_LARGE_IR 0x03 |
|
#define | PROXIMITY10_ADC_INPUT_VIS_PHOTODIODE 0x02 |
|
#define | PROXIMITY10_ADC_INPUT_NO_PHOTODIODE 0x06 |
|
#define | PROXIMITY10_ADC_INPUT_GND 0x25 |
|
#define | PROXIMITY10_ADC_INPUT_TEMP 0x65 |
|
#define | PROXIMITY10_ADC_INPUT_VDD 0x75 |
|
#define | PROXIMITY10_2_CONS_SAMPLES 0x03 |
|
#define | PROXIMITY10_3_CONS_SAMPLES 0x07 |
|
#define | PROXIMITY10_8_CONS_SAMPLES 0xFF |
|
#define | PROXIMITY10_PARAM_QUERY_CMD 0x80 |
|
#define | PROXIMITY10_PARAM_SET_CMD 0xA0 |
|
#define | PROXIMITY10_PARAM_AND_CMD 0xC0 |
|
#define | PROXIMITY10_PARAM_OR_CMD 0xE0 |
|
#define | PROXIMITY10_NOP_CMD 0x00 |
|
#define | PROXIMITY10_RESET_CMD 0x01 |
|
#define | PROXIMITY10_BUSADDR_CMD 0x02 |
|
#define | PROXIMITY10_PS_FORCE_CMD 0x05 |
|
#define | PROXIMITY10_ALS_FORCE_CMD 0x06 |
|
#define | PROXIMITY10_PSALS_FORCE_CMD 0x07 |
|
#define | PROXIMITY10_PS_PAUSE_CMD 0x09 |
|
#define | PROXIMITY10_ALS_PAUSE_CMD 0x0A |
|
#define | PROXIMITY10_PSALS_PAUSE_CMD 0x0B |
|
#define | PROXIMITY10_PS_AUTO_CMD 0x0D |
|
#define | PROXIMITY10_ALS_AUTO_CMD 0x0E |
|
#define | PROXIMITY10_PSALS_AUTO_CMD 0x0F |
|
#define | PROXIMITY10_INT_CLEAR_DIS 0x00 |
|
#define | PROXIMITY10_INT_CLEAR_EN 0x01 |
|
#define | PROXIMITY10_CLEAR_INT_CMD 0xFF |
|
#define | PROXIMITY10_OK 0x00 |
|
#define | PROXIMITY10_INVALID_REG_ADDR 0x01 |
|
#define | PROXIMITY10_INVALID_PARAM_ADDR 0x02 |
|
#define | PROXIMITY10_INVALID_CMD 0x03 |
|