1. NAME

struct_hsi_config - Configuration for RX/TX HSI modules

2. SYNOPSIS



 
Sélectionnez
struct hsi_config {
  unsigned int mode;
  unsigned int channels;
  unsigned int speed;
  union {unnamed_union};
};

3. 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

4. COPYRIGHT