| STRUCT HSI_CONFIG(9) | High Speed Synchronous Serial | STRUCT HSI_CONFIG(9) | 
NAME¶
struct_hsi_config - Configuration for RX/TX HSI modules
SYNOPSIS¶
struct hsi_config {
  unsigned int mode;
  unsigned int channels;
  unsigned int speed;
  union {unnamed_union};
};  
MEMBERS¶
mode
Bit transmission mode (STREAM or FRAME)
channels
Number of channels to use [1..16]
speed
Max bit transmission speed (Kbit/s)
{unnamed_union}
anonymous
COPYRIGHT¶
| June 2024 | Kernel Hackers Manual 3.10 |