Linux Kernel
3.7.1
|
#include <apds990x.h>
Data Fields | |
struct apds990x_chip_factors | cf |
u8 | pdrive |
u8 | ppcount |
int(* | setup_resources )(void) |
int(* | release_resources )(void) |
struct apds990x_platform_data - platform data for apsd990x.c driver : chip factor data : IR-led driving current : number of IR pulses used for proximity estimation : interrupt line setup call back function : interrupt line release call back function
Proximity detection result depends heavily on correct ppcount, pdrive and cover window.
Definition at line 71 of file apds990x.h.
Definition at line 72 of file apds990x.h.
u8 pdrive |
Definition at line 73 of file apds990x.h.
u8 ppcount |
Definition at line 74 of file apds990x.h.
Definition at line 76 of file apds990x.h.
Definition at line 75 of file apds990x.h.