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

#include <i2c-pxa.h>

Data Fields

voiddata
 
void(* event )(void *ptr, i2c_slave_event_t event)
 
int(* read )(void *ptr)
 
void(* write )(void *ptr, unsigned int val)
 

Detailed Description

Definition at line 10 of file i2c-pxa.h.

Field Documentation

Definition at line 11 of file i2c-pxa.h.

Definition at line 12 of file i2c-pxa.h.

int(* read)(void *ptr)

Definition at line 13 of file i2c-pxa.h.

void(* write)(void *ptr, unsigned int val)

Definition at line 14 of file i2c-pxa.h.


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