You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This SPI implementation generates additional SPI driver objects. Each of these keeps a pointer to the original SPI driver and keeps a copy of their configuration. Any time any one of those SPI peripherals is used, it will reconfigure the SPI according to its configuration and will then perform the transaction. This provides a means for SPI peripheral drivers to be used with different drivers using SPI and allows them to have different speeds between each other versus having a singular speed for all.
The text was updated successfully, but these errors were encountered:
This SPI implementation generates additional SPI driver objects. Each of these keeps a pointer to the original SPI driver and keeps a copy of their configuration. Any time any one of those SPI peripherals is used, it will reconfigure the SPI according to its configuration and will then perform the transaction. This provides a means for SPI peripheral drivers to be used with different drivers using SPI and allows them to have different speeds between each other versus having a singular speed for all.
The text was updated successfully, but these errors were encountered: