Home
last modified time | relevance | path

Searched refs:newtio (Results 1 - 2 of 2) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/uart_sample/
H A Duart.c50 struct termios newtio = {0}, oldtio = {0}; in Uart1Config() local
59 (void)memset_s(&newtio, sizeof(newtio), 0, sizeof(newtio)); in Uart1Config()
64 newtio.c_cflag |= CLOCAL | CREAD; in Uart1Config()
70 newtio.c_cflag &= ~CSIZE; in Uart1Config()
71 newtio.c_cflag |= CS8; in Uart1Config()
76 newtio.c_cflag &= ~PARENB; // 无奇偶校验 in Uart1Config()
81 cfsetispeed(&newtio, B115200); in Uart1Config()
82 cfsetospeed(&newtio, B11520 in Uart1Config()
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/interconnection_server/
H A Dhisignalling.c294 struct termios newtio = {0}, oldtio = {0}; in Uart1Config() local
303 (void)memset_s(&newtio, sizeof(newtio), 0, sizeof(newtio)); in Uart1Config()
308 newtio.c_cflag |= CLOCAL | CREAD; in Uart1Config()
314 newtio.c_cflag &= ~CSIZE; in Uart1Config()
315 newtio.c_cflag |= CS8; in Uart1Config()
320 newtio.c_cflag &= ~PARENB; // 无奇偶校验 in Uart1Config()
325 cfsetispeed(&newtio, B115200); in Uart1Config()
326 cfsetospeed(&newtio, B11520 in Uart1Config()
[all...]

Completed in 2 milliseconds