forked from libhal-google/libhal-soft
-
Notifications
You must be signed in to change notification settings - Fork 1
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::i2c_arbitration_handler
wrapper
#43
Labels
enhancement
New feature or request
Comments
kammce
added a commit
that referenced
this issue
Oct 13, 2024
kammce
added a commit
that referenced
this issue
Oct 13, 2024
kammce
added a commit
that referenced
this issue
Oct 14, 2024
kammce
added a commit
that referenced
this issue
Oct 14, 2024
This is not useful. I2c drivers should wait for the bus to become available before progressing. Its not deterministic, but neither is having multiple controllers on the same i2c bus. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This class manages arbitration laws during the transaction function and provides a handler in the event that an arbitration laws exception is thrown. This can only have a multi-controller bus architectures which are quite rare. This class should only be used in a situation where you have a multi controller I do see bus architecture.
The text was updated successfully, but these errors were encountered: