32 #ifndef _sh_io_types_h 33 #define _sh_io_types_h 35 #include <rtems/score/iosh7045.h> 38 typedef enum {SCI0, SCI1} portNo;
39 typedef enum {eight, seven} dataBits;
40 typedef enum {one, two} stopBits;
41 typedef enum {even, odd} parity;
56 unsigned char Sync :1;
57 unsigned char DBts :1;
58 unsigned char ParEn :1;
60 unsigned char SBts :1;
61 unsigned char MulP :1;
62 unsigned char Dvsr :2;
75 unsigned char CkSrc :2;
Definition: io_types.h:43
Definition: io_types.h:53
Definition: io_types.h:66
Definition: io_types.h:79