-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use enumset for DMA interrupts instead of countless functions (#2196)
* [1/x] Use enumset for DMA interrupts instead of countless functions * [2/x] Remove the countless functions from RegisterAccess * Use Into * [3/3] Use enums everywhere in the DMA module * Remove redundant enum_set! * Remove `available_` prefix * Use `pending_` prefix --------- Co-authored-by: Dominic Fischer <[email protected]>
- Loading branch information
1 parent
89d9de6
commit 794cdb0
Showing
4 changed files
with
720 additions
and
792 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
Oops, something went wrong.