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

#include <hsi.h>

Data Fields

unsigned int mode
 
unsigned int channels
 
unsigned int speed
 
union {
   unsigned int   flow
 
   unsigned int   arb_mode
 
}; 
 

Detailed Description

struct hsi_config - Configuration for RX/TX HSI modules : Bit transmission mode (STREAM or FRAME) : Number of channels to use [1..16] : Max bit transmission speed (Kbit/s) : RX flow type (SYNCHRONIZED or PIPELINE) : Arbitration mode for TX frame (Round robin, priority)

Definition at line 78 of file hsi.h.

Field Documentation

union { ... }
unsigned int arb_mode

Definition at line 84 of file hsi.h.

unsigned int channels

Definition at line 80 of file hsi.h.

unsigned int flow

Definition at line 83 of file hsi.h.

unsigned int mode

Definition at line 79 of file hsi.h.

unsigned int speed

Definition at line 81 of file hsi.h.


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