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

#include <w1-gpio.h>

Data Fields

unsigned int pin
 
unsigned int is_open_drain:1
 
void(* enable_external_pullup )(int enable)
 
unsigned int ext_pullup_enable_pin
 

Detailed Description

struct w1_gpio_platform_data - Platform-dependent data for w1-gpio : GPIO pin to use : GPIO pin is configured as open drain

Definition at line 18 of file w1-gpio.h.

Field Documentation

void(* enable_external_pullup)(int enable)

Definition at line 21 of file w1-gpio.h.

unsigned int ext_pullup_enable_pin

Definition at line 22 of file w1-gpio.h.

unsigned int is_open_drain

Definition at line 20 of file w1-gpio.h.

unsigned int pin

Definition at line 19 of file w1-gpio.h.


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