From d973eb879f7e4519998a42b9114e80b695d43ca8 Mon Sep 17 00:00:00 2001 From: Robert Jordens Date: Tue, 1 Mar 2016 22:42:00 +0100 Subject: [PATCH] coredevice.spi: docstring fix --- artiq/coredevice/spi.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/artiq/coredevice/spi.py b/artiq/coredevice/spi.py index f1ee52f85..49986ddcc 100644 --- a/artiq/coredevice/spi.py +++ b/artiq/coredevice/spi.py @@ -203,7 +203,7 @@ class SPIMaster: @kernel def read_async(self): - """Trigger an asynchronous read from the data register. + """Trigger an asynchronous read from the ``data`` register. Reads always finish in two cycles. @@ -218,7 +218,7 @@ class SPIMaster: @kernel def input_async(self): - """Retrieves data written asynchronously. + """Retrieves data read asynchronously from the ``data`` register. :meth:`input_async` must match a preeeding :meth:`read_async`. """