external-register #1
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "external-register"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds support for registers that are not memory-mapped. Useful for port access (e.g. on x86) or for directing register access to external hardware, like SPI/I2C chips.
Masks and groups are kept agnostic to how the registers need to be accessed.
Yep looks good to me.