spi2: update set_config_mu doc

pull/2156/head
mwojcik 2023-08-04 17:14:37 +08:00 committed by Sébastien Bourdeauducq
parent 758b97426a
commit c46ac6f87d
1 changed files with 2 additions and 3 deletions

View File

@ -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)