-
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,rtl] Count number of NACKs sent
This is useful for software to know how many NACKs have happened since the ACQ FIFO ended up being full. Otherwise there is no way for software to know whether it was on time with emptying the FIFO or whether it just missed the one byte or whether it missed multiple transactions. Signed-off-by: Marno van der Maas <[email protected]>
- Loading branch information
1 parent
7ce3a44
commit 3fd4b0c
Showing
2 changed files
with
9 additions
and
0 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