spi: cross-reference bit ordering and alignment, closes #482

This commit is contained in:
Robert Jördens 2016-06-15 15:04:04 +02:00
parent 033aa33c9e
commit a8b211f891
1 changed files with 3 additions and 0 deletions

View File

@ -196,6 +196,7 @@ class SPIMaster:
deasserting ``cs`` in between. Once a transfer completes,
the previous transfer's read data is available in the
``data`` register.
* For bit alignment and bit ordering see :meth:`set_config`.
This method advances the timeline by the duration of the SPI transfer.
If a transfer is to be chained, the timeline needs to be rewound.
@ -207,6 +208,8 @@ class SPIMaster:
def read_async(self):
"""Trigger an asynchronous read from the ``data`` register.
For bit alignment and bit ordering see :meth:`set_config`.
Reads always finish in two cycles.
Every data register read triggered by a :meth:`read_async`