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

#include <gpio_keys.h>

Data Fields

unsigned int code
 
int gpio
 
int active_low
 
const chardesc
 
unsigned int type
 
int wakeup
 
int debounce_interval
 
bool can_disable
 
int value
 
unsigned int irq
 

Detailed Description

Definition at line 6 of file gpio_keys.h.

Field Documentation

int active_low

Definition at line 10 of file gpio_keys.h.

bool can_disable

Definition at line 15 of file gpio_keys.h.

unsigned int code

Definition at line 8 of file gpio_keys.h.

int debounce_interval

Definition at line 14 of file gpio_keys.h.

Definition at line 11 of file gpio_keys.h.

Definition at line 9 of file gpio_keys.h.

unsigned int irq

Definition at line 17 of file gpio_keys.h.

unsigned int type

Definition at line 12 of file gpio_keys.h.

int value

Definition at line 16 of file gpio_keys.h.

int wakeup

Definition at line 13 of file gpio_keys.h.


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