forked from libhal-google/libhal.github.io
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
💄 Update bit manipulation style (#54)
Further explains how bit modify should be used in the code base, such as preferring to use the APIs with bit mask template arguments to ensure the call knows the bit mask at compile time. Also provides a carve out for concatenating bits together. In the case where the developer simply needs to combine a set of bits together with an OR operation, these are simple enough to read and understand and do not require the bit APIs to be used. Resolves #53
- Loading branch information
Showing
1 changed file
with
118 additions
and
3 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