regz icon indicating copy to clipboard operation
regz copied to clipboard

Peripheral mode for fields.

Open mattnite opened this issue 1 year ago • 0 comments

For ATmega3208, there are instances of registers with duplicated names. This is because the same register has different fields for different modes. Instead of representing this as variants of a single register, just have a single register that contains all the fields, and each of those fields has an associated mode.

mattnite avatar Jan 12 '23 05:01 mattnite