Linux Kernel
3.7.1
|
#include <hsi.h>
Data Fields | |
unsigned int | mode |
unsigned int | channels |
unsigned int | speed |
union { | |
unsigned int flow | |
unsigned int arb_mode | |
}; | |
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)
union { ... } |