Searched refs:uart_initstruct (Results 1 – 2 of 2) sorted by relevance
| /bsp/synwit/libraries/SWM320_drivers/ |
| A D | drv_uart.c | 35 .uart_initstruct.Baudrate = 115200, \ 36 .uart_initstruct.DataBits = UART_DATA_8BIT, \ 37 .uart_initstruct.Parity = UART_PARITY_NONE, \ 38 .uart_initstruct.StopBits = UART_STOP_1BIT, \ 39 .uart_initstruct.RXThreshold = 0, \ 40 .uart_initstruct.RXThresholdIEn = 1, \ 41 .uart_initstruct.TXThresholdIEn = 0, \ 42 .uart_initstruct.TimeoutTime = 10, \ 43 .uart_initstruct.TimeoutIEn = 1, \ 55 .uart_initstruct.Baudrate = 115200, \ [all …]
|
| /bsp/synwit/libraries/SWM341_drivers/ |
| A D | drv_uart.c | 33 .uart_initstruct.Baudrate = 115200, \ 34 .uart_initstruct.DataBits = UART_DATA_8BIT, \ 35 .uart_initstruct.Parity = UART_PARITY_NONE, \ 36 .uart_initstruct.StopBits = UART_STOP_1BIT, \ 37 .uart_initstruct.RXThreshold = 0, \ 38 .uart_initstruct.RXThresholdIEn = 1, \ 39 .uart_initstruct.TXThresholdIEn = 0, \ 40 .uart_initstruct.TimeoutTime = 10, \ 41 .uart_initstruct.TimeoutIEn = 1, \ 53 .uart_initstruct.Baudrate = 115200, \ [all …]
|
Completed in 6 milliseconds