Go to the documentation of this file.
57 #define SIO_TX_RX *((volatile unsigned char*)0x1F801050)
59 #define SIO_STAT *((volatile unsigned short*)0x1F801054)
61 #define SIO_MODE *((volatile unsigned short*)0x1F801058)
63 #define SIO_CTRL *((volatile unsigned short*)0x1F80105A)
65 #define SIO_BPSV *((volatile unsigned short*)0x1F80105E)
86 void SIOStartEx(
int bitrate,
int datalength,
int parity,
int stopbit);