Searched refs:stopbits (Results 1 – 14 of 14) sorted by relevance
75 serialport.stopbits = 1
98 serialport.stopbits = 1
77 serialport.stopbits = 1
219 usart_stop_bits_e stopbits,
599 usart_stop_bits_e stopbits, in csi_usart_config() argument626 ret = csi_usart_config_stopbits(handle, stopbits); in csi_usart_config()
136 serialport.stopbits = 1
274 self.serial.stopbits = 1
38 self.serial.stopbits = 1
260 int32_t stopbits = temp->valueint; in board_parse_uart() local261 switch (stopbits) { in board_parse_uart()
292 int32_t stopbits = temp->valueint; in board_parse_uart() local293 switch (stopbits) in board_parse_uart()
Completed in 19 milliseconds