commit | 09f77de02bf357d0e9201f12d52551f210c023ae | [log] [tgz] |
---|---|---|
author | Manish V Badarkhe <Manish.Badarkhe@arm.com> | Sun Mar 09 11:51:21 2025 +0000 |
committer | Manish V Badarkhe <Manish.Badarkhe@arm.com> | Sun Mar 09 11:57:38 2025 +0000 |
tree | 0eee1461a11bc31c80cc5bbe63700a8ddfca0fba | |
parent | 87f89f9abfab23b31ea0de5b20017da8c090afd1 [diff] |
feat(lib): add EXTRACT_FIELD macro for field extraction Introduce a new EXTRACT_FIELD macro to simplify the extraction of specific fields from a value by shifting the value right and applying the mask. Change-Id: Iae9573d6d23067bbde13253e264e4f6f18b806c2 Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>