Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hal::spi_multi_profile converter #31

Open
kammce opened this issue Oct 13, 2024 · 0 comments
Open

hal::spi_multi_profile converter #31

kammce opened this issue Oct 13, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@kammce
Copy link
Member

kammce commented Oct 13, 2024

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.

@kammce kammce added the enhancement New feature or request label Oct 13, 2024
@kammce kammce transferred this issue from libhal/libhal-soft Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant