Home
last modified time | relevance | path

Searched defs:stopbits (Results 1 – 5 of 5) sorted by relevance

/external/pigweed/pw_stream_uart_mcuxpresso/public/pw_stream_uart_mcuxpresso/
Dstream.h29 usart_stop_bit_count_t stopbits, in UartStreamMcuxpresso()
46 usart_stop_bit_count_t stopbits, in UartStreamMcuxpresso()
/external/pigweed/ts/types/
Dserial.d.ts24 stopbits?: number; property
/external/python/pyserial/serial/
Dserialutil.py185 stopbits=STOPBITS_ONE, argument
342 def stopbits(self): member in SerialBase
347 def stopbits(self, stopbits): member in SerialBase
/external/chromium-trace/catapult/third_party/pyserial/serial/
Dserialutil.py243 stopbits=STOPBITS_ONE, # number of stop bits argument
380 def setStopbits(self, stopbits): argument
390 stopbits = property(getStopbits, setStopbits, doc="Stop bits setting") variable in SerialBase
Dsermsdos.py86 stopbits = STOPBITS_ONE, argument