Searched defs:stopbits (Results 1 – 5 of 5) sorted by relevance
29 usart_stop_bit_count_t stopbits, in UartStreamMcuxpresso()46 usart_stop_bit_count_t stopbits, in UartStreamMcuxpresso()
24 stopbits?: number; property
185 stopbits=STOPBITS_ONE, argument342 def stopbits(self): member in SerialBase347 def stopbits(self, stopbits): member in SerialBase
243 stopbits=STOPBITS_ONE, # number of stop bits argument380 def setStopbits(self, stopbits): argument390 stopbits = property(getStopbits, setStopbits, doc="Stop bits setting") variable in SerialBase
86 stopbits = STOPBITS_ONE, argument