You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
debugcc: add convenient macro GENMASK to calculate mask from bits
Add convenient macro GENMASK to calculate masks from bits similar to how
it's implemented in kernel linux tools.
This is useful to better describe some specific define instead of using
comments and raw HEX values.
Signed-off-by: Christian Marangi <[email protected]>
0 commit comments