Home
last modified time | relevance | path

Searched refs:IOC_UART_SET_CFLAG (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/drivers/peripheral/uart/example/
A Duart_example.c63 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/drivers/peripheral/uart/include/vfsdev/
A Duart_dev.h9 #define IOC_UART_SET_CFLAG IOC_UART_BASE + 1 macro
/AliOS-Things-master/solutions/rfid_demo/
A Drfid_uart.c63 ret = ioctl(fd, IOC_UART_SET_CFLAG, B9600 | CS8); in rfid_uart_init()
A DREADME.md163 ret = ioctl(fd, IOC_UART_SET_CFLAG, B9600 | CS8);
/AliOS-Things-master/components/drivers/peripheral/uart/
A DREADME.md75 int ioctl(int fd, IOC_UART_SET_CFLAG, unsigned long flags);
/AliOS-Things-master/components/drivers/peripheral/uart/src/
A Duart_dev.c305 case IOC_UART_SET_CFLAG: in uart_device_ioctl()

Completed in 7 milliseconds