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

Data Fields

unsigned nsecs
 
u32(* txrx_word )(struct spi_device *spi, unsigned nsecs, u32 word, u8 bits)
 
unsigned(* txrx_bufs )(struct spi_device *, u32(*txrx_word)(struct spi_device *spi, unsigned nsecs, u32 word, u8 bits), unsigned, struct spi_transfer *)
 

Detailed Description

Definition at line 52 of file spi-bitbang.c.

Field Documentation

unsigned nsecs

Definition at line 53 of file spi-bitbang.c.

unsigned(* txrx_bufs)(struct spi_device *, u32(*txrx_word)(struct spi_device *spi,unsigned nsecs,u32 word, u8 bits), unsigned, struct spi_transfer *)

Definition at line 56 of file spi-bitbang.c.

u32(* txrx_word)(struct spi_device *spi, unsigned nsecs, u32 word, u8 bits)

Definition at line 54 of file spi-bitbang.c.


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