Allow mask definition in register with fields, iff they match

This commit is contained in:
Wataru Otsubo 2025-03-27 09:09:47 +00:00
parent 205b08400b
commit fa777f43fb
3 changed files with 165 additions and 10 deletions

View file

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added register map validator and flattened map generator.
- Allow register with mask and fields iff the masks are matched.
### Changed