def read_fifo(*args): return _uart_buff.read_fifo(*args)
def read_fifo(fifo): return _uart_buff.read_fifo(fifo)