Files
debugcc/debugcc.h
Christian Marangi 776a4f281e 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 <ansuelsmth@gmail.com>
2023-11-08 12:28:08 +01:00

3.3 KiB