Go to the source code of this file.
#define ADP8870_BL_AMBL_FILT_10240ms 7 /* 10.24 sec */ |
#define ADP8870_BL_AMBL_FILT_1280ms 4 |
#define ADP8870_BL_AMBL_FILT_160ms 1 |
#define ADP8870_BL_AMBL_FILT_2560ms 5 |
#define ADP8870_BL_AMBL_FILT_320ms 2 |
#define ADP8870_BL_AMBL_FILT_5120ms 6 |
#define ADP8870_BL_AMBL_FILT_640ms 3 |
#define ADP8870_BL_AMBL_FILT_80ms 0 /* Light sensor filter time */ |
#define ADP8870_BL_CUR_mA |
( |
|
I | ) |
((I * 127) / 30) |
#define ADP8870_BL_D1 (1 << 0) |
#define ADP8870_BL_D2 (1 << 1) |
#define ADP8870_BL_D3 (1 << 2) |
#define ADP8870_BL_D4 (1 << 3) |
#define ADP8870_BL_D5 (1 << 4) |
#define ADP8870_BL_D6 (1 << 5) |
#define ADP8870_BL_D7 (1 << 6) |
#define ADP8870_FADE_LAW_CUBIC1 2 |
#define ADP8870_FADE_LAW_CUBIC2 3 |
#define ADP8870_FADE_LAW_LINEAR 0 |
#define ADP8870_FADE_LAW_SQUARE 1 |
#define ADP8870_FADE_T_1200ms 4 |
#define ADP8870_FADE_T_1500ms 5 |
#define ADP8870_FADE_T_1800ms 6 |
#define ADP8870_FADE_T_2100ms 7 |
#define ADP8870_FADE_T_2400ms 8 |
#define ADP8870_FADE_T_2700ms 9 |
#define ADP8870_FADE_T_3000ms 10 |
#define ADP8870_FADE_T_300ms 1 /* 0.3 Sec */ |
#define ADP8870_FADE_T_3500ms 11 |
#define ADP8870_FADE_T_4000ms 12 |
#define ADP8870_FADE_T_4500ms 13 |
#define ADP8870_FADE_T_5000ms 14 |
#define ADP8870_FADE_T_5500ms 15 /* 5.5 Sec */ |
#define ADP8870_FADE_T_600ms 2 |
#define ADP8870_FADE_T_900ms 3 |
#define ADP8870_FADE_T_DIS 0 /* Fade Timer Disabled */ |
#define ADP8870_L2_COMP_CURR_uA |
( |
|
I | ) |
((I * 255) / 1106) |
#define ADP8870_L3_COMP_CURR_uA |
( |
|
I | ) |
((I * 255) / 551) |
#define ADP8870_L4_COMP_CURR_uA |
( |
|
I | ) |
((I * 255) / 275) |
#define ADP8870_L5_COMP_CURR_uA |
( |
|
I | ) |
((I * 255) / 138) |
#define ADP8870_LED_D1 (1) |
#define ADP8870_LED_D2 (2) |
#define ADP8870_LED_D3 (3) |
#define ADP8870_LED_D4 (4) |
#define ADP8870_LED_D5 (5) |
#define ADP8870_LED_D6 (6) |
#define ADP8870_LED_D7 (7) |
#define ADP8870_LED_ONT_1200ms 3 |
#define ADP8870_LED_ONT_200ms 0 |
#define ADP8870_LED_ONT_600ms 1 |
#define ADP8870_LED_ONT_800ms 2 |
#define ADP8870_MAX_BRIGHTNESS 0x7F |
#define FLAG_OFFT_SHIFT 8 |