micropython/ports/cc3200/mods
robert-hh a39b88f0fb cc3200/mods/pybuart: Implement uart.flush() and uart.txdone().
uart.flush()

flush() will wait until all characters have been sent.
To avoid a permanent lock, a timeout applies depending on the
size of FIFO and the baud rate.

ret = uart.txdone()

ret is True if no transfer is in progress.
ret is False otherwise.
2022-08-31 00:18:49 +10:00
..
modmachine.c
modnetwork.c
modnetwork.h
moduhashlib.c
moduos.c
moduos.h
modusocket.c
modusocket.h
modussl.c
modutime.c
modwipy.c
modwlan.c
modwlan.h
pybadc.c
pybadc.h
pybflash.c
pybflash.h
pybi2c.c
pybi2c.h
pybpin.c
pybpin.h
pybrtc.c
pybrtc.h
pybsd.c
pybsd.h
pybsleep.c
pybsleep.h
pybspi.c
pybspi.h
pybtimer.c
pybtimer.h
pybuart.c cc3200/mods/pybuart: Implement uart.flush() and uart.txdone(). 2022-08-31 00:18:49 +10:00
pybuart.h
pybwdt.c
pybwdt.h