Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
apds990x_platform_data Struct Reference

#include <apds990x.h>

Data Fields

struct apds990x_chip_factors cf
 
u8 pdrive
 
u8 ppcount
 
int(* setup_resources )(void)
 
int(* release_resources )(void)
 

Detailed Description

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.

Field Documentation

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.

int(* release_resources)(void)

Definition at line 76 of file apds990x.h.

int(* setup_resources)(void)

Definition at line 75 of file apds990x.h.


The documentation for this struct was generated from the following file: