Go to the documentation of this file.
19 struct MGSL_PARAMS32 {
23 unsigned char encoding;
25 unsigned char addr_filter;
26 unsigned short crc_type;
27 unsigned char preamble_length;
28 unsigned char preamble;
30 unsigned char data_bits;
34 #define MGSL_IOCSPARAMS32 _IOW(MGSL_MAGIC_IOC,0,struct MGSL_PARAMS32)
35 #define MGSL_IOCGPARAMS32 _IOR(MGSL_MAGIC_IOC,1,struct MGSL_PARAMS32)