forked from M-Labs/artiq
spi2: update set_config_mu doc
This commit is contained in:
parent
758b97426a
commit
c46ac6f87d
|
@ -277,9 +277,8 @@ class NRTSPIMaster:
|
||||||
def set_config_mu(self, flags=0, length=8, div=6, cs=1):
|
def set_config_mu(self, flags=0, length=8, div=6, cs=1):
|
||||||
"""Set the ``config`` register.
|
"""Set the ``config`` register.
|
||||||
|
|
||||||
Note that the non-realtime SPI cores are usually clocked by the system
|
In many cases, the SPI configuration is already set by the firmware
|
||||||
clock and not the RTIO clock. In many cases, the SPI configuration is
|
and you do not need to call this method.
|
||||||
already set by the firmware and you do not need to call this method.
|
|
||||||
"""
|
"""
|
||||||
spi_set_config(self.busno, flags, length, div, cs)
|
spi_set_config(self.busno, flags, length, div, cs)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue