Searched refs:CS8 (Results 1 – 13 of 13) sorted by relevance
/AliOS-Things-master/components/drivers/peripheral/uart/example/ |
A D | uart_example.c | 63 ret = ioctl(fd, IOC_UART_SET_CFLAG, B1500000 | CS8); in uart_write_test() 117 ret = ioctl(fd, IOC_UART_SET_CFLAG, B1500000 | CS8); in uart_read_test() 179 ret = ioctl(fd, IOC_UART_SET_CFLAG, B1500000 | CS8); in uart_echo_test()
|
/AliOS-Things-master/components/libc_stub/compilers/gcc/sys/ |
A D | termios.h | 125 #define CS8 0x0030 macro 177 _t->c_cflag |= CS8; \
|
/AliOS-Things-master/components/drivers/peripheral/uart/include/vfsdev/ |
A D | uart_dev.h | 59 #define CS8 0x0000060 macro
|
/AliOS-Things-master/solutions/rfid_demo/ |
A D | rfid_uart.c | 63 ret = ioctl(fd, IOC_UART_SET_CFLAG, B9600 | CS8); in rfid_uart_init()
|
A D | README.md | 163 ret = ioctl(fd, IOC_UART_SET_CFLAG, B9600 | CS8);
|
/AliOS-Things-master/components/drivers/peripheral/uart/ |
A D | README.md | 86 |CS8 |数据长度8位|
|
/AliOS-Things-master/components/py_engine/engine/tools/mpremote/mpremote/ |
A D | console.py | 25 attr[2] = attr[2] & ~(termios.CSIZE | termios.PARENB) | termios.CS8
|
/AliOS-Things-master/hardware/chip/haas1000/csi/ |
A D | uart.c | 170 case CS8: in tty_uart_startup()
|
/AliOS-Things-master/components/drivers/peripheral/uart/src/ |
A D | tty_csi.c | 32 case CS8: in set_format()
|
A D | uart_dev.c | 272 case CS8: in _arg_to_data_width()
|
/AliOS-Things-master/hardware/chip/rtl872xd/csi_driver/uart/ |
A D | uart.c | 466 case CS8: in termios2params()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/libc/ |
A D | quickjs_libc.c | 1888 tty.c_cflag |= CS8; in js_os_ttySetRaw()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | quickjs-libc.c | 1687 tty.c_cflag |= CS8; in js_os_ttySetRaw()
|
Completed in 31 milliseconds