-
Notifications
You must be signed in to change notification settings - Fork 779
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[i2c] Harmonize fault cases with multi-controller
Remove SDA interference triggering during SCL low, and fold the three fault cases into multi-controller types: - SDA interference represents lost arbitration due to the controller "transmitting" high SDA, but seeing low while SCL is high. - SDA unstable represents unexpected Stop or Start conditions occuring while SCL is high. - SCL interference is simply clock synchronization in a multi-controller environment. In single-controller environments, it's not expected, but in multi-controller cases, the interrupt should be disabled. Signed-off-by: Alexander Williams <[email protected]>
- Loading branch information
Showing
2 changed files
with
47 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters